[Home] [Help]
[Dependency Information]
| Object Name: | PA_REP_ALL_REP_ORG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_REP_ALL_REP_ORG_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 |
|---|---|---|---|---|
| PARENT_ORGANIZATION_ID | NUMBER | Yes | Internal identifier for the parent organization | |
| PARENT_ORG_NAME | VARCHAR2 | (240) | Yes | Name of the parent organization |
| CHILD_ORGANIZATION_ID | NUMBER | Yes | internal identifier for the child organization | |
| CHILD_ORG_NAME | VARCHAR2 | (240) | Yes | Name of the child organization |
Cut, paste (and edit) the following text to query this object:
SELECT PARENT_ORGANIZATION_ID
, PARENT_ORG_NAME
, CHILD_ORGANIZATION_ID
, CHILD_ORG_NAME
FROM APPS.PA_REP_ALL_REP_ORG_V;
APPS
HR_ALL_ORGANIZATION_UNITS_TL
PA_IMPLEMENTATIONS
PA_ORG_HIERARCHY_DENORM
APPS.PA_REP_ALL_REP_ORG_V is not referenced by any database object
|
|
|
|