[Home] [Help]
[Dependency Information]
| Object Name: | PO_ACTION_HISTORY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PO.PO_ACTION_HISTORY_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Rowid | |
| CREATED_BY | NUMBER | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| ACTION_CODE | VARCHAR2 | (25) | Approval or control action type | |
| ACTION_DATE | DATE | Approval or control action date | ||
| EMPLOYEE_ID | NUMBER | (9) | Unique identifier of the employee taking the action | |
| APPROVAL_PATH_ID | NUMBER | Approval hierarchy unique identifier | ||
| NOTE | VARCHAR2 | (4000) | Note for next approver or reason for control action | |
| OBJECT_REVISION_NUM | NUMBER | Document revision number | ||
| OFFLINE_CODE | VARCHAR2 | (25) | Indicates whether or not the document was sent to an offline approver | |
| LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_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). | ||
| PROGRAM_APPLICATION_ID | NUMBER | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | ||
| PROGRAM_ID | NUMBER | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | ||
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
| PROGRAM_DATE | DATE | Obsolete | ||
| OBJECT_ID | NUMBER | Yes | Document header unique identifier | |
| OBJECT_TYPE_CODE | VARCHAR2 | (25) | Yes | Document type |
| OBJECT_SUB_TYPE_CODE | VARCHAR2 | (25) | Yes | Document subtype |
| SEQUENCE_NUM | NUMBER | Yes | Sequence of the approval or control step for a document | |
| 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. | |
| EMPLOYEE_NAME | VARCHAR2 | (4000) | Employee taking the action | |
| ACTION_CODE_DSP | VARCHAR2 | (80) | Approval or control action |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, CREATED_BY
, ACTION_CODE
, ACTION_DATE
, EMPLOYEE_ID
, APPROVAL_PATH_ID
, NOTE
, OBJECT_REVISION_NUM
, OFFLINE_CODE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, PROGRAM_DATE
, OBJECT_ID
, OBJECT_TYPE_CODE
, OBJECT_SUB_TYPE_CODE
, SEQUENCE_NUM
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, EMPLOYEE_NAME
, ACTION_CODE_DSP
FROM APPS.PO_ACTION_HISTORY_V;
APPS
FND_GLOBAL
- show dependent code
PO_ACTION_HISTORY
PO_EMPLOYEES_SV
- show dependent code
PO_LOOKUP_CODES
APPS
ICX_PO_ACTION_HISTORY_PK_V
PO_REQCHANGEREQUESTNOTIF_PVT
- show dependent code
PO_WF_DOCUMENT
- show dependent code
PO_WF_REQ_NOTIFICATION
- show dependent code
PO_WF_REQ_NOTIFICATION_R11
- show dependent code
|
|
|
|