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


VIEW: APPS.IGI_COM_SOB_LINK_V

Object Details
Object Name: IGI_COM_SOB_LINK_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGI.IGI_COM_SOB_LINK_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
SOURCE_SOB_NAME VARCHAR2 (30) Yes Source Set of Books name
TARGET_SOB_NAME VARCHAR2 (30) Yes Target Set of Books name
ENCUMBRANCE_FLAG VARCHAR2 (1) Yes Encumbrance flag
SOURCE_SOB_ID NUMBER (15) Yes Source Set of Books identifier
TARGET_SOB_ID NUMBER (15) Yes Target Set of Books identifier
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

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15)
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).
CHART_OF_ACCOUNTS_ID NUMBER (15) Yes Chart of accounts identifier
CURRENCY_CODE VARCHAR2 (15) Yes Currency code
PERIOD_SET_NAME VARCHAR2 (15) Yes Period set name
Query Text

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


SELECT ROW_ID
,      SOURCE_SOB_NAME
,      TARGET_SOB_NAME
,      ENCUMBRANCE_FLAG
,      SOURCE_SOB_ID
,      TARGET_SOB_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CHART_OF_ACCOUNTS_ID
,      CURRENCY_CODE
,      PERIOD_SET_NAME
FROM APPS.IGI_COM_SOB_LINK_V;

Dependencies

[top of page]

APPS.IGI_COM_SOB_LINK_V references the following:

SchemaAPPS
SynonymGL_SETS_OF_BOOKS_11I
SynonymIGI_COM_SOB_LINK

APPS.IGI_COM_SOB_LINK_V is not referenced by any database object