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


VIEW: APPS.PER_ORGANIZATION_LOV

Object Details
Object Name: PER_ORGANIZATION_LOV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.PER_ORGANIZATION_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
PERSON_ID NUMBER (10) Yes
ASS_EFFECTIVE_START_DATE DATE
Yes
ASS_EFFECTIVE_END_DATE DATE
Yes
ORGANIZATION_ID NUMBER (15) Yes
ORGANIZATION_NAME VARCHAR2 (240) Yes
MANAGER_FLAG_DESC VARCHAR2 (80) Yes
Query Text

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


SELECT PERSON_ID
,      ASS_EFFECTIVE_START_DATE
,      ASS_EFFECTIVE_END_DATE
,      ORGANIZATION_ID
,      ORGANIZATION_NAME
,      MANAGER_FLAG_DESC
FROM APPS.PER_ORGANIZATION_LOV;

Dependencies

[top of page]

APPS.PER_ORGANIZATION_LOV references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
SynonymFND_SESSIONS
SynonymHR_ALL_ORGANIZATION_UNITS
SynonymHR_ALL_ORGANIZATION_UNITS_TL
SynonymPER_ALL_ASSIGNMENTS_F

APPS.PER_ORGANIZATION_LOV is not referenced by any database object