[Home] [Help]
[Dependency Information]
Object Name: | PA_STRUC_PARENT_LINKS_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_RELATIONSHIP_ID | NUMBER | The identifier of the relationship | ||
PROJECT_ID_FROM | NUMBER | (15) | The identifier project of the parent object | |
PROJECT_NUMBER_FROM | VARCHAR2 | (25) | The project number of the parent object | |
PROJECT_NAME_FROM | VARCHAR2 | (30) | The project name of the parent object | |
STRUCTURE_ID_FROM | NUMBER | (15) | The identifier of the structure of the parent object | |
STRUCTURE_NUMBER_FROM | VARCHAR2 | (100) | The structure number of the parent object | |
STRUCTURE_NAME_FROM | VARCHAR2 | (240) | The structure name of the parent object | |
STRUCTURE_VERSION_ID_FROM | NUMBER | (15) | The identifier of the structure version of the parent object | |
STRUCTURE_VERSION_NUMBER_FROM | NUMBER | The structure version number of the parent object | ||
STRUCTURE_VERSION_NAME_FROM | VARCHAR2 | (240) | The structure version name of the parent object | |
TASK_ID_FROM | NUMBER | |||
TASK_VERSION_ID_FROM | NUMBER | The identifier of the task version of the parent object | ||
TASK_NUMBER_FROM | VARCHAR2 | (100) | The task version number of the parent object | |
TASK_NAME_FROM | VARCHAR2 | (240) | The task version name of the parent object | |
ELEMENT_VERSION_ID_TO | NUMBER | (15) | The identifier of the child object | |
OBJECT_TYPE | VARCHAR2 | (30) | ||
RELATIONSHIP_TYPE | VARCHAR2 | (30) | The type of the relationship | |
RELATIONSHIP_SUBTYPE | VARCHAR2 | (30) | The subtype of the relationship | |
LAG_DAY | NUMBER | The lag in days for a dependency | ||
IMPORTED_LAG | VARCHAR2 | (30) | The lag in days for a dependency from an external source | |
PRIORITY | VARCHAR2 | (30) | The priority of the dependency | |
PM_PRODUCT_CODE | VARCHAR2 | (30) | The product code from which the dependency was created | |
RECORD_VERSION_NUMBER | NUMBER | Sequence number for lock strategy in self-service applications |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_RELATIONSHIP_ID
, PROJECT_ID_FROM
, PROJECT_NUMBER_FROM
, PROJECT_NAME_FROM
, STRUCTURE_ID_FROM
, STRUCTURE_NUMBER_FROM
, STRUCTURE_NAME_FROM
, STRUCTURE_VERSION_ID_FROM
, STRUCTURE_VERSION_NUMBER_FROM
, STRUCTURE_VERSION_NAME_FROM
, TASK_ID_FROM
, TASK_VERSION_ID_FROM
, TASK_NUMBER_FROM
, TASK_NAME_FROM
, ELEMENT_VERSION_ID_TO
, OBJECT_TYPE
, RELATIONSHIP_TYPE
, RELATIONSHIP_SUBTYPE
, LAG_DAY
, IMPORTED_LAG
, PRIORITY
, PM_PRODUCT_CODE
, RECORD_VERSION_NUMBER
FROM APPS.PA_STRUC_PARENT_LINKS_V;
APPS.PA_STRUC_PARENT_LINKS_V is not referenced by any database object
|
|
|