[Home] [Help]
[Dependency Information]
| Object Name: | PO_GA_ORG_ASSIGN_DRAFT |
|---|---|
| Object Type: | TABLE |
| Owner: | PO |
| Subobject Name: | |
| Status: | VALID |
PO_GA_ORG_ASSIGN_DRAFT stores draft changes to PO organization assignments that have not been accepted by buyer. A record in this table contains the proposed values for the corresponding record in the transaction table PO_GA_ORG_ASSIGNMENTS. When the draft changes are accepted, the record is moved to PO_GA_ORG_ASSIGNMENTS. Changes from buyer are automatically accepted.
PO_GA_ORG_ASSIGN_DRAFT contains all columns from PO_GA_ORG_ASSIGNMENTS, as well as the following additional columns:
DRAFT_ID: primary key of the table; foreign key to PO_DRAFTS;
CHANGE_ACCEPTED_FLAG: acceptance status of the draft record;
DELETE_FLAG: flag indicating whether the corresponding record in transaction table should be deleted when the draft change is accepted.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PO_GA_ORG_ASSIGN_DRAFT_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PO_HEADER_ID
ORGANIZATION_ID
DRAFT_ID
|
| PO_GA_ORG_ASSIGN_DRAFT_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORG_ASSIGNMENT_ID
DRAFT_ID
|
| PO_GA_ORG_ASSIGN_DRAFT_N0 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
DRAFT_ID
|
| 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 | Yes | 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. | |
| CHANGE_ACCEPTED_FLAG | VARCHAR2 | (1) | Acceptance status of the draft record | |
| DRAFT_ID | NUMBER | Yes | Foreign key to change request | |
| DELETE_FLAG | VARCHAR2 | (1) | Flag to indicate the corresponding record in PO_GA_ORG_ASSIGNMENTS table should be deleted | |
| 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
, CHANGE_ACCEPTED_FLAG
, DRAFT_ID
, DELETE_FLAG
, ORG_ASSIGNMENT_ID
FROM PO.PO_GA_ORG_ASSIGN_DRAFT;
PO.PO_GA_ORG_ASSIGN_DRAFT does not reference any database object
PO.PO_GA_ORG_ASSIGN_DRAFT is referenced by following:
APPS
PO_GA_ORG_ASSIGN_DRAFT
|
|
|
|