INV_CONS_ADVICE_HEADERS

This table INV_CONS_ADVICE_HEADERS stores the headers for consumption advices.

Details

  • Schema: FUSION

  • Object owner: INV

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

INV_CONS_ADVICE_HEADERS_PK

CONSUMPTION_HEADER_ID

Columns

Name Datatype Length Precision Not-null Comments
CONSUMPTION_HEADER_ID NUMBER 18 Yes This primary key identifies the consumption advice header record.
CONSUMPTION_NUMBER VARCHAR2 20 Yes This consignment advice number identifies this advice record.
CONSUMPTION_DATE DATE Yes This is the date the consumption advice is generated.
LEGAL_ENTITY_ID NUMBER 18 Yes This is the sold-to legal entity for the consumption advice.
BUSINESS_UNIT_ID NUMBER 18 Yes This is the bill-to business unit of the consumption advice.
INVENTORY_ORGANIZATION_ID NUMBER 18 This is the optional inventory organization of the consumption advice. If it is NULL, this is an advice for all inventory organizations in a business unit.
OWNING_ENTITY_ID NUMBER 18 Yes This identifies the supplier site.
AGREEMENT_HEADER_ID NUMBER 18 Yes This identifier is foreign key to PO_HEADERS_ALL.PO_HEADER_ID that identifies the Consignment Agreement.
LOT_SERIAL_DISPLAY_FLAG VARCHAR2 30 This flag defaults the display option to show lot and serial numbers on the consumption advice report.
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.
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.
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.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER6 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER7 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER8 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER9 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER10 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE1 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE2 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE3 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE4 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_DATE5 DATE Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP1 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP2 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP3 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP4 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_TIMESTAMP5 TIMESTAMP Descriptive Flexfield: segment of the user descriptive flexfield.
LATEST_REVISION_NUMBER NUMBER 18 Yes This number identifies the latest revisions of the advice lines.
START_CYCLE_DATE DATE This date is the start of the advice cycle.
END_CYCLE_DATE DATE This date is the end of the advice cycle.
BPA_REVISION_NUM NUMBER Blanket purchase agreement revision number for tracking retroactive pricing.
NEED_PUBLISHING VARCHAR2 1 If this flag is populated, the advice needs to be published because it has been revised.
LAST_DATE_REVISED DATE The date that the advice has been revised last.

Foreign Keys

Table Foreign Table Foreign Key Column
INV_CONS_ADVICE_HEADERS po_headers_all AGREEMENT_HEADER_ID
inv_cons_advice_lines inv_cons_advice_headers CONSUMPTION_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
INV_CONS_ADVICE_HEADERS_N1 Non Unique FUSION_TS_TX_IDX UPPER("CONSUMPTION_NUMBER")
INV_CONS_ADVICE_HEADERS_N2 Non Unique FUSION_TS_TX_IDX AGREEMENT_HEADER_ID
INV_CONS_ADVICE_HEADERS_N3 Non Unique FUSION_TS_TX_IDX OWNING_ENTITY_ID
INV_CONS_ADVICE_HEADERS_N4 Non Unique Default NEED_PUBLISHING
INV_CONS_ADVICE_HEADERS_N5 Non Unique Default CONSUMPTION_DATE
INV_CONS_ADVICE_HEADERS_N6 Non Unique Default REQUEST_ID
INV_CONS_ADVICE_HEADERS_N7 Non Unique Default LEGAL_ENTITY_ID
INV_CONS_ADVICE_HEADERS_U1 Unique Default CONSUMPTION_HEADER_ID
INV_CONS_ADVICE_HEADERS_U2 Unique FUSION_TS_TX_IDX CONSUMPTION_NUMBER