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


TABLE: IGI.IGI_STP_NET_TYPE_ALLOC_ALL

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

View Type

A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.


IGI_STP_NET_TYPE_ALLOC_ALL is a multi org view which displays all netting type allocations for netting transaction type.


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
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
APPLICATION VARCHAR2 (30)
Application. Values are AP for Payables and AR for Receivables
TRX_TYPE_CLASS VARCHAR2 (3)
Transaction type classification. Values are CM for credit memo, DM for debit memo and INV for invoice
CUST_TRX_TYPE_ID VARCHAR2 (50)
Customer transaction type identifier
NETTING_EXPENSE_CCID NUMBER

Netting expense code combination identifier
ALLOC_ID NUMBER

Allocation identifier
DOC_CATEGORY_CODE VARCHAR2 (30)
Document category code
Query Text

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


SELECT NETTING_TRX_TYPE_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ORG_ID
,      APPLICATION
,      TRX_TYPE_CLASS
,      CUST_TRX_TYPE_ID
,      NETTING_EXPENSE_CCID
,      ALLOC_ID
,      DOC_CATEGORY_CODE
FROM IGI.IGI_STP_NET_TYPE_ALLOC_ALL;

Dependencies

[top of page]

IGI.IGI_STP_NET_TYPE_ALLOC_ALL does not reference any database object

IGI.IGI_STP_NET_TYPE_ALLOC_ALL is referenced by following:

SchemaAPPS
SynonymIGI_STP_NET_TYPE_ALLOC
SynonymIGI_STP_NET_TYPE_ALLOC_ALL