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


TABLE: PA.PA_LOWEST_TASKS_IT

Object Details
Object Name: PA_LOWEST_TASKS_IT
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_LOWEST_TASKS_IT
Subobject Name:
Status: VALID


PA_LOWEST_TASKS_IT stores the lowest level task information for Oracle Project Analysis Collection Pack.


Storage Details
Tablespace: TablespaceAPPS_TS_SUMMARY
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_LOWEST_TASKS_IT_U1 NORMAL UNIQUE TablespaceAPPS_TS_SUMMARY ColumnTASK_ID
Columns
Name Datatype Length Mandatory Comments
TASK_ID NUMBER (15) Yes The identifier of the lowest task
TOP_TASK_ID NUMBER (15) Yes The identifier of the top task to which the lowest task belongs
TASK_NUMBER VARCHAR2 (25) Yes The task number of the lowest level task
TASK_NAME VARCHAR2 (20) Yes The task name of the lowest level task
CARRYING_OUT_ORGANIZATION_ID NUMBER (15) Yes The identifier of the organization responsible for the project
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
CREATED_BY NUMBER (15) Yes Standard Who Column
SERVICE_TYPE_CODE VARCHAR2 (30)
The service type code used for the task
DESCRIPTION VARCHAR2 (250)
The description of the task
USER_COL1 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL2 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL3 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL4 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL5 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL6 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL7 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL8 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL9 VARCHAR2 (30)
Column that can be used to store user customizations
USER_COL10 VARCHAR2 (30)
Column that can be used to store user customizations
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
REQUEST_ID NUMBER (15)
Standard Who Column
PROGRAM_APPLICATION_ID NUMBER (15)
Standard Who Column
PROGRAM_ID NUMBER (15)
Standard Who Column
PROGRAM_UPDATE_DATE DATE

Standard Who Column
STATUS_CODE VARCHAR2 (1)
The flag that indicates whether this row has any updates or not
Query Text

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


SELECT TASK_ID
,      TOP_TASK_ID
,      TASK_NUMBER
,      TASK_NAME
,      CARRYING_OUT_ORGANIZATION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      SERVICE_TYPE_CODE
,      DESCRIPTION
,      USER_COL1
,      USER_COL2
,      USER_COL3
,      USER_COL4
,      USER_COL5
,      USER_COL6
,      USER_COL7
,      USER_COL8
,      USER_COL9
,      USER_COL10
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      STATUS_CODE
FROM PA.PA_LOWEST_TASKS_IT;

Dependencies

[top of page]

PA.PA_LOWEST_TASKS_IT does not reference any database object

PA.PA_LOWEST_TASKS_IT is referenced by following:

SchemaAPPS
SynonymPA_LOWEST_TASKS_IT