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


VIEW: APPS.IGF_AW_LOAD_CAL_V

Object Details
Object Name: IGF_AW_LOAD_CAL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGF.IGF_AW_LOAD_CAL_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
ROW_ID ROWID (10)
Row Identifier
LD_CAL_TYPE VARCHAR2 (10) Yes Indicates the code for the load calender type, used within the operating unit
LD_SEQ_NUMBER NUMBER (6) Yes Indicates a unique identifier for the load calender instance
LD_START_DT DATE
Yes Indicates the load calendar start date
LD_END_DT DATE
Yes Indicates the load calendar end date
LD_CAL_STATUS VARCHAR2 (10) Yes Indicates the load calendar status
LD_ALTERNATE_CODE VARCHAR2 (10)
Indicates the alternate short reference code for identifying a load calendar instance
SUP_CAL_STAT_DIFF_IND VARCHAR2 (1) Yes System set indicator that specifies if the status of a calendar instance differs from the status of any of its superior calendar instances
PRIOR_CI_SEQ_NUM NUMBER (6)
Unique identifier for the prior calendar instance.Set when the calendar instance is result of a rolled over calendar
CREATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DATE DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
Query Text

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


SELECT ROW_ID
,      LD_CAL_TYPE
,      LD_SEQ_NUMBER
,      LD_START_DT
,      LD_END_DT
,      LD_CAL_STATUS
,      LD_ALTERNATE_CODE
,      SUP_CAL_STAT_DIFF_IND
,      PRIOR_CI_SEQ_NUM
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGF_AW_LOAD_CAL_V;

Dependencies

[top of page]

APPS.IGF_AW_LOAD_CAL_V references the following:

SchemaAPPS
ViewIGS_CA_INST
ViewIGS_CA_TYPE_V

APPS.IGF_AW_LOAD_CAL_V is not referenced by any database object