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


VIEW: APPS.PA_PRM_ORGANIZATIONS_V

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_NAME VARCHAR2 (240) Yes Name of the organization
ORGANIZATION_ID NUMBER (15) Yes Internal identifier for the organization
START_DATE DATE
Yes Start Date of the organization
END_DATE DATE

End Date of the organization
BUSINESS_GROUP_NAME VARCHAR2 (240) Yes Name of the business group
BUSINESS_GROUP_ID NUMBER (15) Yes Internal identifier for the business group
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ORGANIZATION_NAME
,      ORGANIZATION_ID
,      START_DATE
,      END_DATE
,      BUSINESS_GROUP_NAME
,      BUSINESS_GROUP_ID
FROM APPS.PA_PRM_ORGANIZATIONS_V;

Dependencies

[top of page]

APPS.PA_PRM_ORGANIZATIONS_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
ViewHR_ORGANIZATION_UNITS
PL/SQL PackageHR_SECURITY - show dependent code

APPS.PA_PRM_ORGANIZATIONS_V is not referenced by any database object