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


VIEW: APPS.PER_ORG_NAME_LOV

Object Details
Object Name: PER_ORG_NAME_LOV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.PER_ORG_NAME_LOV
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
NAME VARCHAR2 (240) Yes
TYPE VARCHAR2 (80)

INTERNAL_EXTERNAL_FLAG VARCHAR2 (30)

BUSINESS_GROUP_ID NUMBER


Query Text

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


SELECT ORGANIZATION_ID
,      NAME
,      TYPE
,      INTERNAL_EXTERNAL_FLAG
,      BUSINESS_GROUP_ID
FROM APPS.PER_ORG_NAME_LOV;

Dependencies

[top of page]

APPS.PER_ORG_NAME_LOV references the following:

SchemaAPPS
SynonymHR_ALL_ORGANIZATION_UNITS
SynonymHR_ALL_ORGANIZATION_UNITS_TL
PL/SQL PackageHR_API - show dependent code
ViewHR_LOOKUPS

APPS.PER_ORG_NAME_LOV is not referenced by any database object