[Home] [Help]
[Dependency Information]
Object Name: | PA_LAUNCH_PAGE_ACTIONS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ACTION_ID | NUMBER | (15) | System-generated identifier for the action | |
OBJECT_VERSION_ID | NUMBER | |||
CLASS_CODE | VARCHAR2 | (30) | Indicates the class code. | |
CLASS_NAME | VARCHAR2 | (80) | Indicates the class name | |
PROJECT_NAME | VARCHAR2 | (30) | Indicates the project name to which the action belongs to | |
PROJECT_NUMBER | VARCHAR2 | (25) | Indicates the project number to which the action belongs to | |
PROJECT_ID | NUMBER | (15) | Indicates the project id to which the action belongs to | |
OBJECT_NAME | VARCHAR2 | (240) | Indicates the object name | |
OBJECT_NUMBER | VARCHAR2 | (100) | Indicates the object number | |
OBJECT_ID | NUMBER | (15) | Indicates the object id | |
REQUEST | VARCHAR2 | (4000) | Indicates the request of the action | |
TYPE | VARCHAR2 | (4000) | Indicates the type of the action | |
DUE_DATE | DATE | Due date of action | ||
DAYS_UNTIL_DUE | NUMBER | Days until due of the action | ||
REQUESTED_BY_NAME | VARCHAR2 | (360) | Requestor name of the action | |
REQUESTED_BY_PARTY_ID | NUMBER | (15) | Requestor party id of the action | |
OWNER_NAME | VARCHAR2 | (360) | Owner name of the action | |
OWNER_PARTY_ID | NUMBER | (15) | Owner party id of the action | |
OWNER_PERSON_ID | NUMBER | Owner person id of the action | ||
STATUS | VARCHAR2 | (80) | Current status of the action | |
STATUS_CODE | VARCHAR2 | (30) | Current status code of the action | |
SYSTEM_STATUS_CODE | VARCHAR2 | (30) | Current system status code of the action |
Cut, paste (and edit) the following text to query this object:
SELECT ACTION_ID
, OBJECT_VERSION_ID
, CLASS_CODE
, CLASS_NAME
, PROJECT_NAME
, PROJECT_NUMBER
, PROJECT_ID
, OBJECT_NAME
, OBJECT_NUMBER
, OBJECT_ID
, REQUEST
, TYPE
, DUE_DATE
, DAYS_UNTIL_DUE
, REQUESTED_BY_NAME
, REQUESTED_BY_PARTY_ID
, OWNER_NAME
, OWNER_PARTY_ID
, OWNER_PERSON_ID
, STATUS
, STATUS_CODE
, SYSTEM_STATUS_CODE
FROM APPS.PA_LAUNCH_PAGE_ACTIONS_V;
APPS.PA_LAUNCH_PAGE_ACTIONS_V is not referenced by any database object
|
|
|