[Home] [Help]
[Dependency Information]
| Object Name: | PO_GA_ORG_ASSIGN_MERGE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PO.PO_GA_ORG_ASSIGN_MERGE_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This is a view that shows org assignment depending on the role setting in the session. It shows records that are located in the draft (PO_GA_ORG_ASSIGN_DRAFT) tables for the current role as well as records from the transaction table (PO_GA_ORG_ASSIGNMENTS), as long as the corresponding record does not already exist in draft table
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OWNER_USER_ID | NUMBER | User Id of the owner of the draft | ||
| OWNER_ROLE | VARCHAR2 | (10) | Role of the user owning the draft. Possible values: BUYER, SUPPLIER, CAT ADMIN | |
| STATUS | VARCHAR2 | (15) | Current stautus of the draft | |
| DRAFT_ID | NUMBER | Draft Unique Identifier | ||
| CHANGE_ACCEPTED_FLAG | VARCHAR2 | (1) | Acceptance status of the draft record | |
| DELETE_FLAG | VARCHAR2 | (1) | Flag to indicate the corresponding record in PO_GA_ORG_ASSIGNMENTS table should be deleted | |
| PO_HEADER_ID | NUMBER | Global Agreement unique identifier | ||
| ORGANIZATION_ID | NUMBER | Requesting operating unit unique identifier. | ||
| ENABLED_FLAG | VARCHAR2 | (1) | Enabled status for the organization w/ respect to this Global Agreement. | |
| VENDOR_SITE_ID | NUMBER | Vendor Site ID for the purchasing operating unit. | ||
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATED_BY | NUMBER | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | ||
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| CREATED_BY | NUMBER | 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 | Purchasing operating unit unique identifier. When enabled, this operating unit can purchase against the Global Agreement. | ||
| ORG_ASSIGNMENT_ID | NUMBER | Global Agreements org assignment unique identifier |
Cut, paste (and edit) the following text to query this object:
SELECT OWNER_USER_ID
, OWNER_ROLE
, STATUS
, DRAFT_ID
, CHANGE_ACCEPTED_FLAG
, DELETE_FLAG
, 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 APPS.PO_GA_ORG_ASSIGN_MERGE_V;
APPS
PO_DRAFTS
PO_GA_ORG_ASSIGNMENTS
PO_GA_ORG_ASSIGN_DRAFT
PO_GLOBAL
- show dependent code
APPS.PO_GA_ORG_ASSIGN_MERGE_V is not referenced by any database object
|
|
|
|