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


VIEW: APPS.IGF_SL_CL_SETUP_ORG_V

Object Details
Object Name: IGF_SL_CL_SETUP_ORG_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_SL_CL_SETUP_ORG_V
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
CAL_TYPE VARCHAR2 (10) Yes Calendar Type
SEQUENCE_NUMBER NUMBER (15) Yes Calendar Sequence Number
ALTERNATE_CODE VARCHAR2 (10)
Alternate Code
START_DATE DATE
Yes Award Year Start Date
END_DATE DATE
Yes Award Year End Date
PARTY_ID NUMBER (15)
Organization Party ID
ORG_UNIT_CD VARCHAR2 (30)
Organization Unit Code
ORG_UNIT_CD_DESC VARCHAR2 (360) Yes Organization Unit
Query Text

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


SELECT CAL_TYPE
,      SEQUENCE_NUMBER
,      ALTERNATE_CODE
,      START_DATE
,      END_DATE
,      PARTY_ID
,      ORG_UNIT_CD
,      ORG_UNIT_CD_DESC
FROM APPS.IGF_SL_CL_SETUP_ORG_V;

Dependencies

[top of page]

APPS.IGF_SL_CL_SETUP_ORG_V references the following:

SchemaAPPS
ViewIGF_AP_BATCH_AW_MAP
ViewIGF_SL_CL_SETUP
ViewIGS_CA_INST
ViewIGS_OR_INST_ORG_BASE_V

APPS.IGF_SL_CL_SETUP_ORG_V is not referenced by any database object