[Home] [Help]
[Dependency Information]
Object Name: | PO_DRAFTS |
---|---|
Object Type: | TABLE |
Owner: | PO |
Subobject Name: | |
Status: | VALID |
This table serves as the control table for draft changes. Each record in document draft tables should reference a record in this table. Records in this table also contain status information for the draft change requests.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PO_DRAFTS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
PO_DRAFTS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
PO_DRAFTS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DRAFT_ID | NUMBER | Yes | Draft Unique Identifier | |
DOCUMENT_ID | NUMBER | Yes | ID of the document. For draft for po documents, it is PO_HEADER_ID | |
REVISION_NUM | NUMBER | Revision of the document this draft is created for | ||
OWNER_USER_ID | NUMBER | Yes | User Id of the owner of the draft | |
OWNER_ROLE | VARCHAR2 | (10) | Yes | Role of the user owning the draft. Possible values: BUYER, SUPPLIER, CAT ADMIN |
STATUS | VARCHAR2 | (15) | Yes | Current stautus of the draft |
JUSTIFICATION | VARCHAR2 | (4000) | Reason for creating this draft | |
NOTE_TO_SUPPLIER | VARCHAR2 | (4000) | Note to supplier | |
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). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_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). | ||
REQUEST_ID | NUMBER | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT DRAFT_ID
, DOCUMENT_ID
, REVISION_NUM
, OWNER_USER_ID
, OWNER_ROLE
, STATUS
, JUSTIFICATION
, NOTE_TO_SUPPLIER
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, REQUEST_ID
FROM PO.PO_DRAFTS;
PO.PO_DRAFTS does not reference any database object
PO.PO_DRAFTS is referenced by following:
|
|
|