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


TABLE: IGI.IGI_DUN_CUST_LETTER_SET_CUR

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


IGI_DUN_CUST_LETTER_SET_CUR is the master table for IGI_DUN_CUST_LETTER_SET_LINES.
The purpose is to allow entry of currency records against a parent dunning letter set.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGI_DUN_CUST_LET_SET_CUR_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCURRENCY_CODE
ColumnCUSTOMER_PROFILE_ID
Columns
Name Datatype Length Mandatory Comments
CUSTOMER_PROFILE_ID NUMBER (15) Yes Identifier of customer profile
CURRENCY_CODE VARCHAR2 (15) Yes Currency code
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).
Query Text

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


SELECT CUSTOMER_PROFILE_ID
,      CURRENCY_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGI.IGI_DUN_CUST_LETTER_SET_CUR;

Dependencies

[top of page]

IGI.IGI_DUN_CUST_LETTER_SET_CUR does not reference any database object

IGI.IGI_DUN_CUST_LETTER_SET_CUR is referenced by following:

SchemaAPPS
SynonymIGI_DUN_CUST_LETTER_SET_CUR