[Home] [Help]
[Dependency Information]
| Object Name: | PA_STRUCTURE_NAMES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_STRUCTURE_NAMES_V
|
| 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 |
|---|---|---|---|---|
| STRUCTURE_NAME | VARCHAR2 | (240) | Yes | User-defined long name of the structure |
| ELEMENT_NUMBER | VARCHAR2 | (100) | User-defined number that uniquely identifies the element within a project or structure | |
| PROJ_ELEMENT_ID | NUMBER | (15) | Yes | The identifier for the project structure |
| PROJECT_ID | NUMBER | (15) | Yes | The identifier of the project to which the element belongs |
| PROJECT_NAME | VARCHAR2 | (30) | Yes | The name of the project to which the element belongs |
| STRUCTURE_TYPE_ID | NUMBER | (15) | Yes | The identifier of the structure type |
| WORKPLAN | VARCHAR2 | (80) | Yes | |
| WORKPLAN_FLAG | VARCHAR2 | (30) | Yes | |
| FINANCIAL | VARCHAR2 | (80) | Yes | |
| FINANCIAL_FLAG | VARCHAR2 | (30) | Yes | |
| STRUCTURE_TYPE | VARCHAR2 | (150) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT STRUCTURE_NAME
, ELEMENT_NUMBER
, PROJ_ELEMENT_ID
, PROJECT_ID
, PROJECT_NAME
, STRUCTURE_TYPE_ID
, WORKPLAN
, WORKPLAN_FLAG
, FINANCIAL
, FINANCIAL_FLAG
, STRUCTURE_TYPE
FROM APPS.PA_STRUCTURE_NAMES_V;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
PA_PROJECTS_ALL
PA_PROJECT_STRUCTURE_UTILS
- show dependent code
PA_PROJ_ELEMENTS
PA_PROJ_STRUCTURE_TYPES
PA_STRUCTURE_TYPES
APPS.PA_STRUCTURE_NAMES_V is not referenced by any database object
|
|
|
|