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


VIEW: APPS.PA_STRUC_CHILD_LINKS_V

Object Details
Object Name: PA_STRUC_CHILD_LINKS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_STRUC_CHILD_LINKS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
OBJECT_RELATIONSHIP_ID NUMBER

The identifier of the relationship
PROJECT_ID_TO NUMBER (15)
The identifier project of the child object
PROJECT_NUMBER_TO VARCHAR2 (25)
The project number of the child object
PROJECT_NAME_TO VARCHAR2 (30)
The project name of the child object
STRUCTURE_ID_TO NUMBER (15)
The identifier of the structure of the child object
STRUCTURE_NUMBER_TO VARCHAR2 (100)
The structure number of the child object
STRUCTURE_NAME_TO VARCHAR2 (240)
The structure name of the child object
STRUCTURE_VERSION_ID_TO NUMBER (15)
The identifier of the structure version of the child object
STRUCTURE_VERSION_NUMBER_TO NUMBER

The structure version number of the child object
STRUCTURE_VERSION_NAME_TO VARCHAR2 (240)
The structure version name of the child object
TASK_ID_TO NUMBER

TASK_VERSION_ID_TO NUMBER

The identifier of the task version of the child object
TASK_NUMBER_TO VARCHAR2 (100)
The task version number of the child object
TASK_NAME_TO VARCHAR2 (240)
The task version name of the child object
ELEMENT_VERSION_ID_FROM NUMBER (15)
The identifier of the parent 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
Query Text

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


SELECT OBJECT_RELATIONSHIP_ID
,      PROJECT_ID_TO
,      PROJECT_NUMBER_TO
,      PROJECT_NAME_TO
,      STRUCTURE_ID_TO
,      STRUCTURE_NUMBER_TO
,      STRUCTURE_NAME_TO
,      STRUCTURE_VERSION_ID_TO
,      STRUCTURE_VERSION_NUMBER_TO
,      STRUCTURE_VERSION_NAME_TO
,      TASK_ID_TO
,      TASK_VERSION_ID_TO
,      TASK_NUMBER_TO
,      TASK_NAME_TO
,      ELEMENT_VERSION_ID_FROM
,      OBJECT_TYPE
,      RELATIONSHIP_TYPE
,      RELATIONSHIP_SUBTYPE
,      LAG_DAY
,      IMPORTED_LAG
,      PRIORITY
,      PM_PRODUCT_CODE
,      RECORD_VERSION_NUMBER
FROM APPS.PA_STRUC_CHILD_LINKS_V;

Dependencies

[top of page]

APPS.PA_STRUC_CHILD_LINKS_V references the following:

SchemaAPPS
SynonymPA_OBJECT_RELATIONSHIPS
SynonymPA_PROJECTS_ALL
SynonymPA_PROJ_ELEMENTS
SynonymPA_PROJ_ELEMENT_VERSIONS
SynonymPA_PROJ_ELEM_VER_STRUCTURE

APPS.PA_STRUC_CHILD_LINKS_V is not referenced by any database object