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


TABLE: IGI.IGI_RA_CUSTOMERS

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


IGI_RA_CUSTOMERS is an extended table that contains additional single third party customer information. Each record in this table is directly related to a customer in Receivables.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGI_RA_CUSTOMERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUSTOMER_ID
Columns
Name Datatype Length Mandatory Comments
CUSTOMER_ID NUMBER (15) Yes Customer 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).
STP_TYPE VARCHAR2 (80)
Single third party type
STP_ENFORCE_THRESHOLD VARCHAR2 (1)
Flag to enforce single third party threshold. Y indicates yes and N indicates no.
Query Text

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


SELECT CUSTOMER_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      STP_TYPE
,      STP_ENFORCE_THRESHOLD
FROM IGI.IGI_RA_CUSTOMERS;

Dependencies

[top of page]

IGI.IGI_RA_CUSTOMERS does not reference any database object

IGI.IGI_RA_CUSTOMERS is referenced by following:

SchemaAPPS
SynonymIGI_RA_CUSTOMERS