[Home] [Help]
[Dependency Information]
Object Name: | IGI_STP_CONTROL_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.
This is a view based on the IGI_STP_CONTROL table and stores information about the netting transaction batch that is submitted.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BATCH_ID | NUMBER | Yes | Batch identifier | |
CONTROL_ID | NUMBER | Yes | Process Control identifier |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, CONTROL_ID
FROM APPS.IGI_STP_CONTROL_V;
APPS.IGI_STP_CONTROL_V is not referenced by any database object
|
|
|