[Home] [Help]
[Dependency Information]
Object Name: | PA_STRUC_ASSOCIATIONS_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_TO | NUMBER | (15) | The identifier project of the associated object. | |
PROJECT_NUMBER_TO | VARCHAR2 | (25) | The project number of the associated object. | |
PROJECT_NAME_TO | VARCHAR2 | (30) | The project name of the associated object. | |
STRUCTURE_ID_TO | NUMBER | (15) | The identifier of the structure of the associated object. | |
STRUCTURE_NUMBER_TO | VARCHAR2 | (100) | The structure number of the associated object. | |
STRUCTURE_NAME_TO | VARCHAR2 | (240) | The structure name of the associated object. | |
STRUCTURE_VERSION_ID_TO | NUMBER | (15) | The identifier of the structure version of the associated object. | |
STRUCTURE_VERSION_NUMBER_TO | NUMBER | The structure version number of the associated object. | ||
STRUCTURE_VERSION_NAME_TO | VARCHAR2 | (240) | The structure version name of the associated object. | |
TASK_VERSION_ID_TO | NUMBER | The identifier of the task version of the associated object. | ||
TASK_NUMBER_TO | VARCHAR2 | (100) | The task version number of the associated object. | |
TASK_NAME_TO | VARCHAR2 | (240) | The task version name of the associated object. | |
ELEMENT_VERSION_ID_FROM | NUMBER | (15) | The identifier of the object initiating the associations. | |
RELATIONSHIP_TYPE | VARCHAR2 | (30) | The type of the relationship. | |
RELATIONSHIP_SUBTYPE | VARCHAR2 | (30) | The subtype of the relationship. | |
LAG_DAY | NUMBER | This column is used for the lag in days for a dependency. | ||
IMPORTED_LAG | VARCHAR2 | (30) | The column is used for the lag in days for a dependency. | |
PRIORITY | VARCHAR2 | (30) | This column is used to indicate the priority of the dependency. | |
PM_PRODUCT_CODE | VARCHAR2 | (30) | This column stores 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_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_VERSION_ID_TO
, TASK_NUMBER_TO
, TASK_NAME_TO
, ELEMENT_VERSION_ID_FROM
, RELATIONSHIP_TYPE
, RELATIONSHIP_SUBTYPE
, LAG_DAY
, IMPORTED_LAG
, PRIORITY
, PM_PRODUCT_CODE
, RECORD_VERSION_NUMBER
FROM APPS.PA_STRUC_ASSOCIATIONS_V;
APPS.PA_STRUC_ASSOCIATIONS_V is not referenced by any database object
|
|
|