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


VIEW: APPS.PA_ORGANIZATIONS_EXP_ALL_BG_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


View that shows all expenditure organizations, both active and inactive, for a business group.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER (15) Yes Identifier of the organization
BUSINESS_GROUP_ID NUMBER (15) Yes Refer to the base table
NAME VARCHAR2 (240) Yes Name of the organization
DATE_FROM DATE
Yes Start date of the organization
DATE_TO DATE

End date of the organization
Query Text

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


SELECT ORGANIZATION_ID
,      BUSINESS_GROUP_ID
,      NAME
,      DATE_FROM
,      DATE_TO
FROM APPS.PA_ORGANIZATIONS_EXP_ALL_BG_V;

Dependencies

[top of page]

APPS.PA_ORGANIZATIONS_EXP_ALL_BG_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
ViewHR_ORGANIZATION_UNITS
PL/SQL PackageHR_SECURITY - show dependent code
SynonymPA_ALL_ORGANIZATIONS
SynonymPA_IMPLEMENTATIONS
SynonymPA_IMPLEMENTATIONS_ALL
APPS.PA_ORGANIZATIONS_EXP_ALL_BG_V is referenced by following:

SchemaAPPS
ViewPA_COST_DIST_OVERRIDES_V