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


TABLE: IGS.IGS_FI_LB_CR_TYPES

Object Details
Object Name: IGS_FI_LB_CR_TYPES
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_FI_LB_CR_TYPES
Subobject Name:
Status: VALID


Table to store the mapping of bank-supplied codes to pre-defined Credit Types in the context of a Lockbox.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_FI_LB_CR_TYPES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOCKBOX_NAME
ColumnBANK_CD
IGS_FI_LB_CR_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOCKBOX_NAME
ColumnCREDIT_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
LOCKBOX_NAME VARCHAR2 (30) Yes The Lockbox Name associated with the record.
BANK_CD VARCHAR2 (30) Yes Credit Type Code as supplied by the Bank.
CREDIT_TYPE_ID NUMBER (15) Yes Credit Type identifier existing in the System.
CREATED_BY NUMBER (15) Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column.
Query Text

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


SELECT LOCKBOX_NAME
,      BANK_CD
,      CREDIT_TYPE_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_FI_LB_CR_TYPES;

Dependencies

[top of page]

IGS.IGS_FI_LB_CR_TYPES does not reference any database object

IGS.IGS_FI_LB_CR_TYPES is referenced by following:

SchemaAPPS
SynonymIGS_FI_LB_CR_TYPES