[Home] [Help]
[Dependency Information]
Object Name: | PA_DLV_ASSCN_TASKS_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 |
---|---|---|---|---|
ELEMENT_NUMBER | VARCHAR2 | (100) | User-defined alphanumeric character that uniquely identifies the deliverable within a project | |
ELEMENT_NAME | VARCHAR2 | (240) | Yes | User-defined long name of the element. |
OBJECT_TYPE | VARCHAR2 | (30) | Yes | The type of the object for the element. |
PROJ_ELEMENT_ID | NUMBER | (15) | Yes | The identifier of the project element |
PROJECT_ID | NUMBER | (15) | Yes | The identifier of the project to which the deliverable belongs |
STATUS_CODE | VARCHAR2 | (150) | The identifier of the deliverable status | |
MANAGER_PERSON_ID | NUMBER | (15) | Identfies deliverable owner id | |
ELM_REC_VER_NUMBER | NUMBER | (15) | Identifies element record version number | |
ELEMENT_VERSION_ID | NUMBER | (15) | Yes | The identifier of the element version |
PARENT_STRUCTURE_VERSION_ID | NUMBER | (15) | The identifier of parent structure version | |
ELM_VER_REC_VER_NUMBER | NUMBER | (15) | Identifies element version record version number | |
DUE_DATE | DATE | Identifies the scheduled finish date of action | ||
COMPLETION_DATE | DATE | Identifies deliverable actual finish date | ||
OWNER | VARCHAR2 | (240) | The identifier of the deliverable owner | |
DLV_STATUS_NAME | VARCHAR2 | (80) | Identifies deliverable status meaning | |
PROGRESS_STATUS_CODE | VARCHAR2 | (150) | ||
PROGRESS_STATUS_NAME | VARCHAR2 | (80) | ||
COMPLETED_PERCENTAGE | NUMBER | Identifies deliverable completed percentage | ||
PERCENT_COMPLETE_ID | NUMBER | (15) | Identifies percent complete id | |
OBJECT_TYPE_FROM | VARCHAR2 | (30) | Yes | Identifies deliverable parent object type |
OBJECT_TYPE_TO | VARCHAR2 | (30) | Yes | Identifies deliverable parent object type |
RELATIONSHIP_TYPE | VARCHAR2 | (30) | Yes | Identifies object relationship type |
RELATIONSHIP_SUBTYPE | VARCHAR2 | (30) | Identifies object relationship subtype | |
OBJECT_ID_FROM1 | NUMBER | (15) | Identifies parent version id | |
OBJECT_ID_TO1 | NUMBER | (15) | Identifies child version id | |
OBJECT_ID_FROM2 | NUMBER | Identifies parent element id | ||
OBJECT_ID_TO2 | NUMBER | Identifies child element id | ||
WEIGHTING_PERCENTAGE | NUMBER | (17) | Weighting Percentage | |
OBJECT_RELATIONSHIP_ID | NUMBER | Yes | Object relationship id | |
OBJ_RECORD_VERSION_NUMBER | NUMBER | Relationship record version number |
Cut, paste (and edit) the following text to query this object:
SELECT ELEMENT_NUMBER
, ELEMENT_NAME
, OBJECT_TYPE
, PROJ_ELEMENT_ID
, PROJECT_ID
, STATUS_CODE
, MANAGER_PERSON_ID
, ELM_REC_VER_NUMBER
, ELEMENT_VERSION_ID
, PARENT_STRUCTURE_VERSION_ID
, ELM_VER_REC_VER_NUMBER
, DUE_DATE
, COMPLETION_DATE
, OWNER
, DLV_STATUS_NAME
, PROGRESS_STATUS_CODE
, PROGRESS_STATUS_NAME
, COMPLETED_PERCENTAGE
, PERCENT_COMPLETE_ID
, OBJECT_TYPE_FROM
, OBJECT_TYPE_TO
, RELATIONSHIP_TYPE
, RELATIONSHIP_SUBTYPE
, OBJECT_ID_FROM1
, OBJECT_ID_TO1
, OBJECT_ID_FROM2
, OBJECT_ID_TO2
, WEIGHTING_PERCENTAGE
, OBJECT_RELATIONSHIP_ID
, OBJ_RECORD_VERSION_NUMBER
FROM APPS.PA_DLV_ASSCN_TASKS_V;
APPS.PA_DLV_ASSCN_TASKS_V is not referenced by any database object
|
|
|