PO_GA_ORG_ASSIGNMENTS

PO_GA_ORG_ASSIGNMENTS contains mappings of Global Agreements to the requesting and purchasing operating units that may source it and execute against it, respectively. Each org assignment is either enabled or disabled.

Details

  • Schema: FUSION

  • Object owner: PO

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PO_GA_ORG_ASSIGNMENTS_PK

ORG_ASSIGNMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
PO_HEADER_ID NUMBER 18 Yes Global Agreement unique identifier.
BILLTO_BU_ID NUMBER 18 Bill-to Business Unit unique identifier. Indicates the business unit which vouches the supplier invoices received for this purchase order.
ORDERED_LOCALLY_FLAG VARCHAR2 1 Ordered locally Check box
PRC_BU_ID NUMBER 18 Yes Procurement Business Unit
REQ_BU_ID NUMBER 18 Requisitioning Business Unit
SHIP_TO_LOCATION_ID NUMBER 18 Ship To Location ID
BILL_TO_LOCATION_ID NUMBER 18 Bill To Location ID
ENABLED_FLAG VARCHAR2 1 Yes Enabled status for the current org assignment of the Global Agreement.
VENDOR_SITE_ID NUMBER 18 Vendor Site ID of the Purchasing operating unit.
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.
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_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ORG_ASSIGNMENT_ID NUMBER 18 Yes Global Agreements org assignment 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.

Foreign Keys

Table Foreign Table Foreign Key Column
PO_GA_ORG_ASSIGNMENTS po_headers_all PO_HEADER_ID

Indexes

Index Uniqueness Tablespace Columns
PO_GA_ORG_ASSIGN_N1 Non Unique Default LAST_UPDATE_DATE
PO_GA_ORG_ASSIGN_N2 Non Unique Default PRC_BU_ID, ENABLED_FLAG
PO_GA_ORG_ASSIGN_U1 Unique Default ORG_ASSIGNMENT_ID
PO_GA_ORG_ASSIGN_U2 Unique Default PO_HEADER_ID, REQ_BU_ID