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


VIEW: APPS.IGI_GCC_GL_FA_INST_OPS

Object Details
Object Name: IGI_GCC_GL_FA_INST_OPS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGI.IGI_GCC_GL_FA_INST_OPS
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
OPTION_ID NUMBER (15) Yes Unique identifier for the Oracle Public Sector Financials International requirement
OPTION_NAME VARCHAR2 (10) Yes Three letter abbreviation for the Oracle Public Sector Financials International requirement. For example, ITR is Internal Trading.
STATUS_FLAG VARCHAR2 (1) Yes Y or N indicates whether the functionality is enabled or disabled.
VERSION_NUMBER VARCHAR2 (15) Yes Version number of Oracle Public Sector Financials International. For example, version 11.5.0.
SWITCH_OPTION VARCHAR2 (1) Yes Switch Option
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
DESCRIPTION VARCHAR2 (80) Yes Option Description from IGI_LOOKUPS
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OPTION_ID
,      OPTION_NAME
,      STATUS_FLAG
,      VERSION_NUMBER
,      SWITCH_OPTION
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      DESCRIPTION
FROM APPS.IGI_GCC_GL_FA_INST_OPS;

Dependencies

[top of page]

APPS.IGI_GCC_GL_FA_INST_OPS references the following:

SchemaAPPS
SynonymIGI_GCC_GL_FA_INST_OPTIONS
ViewIGI_LOOKUPS
APPS.IGI_GCC_GL_FA_INST_OPS is referenced by following:

SchemaAPPS
Package BodyIGI_GEN - show dependent code
Package BodyIGI_GEN_VERT - show dependent code