DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PO_ACT_HIST_V

Object Details
Object Name: PO_ACT_HIST_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPO.PO_ACT_HIST_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_ID NUMBER
Yes Document header unique identifier
TYPE VARCHAR2 (25) Yes Document type
SUBTYPE 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.
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
NOTE VARCHAR2 (4000)
Note for next approver or reason for control action
OBJECT_REVISION_NUM NUMBER

Document revision number
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_DATE DATE

APPROVAL_PATH_ID NUMBER

Approval hierarchy unique identifier
OFFLINE_CODE VARCHAR2 (25)
Indicates whether or not the document was sent to an offline approver
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
SECURITY1 VARCHAR2 (1)
SECURITY2 VARCHAR2 (1)
SECURITY3 VARCHAR2 (1)
SECURITY4 VARCHAR2 (1)
SECURITY5 VARCHAR2 (1)
SECURITY6 VARCHAR2 (1)
SECURITY7 VARCHAR2 (1)
SECURITY8 VARCHAR2 (1)
SECURITY9 VARCHAR2 (1)
SECURITY10 VARCHAR2 (1)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OBJECT_ID
,      TYPE
,      SUBTYPE
,      SEQUENCE_NUM
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      ACTION_CODE
,      ACTION_DATE
,      EMPLOYEE_ID
,      NOTE
,      OBJECT_REVISION_NUM
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_DATE
,      APPROVAL_PATH_ID
,      OFFLINE_CODE
,      PROGRAM_UPDATE_DATE
,      SECURITY1
,      SECURITY2
,      SECURITY3
,      SECURITY4
,      SECURITY5
,      SECURITY6
,      SECURITY7
,      SECURITY8
,      SECURITY9
,      SECURITY10
FROM APPS.PO_ACT_HIST_V;

Dependencies

[top of page]

APPS.PO_ACT_HIST_V references the following:

SchemaAPPS
SynonymPO_ACTION_HISTORY

APPS.PO_ACT_HIST_V is not referenced by any database object