JA_AU_IC_INVOICES

This table contains FIC invoices information.

Details

  • Schema: FUSION

  • Object owner: JA

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Columns

Name Datatype Length Precision Not-null Comments
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
MEASURE_RESULT_ID NUMBER 18 Yes MEASURE_RESULT_ID
PAY_RUN_ID NUMBER 18 Yes PAY_RUN_ID
BUSINESS_UNIT_ID NUMBER 18 Yes BUSINESS_UNIT_ID
LEGAL_ENTITY_ID NUMBER 18 Yes LEGAL_ENTITY_ID
SOURCE VARCHAR2 25 Yes SOURCE
PAY_DATE DATE Yes PAY_DATE
LINE_AMOUNT NUMBER Yes LINE_AMOUNT
LIABILITY_ACCOUNT VARCHAR2 1000 Yes LIABILITY_ACCOUNT
EXPENSE_ACCOUNT VARCHAR2 1000 Yes EXPENSE_ACCOUNT
INVOICE_CURRENCY VARCHAR2 15 Yes INVOICE_CURRENCY
SUPPLIER_NAME VARCHAR2 360 Yes SUPPLIER_NAME
SUPPLIER_SITE VARCHAR2 240 Yes SUPPLIER_SITE
PAYMENT_CURRENCY VARCHAR2 15 PAYMENT_CURRENCY
PAYMENT_TERM_ID NUMBER Yes PAYMENT_TERM_ID
LINE_TYPE_CODE VARCHAR2 25 Yes LINE_TYPE_CODE
PAYSHEET_ID NUMBER 18 Yes PAYSHEET_ID
PARTICIPANT_PAY_ID NUMBER 18 Yes PARTICIPANT_PAY_ID
TAX_RATE_CODE VARCHAR2 30 TAX_RATE_CODE
TRANSACTION_NUMBER VARCHAR2 30 Yes TRANSACTION_NUMBER
TRANSACTION_TYPE VARCHAR2 30 Yes TRANSACTION_TYPE
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_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who 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.

Indexes

Index Uniqueness Tablespace Columns
JA_AU_IC_INVOICES_U1 Unique FUSION_TS_TX_DATA REQUEST_ID, LINE_TYPE_CODE, PARTICIPANT_PAY_ID