POZ_SUPP_CONT_ADDR_REQUESTS

This table stores information about supplier change requests for contact-address links, such as adding an address to a contact, removing an address from a contact, adding a contact for an address, or removing a contact from an address,

Details

  • Schema: FUSION

  • Object owner: POZ

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

POZ_SUPP_CONT_ADDR_RQST_PK

SUPP_CONT_ADDR_REQUEST_ID

Columns

Name Datatype Length Precision Not-null Comments
SUPP_CONT_ADDR_REQUEST_ID NUMBER 18 Yes Unique identifier for the supplier contact address change request.
SUPP_CONTACT_REQUEST_ID NUMBER 18 Unique identifier for the supplier contact change request.
SUPP_REQUEST_ID NUMBER 18 Yes Unique Identifier for the supplier change request
CHANGE_REQ_ROW_TYPE VARCHAR2 30 Yes Identifies the type of contact-address change request. This could either be 'SNAPSHOT' or 'NEW' or 'DELETED'.
CONTACT_PARTY_ID NUMBER 18 Identifier of the supplier contact for which the contact-address link is added or deleted.
SUPP_ADDRESS_REQUEST_ID NUMBER 18 Identifier of the supplier address change request.
PARTY_SITE_ID NUMBER 18 Identifier of the supplier address site for which contact-address link is added or deleted.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
POZ_SUPP_CONT_ADDR_REQUESTS poz_supp_contact_requests SUPP_CONTACT_REQUEST_ID
POZ_SUPP_CONT_ADDR_REQUESTS poz_supp_address_requests SUPP_ADDRESS_REQUEST_ID
POZ_SUPP_CONT_ADDR_REQUESTS hz_parties CONTACT_PARTY_ID
POZ_SUPP_CONT_ADDR_REQUESTS hz_party_sites PARTY_SITE_ID
POZ_SUPP_CONT_ADDR_REQUESTS poz_supp_requests SUPP_REQUEST_ID

Indexes

Index Uniqueness Tablespace Columns
POZ_SUPP_CONT_ADDR_RQST_N1 Non Unique Default SUPP_CONTACT_REQUEST_ID
POZ_SUPP_CONT_ADDR_RQST_N2 Non Unique Default SUPP_REQUEST_ID
POZ_SUPP_CONT_ADDR_RQST_U1 Unique Default SUPP_CONT_ADDR_REQUEST_ID