[Home] [Help]
[Dependency Information]
| Object Name: | PA_STRUCT_VERSIONS_LOV_AMG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_STRUCT_VERSIONS_LOV_AMG_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view provides a list of structure versions
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STRUCTURE_VERSION_NAME | VARCHAR2 | (240) | Yes | User-defined name of the structure version |
| STRUCTURE_VERSION_NUMBER | NUMBER | Yes | System-generated structure version number | |
| STRUCTURE_VERSION_ID | NUMBER | (15) | Yes | Unique identifier for the element version |
| STRUCTURE_TYPE | VARCHAR2 | (80) | Yes | Project structure type class |
| STRUCTURE_ID | NUMBER | (15) | Yes | Unique identifier for the structure version attributes |
| PROJECT_ID | NUMBER | (15) | Yes | Unique identifier of the project to which the structure version attributes belong |
| STATUS_CODE | VARCHAR2 | (150) | Status of the structure version | |
| STRUCTURE_TYPE_CLASS_CODE | VARCHAR2 | (30) | Yes | Class code of structure type |
Cut, paste (and edit) the following text to query this object:
SELECT STRUCTURE_VERSION_NAME
, STRUCTURE_VERSION_NUMBER
, STRUCTURE_VERSION_ID
, STRUCTURE_TYPE
, STRUCTURE_ID
, PROJECT_ID
, STATUS_CODE
, STRUCTURE_TYPE_CLASS_CODE
FROM APPS.PA_STRUCT_VERSIONS_LOV_AMG_V;
APPS
PA_LOOKUPS
PA_PROJ_ELEM_VER_STRUCTURE
PA_PROJ_STRUCTURE_TYPES
PA_STRUCTURE_TYPES
APPS.PA_STRUCT_VERSIONS_LOV_AMG_V is not referenced by any database object
|
|
|
|