[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_UNIT_SET_MAP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_EN_UNIT_SET_MAP_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 |
|---|---|---|---|---|
| MAPPING_SET_CD | VARCHAR2 | (30) | Yes | Mapping Set Code |
| SEQUENCE_NO | NUMBER | (6) | Yes | Sequence in Mapping |
| STREAM_UNIT_SET_CD | VARCHAR2 | (10) | Yes | Unit Set Code for a Stream |
| US_VERSION_NUMBER | NUMBER | (3) | Yes | Unit Set Version Number |
| SHORT_TITLE | VARCHAR2 | (40) | Yes | Unit Set Title |
| START_DT | DATE | Yes | Unit Set Start Date | |
| 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 MAPPING_SET_CD
, SEQUENCE_NO
, STREAM_UNIT_SET_CD
, US_VERSION_NUMBER
, SHORT_TITLE
, START_DT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_EN_UNIT_SET_MAP_V;
APPS
IGS_EN_UNIT_SET
IGS_EN_UNIT_SET_MAP
APPS.IGS_EN_UNIT_SET_MAP_V is not referenced by any database object
|
|
|
|