OSS_PROCESS_INVOICES_T
This entity will txn records submitted by user from the invoice workbench search results. This table will be purged on periodic basis
Details
-
Schema: FUSION
-
Object owner: OSS
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
oss_process_invoices_t_PK |
ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ID | NUMBER | 18 | Yes | Primary Key based of Sequence | |
| 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 | ||
| CUSTOMER_TRX_ID | NUMBER | 18 | Foreign Key to ra_customer_trx_all.trx_number | ||
| TRANSACTION_NUMBER | VARCHAR2 | 100 | TRANSACTION_NUMBER | ||
| USER_ACTION | VARCHAR2 | 30 | Comments entered by user bypassing Approvals and auto approving | ||
| SELF_APPROVER_COMMENTS | VARCHAR2 | 2000 | Comments entered by user bypassing Approvals and auto approving | ||
| TASK_ID | VARCHAR2 | 256 | Human Workflow -Task id of the lastest approval of the contract | ||
| ERROR_MESSAGE | VARCHAR2 | 4000 | Capture the errors returned by AR APIs during txn approval or reversal | ||
| 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_PROCESS_INVOICES_T_N1 | Non Unique | FUSION_TS_TX_IDX | BATCH_ID |
| OSS_PROCESS_INVOICES_T_N2 | Non Unique | FUSION_TS_TX_IDX | CUSTOMER_TRX_ID |
| OSS_PROCESS_INVOICES_T_N3 | Non Unique | FUSION_TS_TX_IDX | TRANSACTION_NUMBER |
| OSS_PROCESS_INVOICES_T_N4 | Non Unique | FUSION_TS_TX_IDX | TASK_ID |
| OSS_PROCESS_INVOICES_T_N5 | Non Unique | FUSION_TS_TX_IDX | REQUEST_ID |
| OSS_PROCESS_INVOICES_T_N6 | Non Unique | FUSION_TS_TX_IDX | CREATION_DATE |
| OSS_PROCESS_INVOICES_T_U1 | Unique | FUSION_TS_TX_IDX | ID |