[Home] [Help]
[Dependency Information]
| Object Name: | PA_REP_COMP_REP_ORG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_REP_COMP_REP_ORG_V
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARENT_ORGANIZATION_ID | NUMBER | Yes | Internal identifier for the parent organization | |
| PARENT_ORGANIZATION_NAME | VARCHAR2 | (4000) | Name of the parent organization | |
| CHILD_ORGANIZATION_ID | NUMBER | Yes | Internal identifier for the child organization | |
| CHILD_ORGANIZATION_NAME | VARCHAR2 | (4000) | Name of the child organization | |
| INCLUDE_SUB_ORGANIZATIONS | VARCHAR2 | (1) | N when parent org=child org, Y otherwise |
Cut, paste (and edit) the following text to query this object:
SELECT PARENT_ORGANIZATION_ID
, PARENT_ORGANIZATION_NAME
, CHILD_ORGANIZATION_ID
, CHILD_ORGANIZATION_NAME
, INCLUDE_SUB_ORGANIZATIONS
FROM APPS.PA_REP_COMP_REP_ORG_V;
APPS
PA_EXPENDITURES_UTILS
- show dependent code
PA_IMPLEMENTATIONS
PA_ORG_HIERARCHY_DENORM
APPS.PA_REP_COMP_REP_ORG_V is not referenced by any database object
|
|
|
|