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


VIEW: IGI.IGI_STP_BATCHES_ALL#

Object Details
Object Name: IGI_STP_BATCHES_ALL#
Object Type: VIEW
Owner: IGI
Subobject Name:
Status: VALID

View Type

A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.


IGI_STP_BATCHES is a multi org view which displays batch information created after third party netting transactions are completed.


[View Source]

Columns
Name Datatype Length Mandatory Comments
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated 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_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
ORG_ID NUMBER

Organization identifier
BATCH_ID NUMBER
Yes Batch identifer
BATCH_STATUS VARCHAR2 (30)
Batch status. One of five types as listed in the IGI_LOOKUPS table
NETTING_TRX_TYPE_ID NUMBER

Netting transaction identifier.
Query Text

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


SELECT CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ORG_ID
,      BATCH_ID
,      BATCH_STATUS
,      NETTING_TRX_TYPE_ID
FROM IGI.IGI_STP_BATCHES_ALL#;

Dependencies

[top of page]

IGI.IGI_STP_BATCHES_ALL# references the following:

SchemaIGI
TableIGI_STP_BATCHES_ALL
IGI.IGI_STP_BATCHES_ALL# is referenced by following:

SchemaAPPS
SynonymIGI_STP_BATCHES
SynonymIGI_STP_BATCHES_ALL