[Home] [Help]
[Dependency Information]
Object Name: | PA_LAUNCH_PAGE_OBJECTS_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 |
---|---|---|---|---|
OBJECT_ID | NUMBER | (15) | System-generated identifier for the Object | |
OBJECT_VERSION_ID | NUMBER | System-generated identifier for the Object Version | ||
STRUCTURE_VERSION_ID | NUMBER | System-generated identifier for the Object Versions structure version | ||
CLASS_CODE | VARCHAR2 | (30) | Indicates the class code of the object | |
CLASS_NAME | VARCHAR2 | (80) | Indicates the class name of the object | |
TYPE | VARCHAR2 | (150) | Indicates the type of the object | |
OBJECT_NAME | VARCHAR2 | (240) | Indicates the object name | |
OBJECT_NUMBER | VARCHAR2 | (100) | Indicates the object number | |
SUBJECT | VARCHAR2 | (2000) | Indicates subject for the object | |
PROJECT_NAME | VARCHAR2 | (30) | Indicates the project name to which the object belongs to | |
PROJECT_NUMBER | VARCHAR2 | (25) | Indicates the project number to which the object belongs to | |
PROJECT_ID | NUMBER | (15) | Indicates the project id to which the object belongs to | |
TASK_NAME | VARCHAR2 | (4000) | Indicates the task name to which the object belongs to | |
TASK_NUMBER | VARCHAR2 | (4000) | Indicates the task number to which the object belongs to | |
TASK_ID | NUMBER | Indicates the task id to which the object belongs to | ||
OWNER_NAME | VARCHAR2 | (360) | Owner name of the object | |
OWNER_PARTY_ID | NUMBER | (15) | Owner party id of the object | |
STATUS_NAME | VARCHAR2 | (80) | Current status name of the object | |
STATUS_ICON | VARCHAR2 | (80) | Icon for the status of the object | |
SYSTEM_STATUS_CODE | VARCHAR2 | (30) | Current System Status Code of the object | |
PRIORITY | VARCHAR2 | (80) | Priority of the object | |
PRIORITY_SORT | NUMBER | Priority Sort provides for sorting of Priority of object | ||
DUE_DATE | DATE | Due date of object | ||
DAYS_UNTIL_DUE | NUMBER | Days until due of the object | ||
PROGRESS_STATUS_NAME | VARCHAR2 | (80) | Progress status name of object | |
PROGRESS_STATUS_ICON | VARCHAR2 | (80) | Icon for progress status of object | |
PROGRESS_OVERVIEW | VARCHAR2 | (4000) | Progress overview for the object | |
AS_OF_DATE | DATE | Progress as of data for the object | ||
PERCENT_COMPLETE | NUMBER | Physical percent complete | ||
START_DATE | DATE | Start date for object | ||
COMPLETION_DATE | DATE | Completion Date for object | ||
TASKS_FOR_DELIVERABLES | VARCHAR2 | (4000) | Tasks associated with the deliverable object | |
PERCENT_COMPLETE_ID | NUMBER | |||
PROGRESS_ROLLUP_ID | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_ID
, OBJECT_VERSION_ID
, STRUCTURE_VERSION_ID
, CLASS_CODE
, CLASS_NAME
, TYPE
, OBJECT_NAME
, OBJECT_NUMBER
, SUBJECT
, PROJECT_NAME
, PROJECT_NUMBER
, PROJECT_ID
, TASK_NAME
, TASK_NUMBER
, TASK_ID
, OWNER_NAME
, OWNER_PARTY_ID
, STATUS_NAME
, STATUS_ICON
, SYSTEM_STATUS_CODE
, PRIORITY
, PRIORITY_SORT
, DUE_DATE
, DAYS_UNTIL_DUE
, PROGRESS_STATUS_NAME
, PROGRESS_STATUS_ICON
, PROGRESS_OVERVIEW
, AS_OF_DATE
, PERCENT_COMPLETE
, START_DATE
, COMPLETION_DATE
, TASKS_FOR_DELIVERABLES
, PERCENT_COMPLETE_ID
, PROGRESS_ROLLUP_ID
FROM APPS.PA_LAUNCH_PAGE_OBJECTS_V;
APPS.PA_LAUNCH_PAGE_OBJECTS_V is not referenced by any database object
|
|
|