ACA_STR_REPORT_INPUT

This is an input table for storing structure details for generating BIP report.

Details

  • Schema: FUSION

  • Object owner: ACA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ACA_STR_REPORT_INPUT_PK

BATCH_ID

Columns

Name Datatype Length Precision Not-null Comments
BATCH_ID NUMBER 18 Yes This is the primary key for BIP input structure table, auto populated from the system key generator.
VERSION_STATUS_CODE VARCHAR2 30 Identifier determining the status of the version
BILL_SEQUENCE_ID NUMBER 18 Id of Bill Sequence for BIP input structure table.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
INVENTORY_ITEM_ID NUMBER 18 Id of Inventory Item for BIP input structure table.
ORGANIZATION_ID NUMBER 18 Organization Id for BIP input structure table.
REVISION_ID NUMBER 18 Item Revision Id for BIP input structure table.
ITEM_NUM NUMBER Item Number for BIP input structure table.
REVISION VARCHAR2 18 Item Revision for BIP input structure table.
VERSION_ID NUMBER 18 Item Version Id for BIP input structure table.
CHANGE_ID NUMBER 18 Item Change Id for BIP input structure table.
CHANGE_LINE_ID NUMBER 18 Item Change Line Id for BIP input structure table.
BATCH_NUMBER NUMBER 18 Item Batch Number for BIP input structure table.
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.
COMPONENT_SEQUENCE_ID NUMBER 18 Item Component for BIP input structure table.
COMPONENT_LEVEL NUMBER 18 Item Component Level for BIP input structure table.
ITEM_CLASS_NAME VARCHAR2 800 Item Class Name for BIP input structure table.
ITEM_CONTEXT_DATE TIMESTAMP Item Context Date for BIP input structure table.
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
IS_LEAF NUMBER Indicates whether the component is a leaf item or a sub-assembly
COMPONENT_PATH VARCHAR2 4000 Component Sequence id path of the component
HAS_VIEW_STR_PRIV VARCHAR2 1 Indicates whether the sub-assembly has view structure privilege
DELETE_FLAG VARCHAR2 1 Indicates whether to remove the component item in structure report

Indexes

Index Uniqueness Tablespace Columns
ACA_STR_REPORT_INPUT_N1 Non Unique Default REQUEST_ID, BATCH_NUMBER
ACA_STR_REPORT_INPUT_N2 Non Unique Default INVENTORY_ITEM_ID, ORGANIZATION_ID
ACA_STR_REPORT_INPUT_N3 Non Unique Default REQUEST_ID, IS_LEAF
ACA_STR_REPORT_INPUT_N4 Non Unique Default REQUEST_ID, COMPONENT_PATH
ACA_STR_REPORT_INPUT_N5 Non Unique Default REQUEST_ID, HAS_VIEW_STR_PRIV
ACA_STR_REPORT_INPUT_U1 Unique Default BATCH_ID