IBY_GEN_DOCUMENT_LINES

IBY_GEN_DOCUMENT_LINES serves as a template for source product tables or views from which Oracle Payables can import documents payable.

Details

  • Schema: FUSION

  • Object owner: IBY

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

IBY_GEN_DOCUMENT_LINES_PK

CALLING_APP_ID, CALLING_APP_DOC_UNIQUE_REF1, CALLING_APP_DOC_UNIQUE_REF2, CALLING_APP_DOC_UNIQUE_REF3, CALLING_APP_DOC_UNIQUE_REF4, CALLING_APP_DOC_UNIQUE_REF5, CALLING_APP_DOCUMENT_LINE_CODE

Columns

Name Datatype Length Precision Not-null Comments
CALLING_APP_ID NUMBER 18 Yes Source product Identifier
CALLING_APP_DOCUMENT_LINE_CODE VARCHAR2 255 Yes Source product''s document line Identifier. Since document line Identifiers may be alphanumeric, even numeric document Identifiers are stored as VARCHAR2.
CALLING_APP_DOC_UNIQUE_REF1 VARCHAR2 100 Yes Source product''s first unique document payable Identifier
CALLING_APP_DOC_UNIQUE_REF2 VARCHAR2 100 Yes Source product''s second unique document payable Identifier
CALLING_APP_DOC_UNIQUE_REF3 VARCHAR2 100 Yes Source product''s third unique document payable Identifier
CALLING_APP_DOC_UNIQUE_REF4 VARCHAR2 100 Yes Source product''s fourth unique document payable Identifier
CALLING_APP_DOC_UNIQUE_REF5 VARCHAR2 100 Yes Source product''s fifth unique document payable Identifier
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of 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.
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
PO_NUMBER VARCHAR2 255 Purchase order numbers to which this document line is matched. If multiple purchase orders, value is comma delimited.
LINE_NUMBER NUMBER 18 Line number
LINE_TYPE VARCHAR2 30 Line type
LINE_NAME VARCHAR2 100 Line name
LINE_AMOUNT NUMBER Line amount, in document currency
DESCRIPTION VARCHAR2 255 Line description
UNIT_PRICE NUMBER Unit price
QUANTITY NUMBER Quantity
UNIT_OF_MEASURE VARCHAR2 100 Unit of measure

Indexes

Index Uniqueness Tablespace Columns
IBY_GEN_DOCUMENT_LINES_U1 Unique Default CALLING_APP_ID, CALLING_APP_DOC_UNIQUE_REF1, CALLING_APP_DOC_UNIQUE_REF2, CALLING_APP_DOC_UNIQUE_REF3, CALLING_APP_DOC_UNIQUE_REF4, CALLING_APP_DOC_UNIQUE_REF5, CALLING_APP_DOCUMENT_LINE_CODE