[Home] [Help]
[Dependency Information]
| Object Name: | IGF_AW_LOAD_CAL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGF.IGF_AW_LOAD_CAL_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
IGS_CA_INST
IGS_CA_TYPE_V
APPS.IGF_AW_LOAD_CAL_V is not referenced by any database object
|
|
|
|