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


VIEW: APPS.IGF_AW_AWD_LD_CAL_V

Object Details
Object Name: IGF_AW_AWD_LD_CAL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AW_AWD_LD_CAL_V
Subobject Name:
Status: VALID

View Type

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


Retrieves all the load calendars that fall within an award year


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row Identifier
AW_CAL_TYPE VARCHAR2 (10) Yes Indicates the code for the award year calendar type, used within the operating unit
AW_SEQUENCE_NUMBER NUMBER (6) Yes Indicates a unique identifier for the award year calender instance
AW_ALTERNATE_CODE VARCHAR2 (10)
Indicates the alternate short reference code for identifying a award year calendar instance
AW_START_DT DATE
Yes Indicates the award year calendar start date
AW_END_DT DATE
Yes Indicates the award year calendar end date
LD_CAL_TYPE VARCHAR2 (10) Yes Indicates the code for the load calender type, used within the operating unit
LD_SEQUENCE_NUMBER NUMBER (6) Yes Indicates a unique identifier for the load calender instance
LD_ALTERNATE_CODE VARCHAR2 (10)
Indicates the alternate short reference code for identifying a load calendar instance
LD_START_DT DATE
Yes Indicates the load calendar start date
LD_END_DT DATE
Yes Indicates the load calendar end date
Query Text

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


SELECT ROW_ID
,      AW_CAL_TYPE
,      AW_SEQUENCE_NUMBER
,      AW_ALTERNATE_CODE
,      AW_START_DT
,      AW_END_DT
,      LD_CAL_TYPE
,      LD_SEQUENCE_NUMBER
,      LD_ALTERNATE_CODE
,      LD_START_DT
,      LD_END_DT
FROM APPS.IGF_AW_AWD_LD_CAL_V;

Dependencies

[top of page]

APPS.IGF_AW_AWD_LD_CAL_V references the following:

SchemaAPPS
ViewIGS_CA_INST
SynonymIGS_CA_INST_REL
SynonymIGS_CA_TYPE
APPS.IGF_AW_AWD_LD_CAL_V is referenced by following:

SchemaAPPS
ViewIGF_AP_APPL_SETUPDTL_V
Package BodyIGF_AW_ANTICIPATED_DATA - show dependent code
Package BodyIGF_DB_SF_INTEGRATION - show dependent code
Package BodyIGF_GR_PELL_CALC - show dependent code
Package BodyIGF_SL_GEN - show dependent code