DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PA_REP_COMP_REP_ORG_V

Object Details
Object Name: PA_REP_COMP_REP_ORG_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_REP_COMP_REP_ORG_V
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.PA_REP_COMP_REP_ORG_V references the following:

SchemaAPPS
PL/SQL PackagePA_EXPENDITURES_UTILS - show dependent code
SynonymPA_IMPLEMENTATIONS
SynonymPA_ORG_HIERARCHY_DENORM

APPS.PA_REP_COMP_REP_ORG_V is not referenced by any database object