OSS_TXN_INVOICES

This entity will have the list of Unique Invoices from ra_customer_trx_all and stamped on oss_bill_lines.

Details

  • Schema: FUSION

  • Object owner: OSS

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

oss_txn_invoices_PK

TXN_INVOICE_ID

Columns

Name Datatype Length Precision Not-null Comments
TXN_INVOICE_ID NUMBER 18 Yes Primary Key based of Sequence
CUSTOMER_TRX_ID NUMBER 18 Yes Foreign Key to ra_customer_trx_all.customer_trx_id
INTERNAL_APPROVAL_STATUS VARCHAR2 30 Yes Internal Approval Status
TASK_ID VARCHAR2 256 Human Workflow -Task id of the lastest approval of the contract
SELF_APPROVER_COMMENTS VARCHAR2 2000 Comments entered by user bypassing Approvals and auto approving
AR_API_ERRORS VARCHAR2 4000 Capture the errors returned by AR APIs during txn approval or reversal
BATCH_ID NUMBER 18 Batch Id for ESS Job. ESS Job will have batch id as parameter and will process all records with this batch_id
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
OSS_TXN_INVOICES_U1 Unique FUSION_TS_TX_IDX TXN_INVOICE_ID
OSS_TXN_INVOICES_U2 Unique FUSION_TS_TX_IDX CUSTOMER_TRX_ID