[Home] [Help]
[Dependency Information]
Object Name: | IGI_STP_BATCHES_ALL |
---|---|
Object Type: | TABLE |
Owner: | IGI |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGI_STP_BATCHES_ALL_PK | NORMAL | UNIQUE |
![]() |
![]() |
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. |
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;
IGI.IGI_STP_BATCHES_ALL does not reference any database object
IGI.IGI_STP_BATCHES_ALL is referenced by following:
|
|
|