[Home] [Help]
[Dependency Information]
Object Name: | IGI_STP_BATCHES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
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_V is a view based on IGI_STP_BATCHES view that displays batch information created on completing third party netting transactions.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORG_ID | NUMBER | Organization identifier | ||
ROW_ID | ROWID | (10) | Row ID | |
BATCH_ID | NUMBER | Yes | Batch ID | |
BATCH_STATUS | VARCHAR2 | (30) | Batch status. One of five types listed in the IGI_LOOKUPS table | |
NETTING_TRX_TYPE | VARCHAR2 | (80) | Yes | Netting transaction type |
BATCH_MEANING | VARCHAR2 | (80) | Yes | Batch meaning |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_ID
, ROW_ID
, BATCH_ID
, BATCH_STATUS
, NETTING_TRX_TYPE
, BATCH_MEANING
FROM APPS.IGI_STP_BATCHES_V;
APPS.IGI_STP_BATCHES_V is not referenced by any database object
|
|
|