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


TABLE: IGI.IGI_STP_NET_TRX_TYPES_ALL

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


IGI_STP_NET_TRX_TYPES_ALL holds Single Third Party Netting Transaction Types. It is populated by the Netting Transaction Types form. Netting transaction types can be enabled or disabled for each operating unit.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
NETTING_TRX_TYPE_ID NUMBER
Yes Netting transaction type identifier
NAME VARCHAR2 (40) Yes Netting transaction type name
ENABLED_FLAG VARCHAR2 (3) Yes Flag to indicate whether the associated netting transaction type is enabled for that particular operating unit. Values are Y for yes and N for no.
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
Query Text

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


SELECT NETTING_TRX_TYPE_ID
,      NAME
,      ENABLED_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ORG_ID
FROM IGI.IGI_STP_NET_TRX_TYPES_ALL;

Dependencies

[top of page]

IGI.IGI_STP_NET_TRX_TYPES_ALL does not reference any database object

IGI.IGI_STP_NET_TRX_TYPES_ALL is referenced by following:

SchemaIGI
ViewIGI_STP_NET_TRX_TYPES_ALL#