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


VIEW: APPS.PSP_ORGANIZATIONS_EXPEND_V

Object Details
Object Name: PSP_ORGANIZATIONS_EXPEND_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER (15) Yes Organization Identifier
BUSINESS_GROUP_ID NUMBER (15) Yes Business Group Identifier
NAME VARCHAR2 (240) Yes Org Name
DATE_FROM DATE
Yes From Date
DATE_TO DATE

To Date
ORG_ID NUMBER

Org Identifier
Query Text

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


SELECT ORGANIZATION_ID
,      BUSINESS_GROUP_ID
,      NAME
,      DATE_FROM
,      DATE_TO
,      ORG_ID
FROM APPS.PSP_ORGANIZATIONS_EXPEND_V;

Dependencies

[top of page]

APPS.PSP_ORGANIZATIONS_EXPEND_V references the following:

SchemaAPPS
SynonymHR_ALL_ORGANIZATION_UNITS
SynonymHR_ALL_ORGANIZATION_UNITS_TL
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageMO_GLOBAL - show dependent code
SynonymPA_ALL_ORGANIZATIONS
APPS.PSP_ORGANIZATIONS_EXPEND_V is referenced by following:

SchemaAPPS
Package BodyPSP_ADJ_DRIVER - show dependent code
Package BodyPSP_PEE_BUS - show dependent code