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


TABLE: IGI.IGI_STP_CONTROL

Object Details
Object Name: IGI_STP_CONTROL
Object Type: TABLE
Owner: IGI
FND Design Data: TableIGI.IGI_STP_CONTROL
Subobject Name:
Status: VALID


IGI_STP_CONTROL stores the Netting Transaction Batch information submitted.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGI_STP_CONTROL_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBATCH_ID
ColumnCONTROL_ID
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER
Yes Batch identifier
CONTROL_ID NUMBER
Yes Process Control identifier
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).
IGI_STP_CONTROL_BATCH_ID NUMBER

Not used
ORG_ID NUMBER

Organization Identifier
Query Text

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


SELECT BATCH_ID
,      CONTROL_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      IGI_STP_CONTROL_BATCH_ID
,      ORG_ID
FROM IGI.IGI_STP_CONTROL;

Dependencies

[top of page]

IGI.IGI_STP_CONTROL does not reference any database object

IGI.IGI_STP_CONTROL is referenced by following:

SchemaAPPS
SynonymIGI_STP_CONTROL