[Home] [Help]
[Dependency Information]
| Object Name: | PA_R_HIERARCHIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_R_HIERARCHIES_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 |
|---|---|---|---|---|
| ORG_STRUCTURE_ID | NUMBER | |||
| ORG_STRUCTURE_VERSION_ID | NUMBER | |||
| ORG_STRUCTURE_NAME | VARCHAR2 | (30) | ||
| VERSION_NUMBER | NUMBER | |||
| ORGANIZATION_ID | NUMBER | |||
| ORGANIZATION_NAME | VARCHAR2 | (4000) | ||
| ORG_STRUCTURE_TYPE | VARCHAR2 | (11) | ||
| BUSINESS_GROUP_ID | NUMBER | (15) | ||
| ORG_ID | NUMBER | (15) | ||
| OU_NAME | VARCHAR2 | (4000) |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_STRUCTURE_ID
, ORG_STRUCTURE_VERSION_ID
, ORG_STRUCTURE_NAME
, VERSION_NUMBER
, ORGANIZATION_ID
, ORGANIZATION_NAME
, ORG_STRUCTURE_TYPE
, BUSINESS_GROUP_ID
, ORG_ID
, OU_NAME
FROM APPS.PA_R_HIERARCHIES_V;
APPS
PA_ALL_ORGANIZATIONS
PA_IMPLEMENTATIONS_ALL
PA_RESOURCE_UTILS
- show dependent code
PER_ORGANIZATION_STRUCTURES
PER_ORG_STRUCTURE_VERSIONS
APPS.PA_R_HIERARCHIES_V is not referenced by any database object
|
|
|
|