POR_REQ_CONFIG_COMPS_INT

This table stores the base model, sub-model, and options that make up the configuration at the requisition line level.

Details

  • Schema: FUSION

  • Object owner: POR

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

POR_REQ_CONFIG_COMPS_INT_PK

REQ_CONFIG_COMP_INTERFACE_ID

Columns

Name Datatype Length Precision Not-null Comments
REQ_CONFIG_COMP_INTERFACE_ID NUMBER 18 Yes Requisition line configuration component interface unique identifier
REQ_LINE_INTERFACE_ID NUMBER 18 Yes Corresponds to the requisition line for which these configuration details apply.
COMPONENT_LINE_ID NUMBER 18 This is the unique identifier for the component.
PARENT_COMPONENT_LINE_ID NUMBER 18 Corresponds to the ID of the parent of the component line. If the parent is the base model, this field will be null.
INTERFACE_CONFIG_COMP_KEY VARCHAR2 150 Key provided by the integrating applications and returned in the Purchase Request Web Service Create Operation output. It is used to identify the application record that is related to a requisition line configuration component.
PROCESS_FLAG VARCHAR2 30 Transaction processing state
ITEM_ID NUMBER 18 Part number used by the buying organization to identify the Base/ATO Model, Sub-Model or Option defined in PIM.
ITEM_TYPE VARCHAR2 30 Configured item, option class, or option.
ITEM_REVISION VARCHAR2 18 Identifier that indicates version of the component referenced in the configuration details.
ITEM_DESCRIPTION VARCHAR2 240 Text describing the component used in the configuration
BASE_MODEL_ID NUMBER 18 The buying organization's identification number or code for the model associated with the option/option class
VENDOR_PRODUCT_NUM VARCHAR2 300 The supplier part number for the component
COMPONENT_QUANTITY NUMBER Number of units needed to complete a single configuration
UOM_CODE VARCHAR2 3 The UOM of the component
UNIT_PRICE NUMBER The unit price of the component
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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.
REQ_CONFIG_COMPONENT_ID NUMBER 18 Requisition line configuration unique identifier
ATTACHMENT_CATEGORY VARCHAR2 30 Name of the attachment category
ATTACHMENT_ENTITY_NAME VARCHAR2 40 Name of the entity from where attachments are retrieved to be stored with the component of the requisition.
ATTACHMENT_PRIMARY_KEY1 VARCHAR2 150 Primary key that identifies the attachment.
ATTACHMENT_PRIMARY_KEY2 VARCHAR2 150 Primary key that identifies the attachment.
ATTACHMENT_PRIMARY_KEY3 VARCHAR2 150 Primary key that identifies the attachment.
ATTACHMENT_PRIMARY_KEY4 VARCHAR2 150 Primary key that identifies the attachment.
ATTACHMENT_PRIMARY_KEY5 VARCHAR2 150 Primary key that identifies the attachment.
BASE_MODEL_NUMBER VARCHAR2 300 The buying organization's identification number or code for the model on which the unique submodel is built.
ITEM_NUMBER VARCHAR2 300 Part number used by the buying organization to identify the Base/ATO Model, Sub-Model or Option defined in PIM.
COMPONENT_LINE_NUMBER NUMBER 18 This is the unique identifier for the component.
UNIT_OF_MEASURE VARCHAR2 25 A division of quantity defined as a standard of measurement or exchange.

Foreign Keys

Table Foreign Table Foreign Key Column
POR_REQ_CONFIG_COMPS_INT por_req_lines_interface_all REQ_LINE_INTERFACE_ID

Indexes

Index Uniqueness Tablespace Columns
POR_REQ_CONFIG_COMPS_INT_N1 Non Unique Default REQ_LINE_INTERFACE_ID
POR_REQ_CONFIG_COMPS_INT_N2 Non Unique Default REQ_CONFIG_COMPONENT_ID
POR_REQ_CONFIG_COMPS_INT_N3 Non Unique Default PROCESS_FLAG, REQ_LINE_INTERFACE_ID
POR_REQ_CONFIG_COMPS_INT_U1 Unique Default REQ_CONFIG_COMP_INTERFACE_ID