DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGS_GE_CFG_TAB_V

Object Details
Object Name: IGS_GE_CFG_TAB_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_GE_CFG_TAB_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.IGS_GE_CFG_TAB_V references the following:

SchemaAPPS
SynonymFND_LOOKUP_VALUES
SynonymIGS_GE_CFG_TAB
APPS.IGS_GE_CFG_TAB_V is referenced by following:

SchemaAPPS
Package BodyIGS_GE_SEC_CONFIG_PKG - show dependent code