[Home] [Help]
[Dependency Information]
| Object Name: | PA_IMP_EXP_HIERARCHY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_IMP_EXP_HIERARCHY_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Business Group Identifier of the Implementation |
| ORG_ID | NUMBER | (15) | Yes | Operating Unit of the Implementation |
| EXP_ORG_STRUCTURE_ID | NUMBER | Yes | Expenditure Owning Hierarchy Identifier of the Implementation | |
| EXP_ORG_STRUCTURE_NAME | VARCHAR2 | (30) | Yes | Expenditure Owning Hierarchy Name of the Implementation |
| EXP_ORG_STRUCTURE_VERSION_ID | NUMBER | Yes | Hierarchy Version Identifier of the Implementation | |
| EXP_START_ORG_ID | NUMBER | Yes | Start Org Identifier of the Expenditure Hierarchy of the Implementation | |
| EXP_START_ORG_NAME | VARCHAR2 | (240) | Yes | Start Org Name of the Expenditure Hierarchy of the Implementation |
Cut, paste (and edit) the following text to query this object:
SELECT BUSINESS_GROUP_ID
, ORG_ID
, EXP_ORG_STRUCTURE_ID
, EXP_ORG_STRUCTURE_NAME
, EXP_ORG_STRUCTURE_VERSION_ID
, EXP_START_ORG_ID
, EXP_START_ORG_NAME
FROM APPS.PA_IMP_EXP_HIERARCHY_V;
APPS
HR_GENERAL
- show dependent code
HR_ORGANIZATION_UNITS
HR_SECURITY
- show dependent code
PA_IMPLEMENTATIONS
PER_ORGANIZATION_STRUCTURES
APPS.PA_IMP_EXP_HIERARCHY_V is not referenced by any database object
|
|
|
|