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


VIEW: APPS.ICX_PO_ACTION_HISTORY_PK_V

Object Details
Object Name: ICX_PO_ACTION_HISTORY_PK_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewICX.ICX_PO_ACTION_HISTORY_PK_V
Subobject Name:
Status: VALID

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


The ICX_PO_ACTION_HISTORY_PK_V view is used in Web Suppliers and
returns the action history of a purchase order document including date
and name of action (approval, forward, reject) owners. This view
retrieves the list of approved, controlled or unprocessed purchasing
documents with their document types from the PO_ACTION_HISTORY_V view.
.


[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_ID NUMBER
Yes Document identifier
OBJECT_SUB_TYPE_CODE VARCHAR2 (25) Yes Document subtype
Query Text

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


SELECT OBJECT_ID
,      OBJECT_SUB_TYPE_CODE
FROM APPS.ICX_PO_ACTION_HISTORY_PK_V;

Dependencies

[top of page]

APPS.ICX_PO_ACTION_HISTORY_PK_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewPO_ACTION_HISTORY_V
PL/SQL PackagePO_EMPLOYEES_SV - show dependent code

APPS.ICX_PO_ACTION_HISTORY_PK_V is not referenced by any database object