POQ_INITIATIVE_SUPPLIERS

POQ_INITIATIVE_SUPPLIERS contains all the suppliers and supplier sites that are part of the initiative along with supplier contact and internal responder contact information.

Details

  • Schema: FUSION

  • Object owner: POQ

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

POQ_INITIATIVE_SUPPLIERS_PK

INIT_SUPPLIER_ID

Columns

Name Datatype Length Precision Not-null Comments Status
INIT_SUPPLIER_ID NUMBER 18 Yes System-generated unique identifier.
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.
CANCELED_REASON_CODE VARCHAR2 30 The code that indicates the reason for cancelation of a supplier from an inititative. Obsolete
CANCELED_BY NUMBER 18 The id of the user who canceled the supplier from the initiative. Obsolete
CANCELED_DATE TIMESTAMP Date on which the supplier was canceled from the qualification process. Obsolete
INITIATIVE_ID NUMBER 18 Yes Unique identifier for initiative.
SUPPLIER_ID NUMBER 18 Yes Identifier of the Supplier who is being qualified or assessed.
SUPPLIER_SITE_ID NUMBER 18 Identifier of the Supplier site.
SUPP_CONTACT_PARTY_ID NUMBER 18 Identifier of the contact person for a supplier/supplier site.
INTERNAL_RESPONDER_ID NUMBER 18 Person identifier of the internal responder.
SEND_SUPP_QNNAIRE_FLAG VARCHAR2 1 Flag indicating whether Questionnaire is sent to the Supplier contact or not. This Flag is used only for Qualification type initiative.
SEND_INT_QNNAIRE_FLAG VARCHAR2 1 Flag indicating whether Questionnaire is sent to the Internal responder or not. This Flag is used only for Qualification type initiative.
RESPONSE_PULLED_FLAG VARCHAR2 1 Flag to indicate if the response has been pulled for this supplier as a part of this initiative.
MULTIPLE_INT_RESPONDER_FLAG VARCHAR2 1 A flag to indicate that multiple internal responders exist for this initiative supplier record.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
POQ_INITIATIVE_SUPPLIERS poq_initiatives INITIATIVE_ID
POQ_INITIATIVE_SUPPLIERS poz_suppliers SUPPLIER_ID

Indexes

Index Uniqueness Tablespace Columns
POQ_INITIATIVE_SUPPLIERS_PK Unique FUSION_TS_TX_DATA INIT_SUPPLIER_ID
POQ_INITIATIVE_SUPPLIERS_U1 Unique FUSION_TS_TX_DATA INITIATIVE_ID, SUPPLIER_ID, SUPPLIER_SITE_ID