[Home] [Help]
[Dependency Information]
Object Name: | IGF_AW_AWD_LD_CAL_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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
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 |
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;
|
|
|