[Home] [Help]
[Dependency Information]
| Object Name: | IGS_DA_REQ_WIF_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_DA_REQ_WIF_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 | |
| BATCH_ID | NUMBER | (15) | Yes | Request identifier |
| WIF_ID | NUMBER | (15) | Yes | What if identifier |
| PROGRAM_CODE | VARCHAR2 | (6) | Yes | Holds the what-if program code |
| PROGRAM_TITLE | VARCHAR2 | (90) | Yes | Holds the what-if program title |
| CATALOG_CAL_TYPE | VARCHAR2 | (10) | Holds the what-if catalog | |
| CATALOG_CI_SEQ_NUM | NUMBER | (6) | Holds the what-if catalog sequence number | |
| CATALOG_CAL_DESC | VARCHAR2 | (30) | Holds the what-if catalog Calendar Description | |
| CATALOG_CAL_ALT_CODE | VARCHAR2 | (10) | Holds the what-if catalog Calendar Alternate Code | |
| MAJOR_UNIT_SET_CD1 | VARCHAR2 | (10) | Holds the first what-if major | |
| MAJOR_UNIT_SET_TITLE1 | VARCHAR2 | (4000) | Holds the first what-if major title | |
| MAJOR_UNIT_SET_CD2 | VARCHAR2 | (10) | Holds the second what-if major | |
| MAJOR_UNIT_SET_TITLE2 | VARCHAR2 | (4000) | Holds the second what-if major title | |
| MAJOR_UNIT_SET_CD3 | VARCHAR2 | (10) | Holds the third what-if major | |
| MAJOR_UNIT_SET_TITLE3 | VARCHAR2 | (4000) | Holds the third what-if major title | |
| MINOR_UNIT_SET_CD1 | VARCHAR2 | (10) | Holds the first what-if minor | |
| MINOR_UNIT_SET_TITLE1 | VARCHAR2 | (4000) | Holds the first what-if minor title | |
| MINOR_UNIT_SET_CD2 | VARCHAR2 | (10) | Holds the second what-if minor | |
| MINOR_UNIT_SET_TITLE2 | VARCHAR2 | (4000) | Holds the second what-if minor title | |
| MINOR_UNIT_SET_CD3 | VARCHAR2 | (10) | Holds the third what-if minor | |
| MINOR_UNIT_SET_TITLE3 | VARCHAR2 | (4000) | Holds the third what-if minor title | |
| TRACK_UNIT_SET_CD1 | VARCHAR2 | (10) | Holds the first what-if track | |
| TRACK_UNIT_SET_TITLE1 | VARCHAR2 | (4000) | Holds the first what-if track title | |
| TRACK_UNIT_SET_CD2 | VARCHAR2 | (10) | Holds the second what-if track | |
| TRACK_UNIT_SET_TITLE2 | VARCHAR2 | (4000) | Holds the second what-if track title | |
| TRACK_UNIT_SET_CD3 | VARCHAR2 | (10) | Holds the third what-if track | |
| TRACK_UNIT_SET_TITLE3 | VARCHAR2 | (4000) | Holds the third what-if track title | |
| CREATION_DATE | DATE | Yes | Standard WHO column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO column |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO column |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, BATCH_ID
, WIF_ID
, PROGRAM_CODE
, PROGRAM_TITLE
, CATALOG_CAL_TYPE
, CATALOG_CI_SEQ_NUM
, CATALOG_CAL_DESC
, CATALOG_CAL_ALT_CODE
, MAJOR_UNIT_SET_CD1
, MAJOR_UNIT_SET_TITLE1
, MAJOR_UNIT_SET_CD2
, MAJOR_UNIT_SET_TITLE2
, MAJOR_UNIT_SET_CD3
, MAJOR_UNIT_SET_TITLE3
, MINOR_UNIT_SET_CD1
, MINOR_UNIT_SET_TITLE1
, MINOR_UNIT_SET_CD2
, MINOR_UNIT_SET_TITLE2
, MINOR_UNIT_SET_CD3
, MINOR_UNIT_SET_TITLE3
, TRACK_UNIT_SET_CD1
, TRACK_UNIT_SET_TITLE1
, TRACK_UNIT_SET_CD2
, TRACK_UNIT_SET_TITLE2
, TRACK_UNIT_SET_CD3
, TRACK_UNIT_SET_TITLE3
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
FROM APPS.IGS_DA_REQ_WIF_V;
APPS
IGS_CA_INST
IGS_DA_REQ_WIF
IGS_GE_GEN_004
- show dependent code
IGS_PS_STAT
IGS_PS_VER
APPS.IGS_DA_REQ_WIF_V is not referenced by any database object
|
|
|
|