ADO.NET Provider for Oracle Fusion Cloud Financials

Build 24.0.9111

UploadReceivablesInvoicesNote

Uploads the receivalbles invoice note.

Input

Name Type Accepts Input Streams Description
CustomerTransactionId String False CustomerTransactionId of ReceivablesInvoices.
SourceObjectCode String False The code indicating the source object as defined in OBJECTS Metadata. Possible values are Activities, Opportunities, and Sales Business Plan.
SourceObjectId String False The unique identifier of the source object as defined in OBJECTS Metadata. Examples are Activities and Opportunities.
NoteTxt String False The text of the note on the invoice.
NoteTypeCode String False The code for categorization of the note type. A list of valid values is defined in the lookup NoteSourceTypeVA.
VisibilityCode String False The visibility level of the note, such as Private, Internal, or External. A list of valid values is defined in the lookup NoteVisibilityLookupVA.
CreatorPartyId Long False The unique identifier of the party who created the note.
CorpCurrencyCode String False The corporate currency code of the note associated with the contact.
CurcyConvRateType String False The currency conversion rate type associated with the note.
CurrencyCode String False The currency code associated with the note.
ContactRelationshipId Long False The unique identifier of the relationship populated when the note is associated with a contact.
ParentNoteId Long False The unique identifier of the parent note.
NoteNumber String False The alternate unique identifier of the note. A user key that's system generated or from an external system.
NoteTitle String False The title of the note entered by the user.
FileLocation String False The location of the file that has to be uploaded.
Content String True The content of the file that has to be uploaded.

Result Set Columns

Name Type Description
ReceivablesInvoicesCustomerTransactionId Long ReceivablesInvoicesCustomerTransactionId of ReceivablesInvoicesnotes
ReceivablesInvoicesUniqId String Use this column's value for insert, update and delete operations, wherever applicable, instead of receivablesInvoicesCustomerTransactionId.
NoteId Long The unique identifier of the note. This is the primary key of the notes table.
SourceObjectCode String The code indicating the source object as defined in OBJECTS Metadata. Possible values are Activities, Opportunities, and Sales Business Plan.
SourceObjectId String The unique identifier of the source object as defined in OBJECTS Metadata. Examples are Activities and Opportunities.
PartyName String The name of the party.
NoteTxt String The text of the note on the invoice.
NoteTypeCode String The code for categorization of the note type. A list of valid values is defined in the lookup NoteSourceTypeVA.
VisibilityCode String The visibility level of the note, such as Private, Internal, or External. A list of valid values is defined in the lookup NoteVisibilityLookupVA.
CreatorPartyId Long The unique identifier of the party who created the note.
CreatedBy String The user who created the record.
CreationDate Datetime The date when the record was created.
LastUpdateDate Datetime The date when the record was last updated.
PartyId Long The unique identifier of the party.
CorpCurrencyCode String The corporate currency code of the note associated with the contact.
CurcyConvRateType String The currency conversion rate type associated with the note.
CurrencyCode String The currency code associated with the note.
ContactRelationshipId Long The unique identifier of the relationship populated when the note is associated with a contact.
ParentNoteId Long The unique identifier of the parent note.
LastUpdatedBy String The unique identifier of the note. This is the primary key of the notes table.
LastUpdateLogin String The login of the user who last updated the record.
EmailAddress String The email address of the user who created the note.
FormattedAddress String The address of the user who created the note.
FormattedPhoneNumber String The phone number of the user who created the note.
UpdateFlag Bool Indicates whether the user can update the note.
DeleteFlag Bool Indicates whether the user has access to delete the note.
NoteNumber String The alternate unique identifier of the note. A user key that's system generated or from an external system.
NoteTitle String The title of the note entered by the user.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9111