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


TABLE: IGI.IGI_RA_CUSTOMER_TRX_ALL

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


IGI_RA_CUSTOMER_TRX_ALL is an extended table that contains additional receivable transaction information. Each record in this table is directly related to a transaction in Receivables.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGI_RA_CUSTOMER_TRX_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUSTOMER_TRX_ID
Columns
Name Datatype Length Mandatory Comments
CUSTOMER_TRX_ID NUMBER (15) Yes Invoice identifier
COMPLETE_FLAG VARCHAR2 (1) Yes Flag which indicates if invoice is complete. N indicates no and Y indicates yes.
CREATED_FROM VARCHAR2 (30) Yes Column indicates where this record was created
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER

Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

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
DIAL_UNIT_ID NUMBER

Dialog unit identifier for Exchange Protocol
EXP_HOLD VARCHAR2 (1)
Exchange protocol hold indicator. Y indicates yes and N indicates no.
Query Text

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


SELECT CUSTOMER_TRX_ID
,      COMPLETE_FLAG
,      CREATED_FROM
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ORG_ID
,      DIAL_UNIT_ID
,      EXP_HOLD
FROM IGI.IGI_RA_CUSTOMER_TRX_ALL;

Dependencies

[top of page]

IGI.IGI_RA_CUSTOMER_TRX_ALL does not reference any database object

IGI.IGI_RA_CUSTOMER_TRX_ALL is referenced by following:

SchemaIGI
ViewIGI_RA_CUSTOMER_TRX_ALL#