[Home] [Help]
[Dependency Information]
Object Name: | PO_GA_ORG_ASSIGNMENTS |
---|---|
Object Type: | TABLE |
Owner: | PO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PO_GA_ORG_ASSIGN_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
PO_GA_ORG_ASSIGN_U2 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PO_HEADER_ID | NUMBER | Yes | Global Agreement unique identifier. | |
ORGANIZATION_ID | NUMBER | Yes | Requesting operating unit unique identifier. When enabled, this operating unit can source the Global Agreement for requisitioning. | |
ENABLED_FLAG | VARCHAR2 | (1) | Yes | Enabled status for the current org assignment of the Global Agreement. |
VENDOR_SITE_ID | NUMBER | Vendor Site ID of the Purchasing operating unit. | ||
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
PURCHASING_ORG_ID | NUMBER | Yes | Purchasing operating unit unique identifier. When enabled, this operating unit can purchase against the Global Agreement. | |
ORG_ASSIGNMENT_ID | NUMBER | Yes | Global Agreements org assignment unique identifier |
Cut, paste (and edit) the following text to query this object:
SELECT PO_HEADER_ID
, ORGANIZATION_ID
, ENABLED_FLAG
, VENDOR_SITE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, PURCHASING_ORG_ID
, ORG_ASSIGNMENT_ID
FROM PO.PO_GA_ORG_ASSIGNMENTS;
PO.PO_GA_ORG_ASSIGNMENTS does not reference any database object
PO.PO_GA_ORG_ASSIGNMENTS is referenced by following:
|
|
|