[Home] [Help]
[Dependency Information]
| Object Name: | IGS_GE_CFG_TAB_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_GE_CFG_TAB_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 for the record of data. | |
| RESPONSIBILITY_ID | NUMBER | (15) | Yes | Responsibility identifier. |
| FORM_CODE | VARCHAR2 | (30) | Yes | Form code. |
| TAB_CODE | VARCHAR2 | (30) | Yes | Tab code. |
| TAB_MEANING | VARCHAR2 | (80) | Yes | Tab name |
| BLOCK_NAME | VARCHAR2 | (150) | Block name | |
| CONFIG_OPT | VARCHAR2 | (1) | Yes | Configuration option. |
| 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
, RESPONSIBILITY_ID
, FORM_CODE
, TAB_CODE
, TAB_MEANING
, BLOCK_NAME
, CONFIG_OPT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_GE_CFG_TAB_V;
APPS
FND_LOOKUP_VALUES
IGS_GE_CFG_TAB
APPS
IGS_GE_SEC_CONFIG_PKG
- show dependent code
|
|
|
|