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


TABLE: IBY.IBY_MAPPINGS

Object Details
Object Name: IBY_MAPPINGS
Object Type: TABLE
Owner: IBY
FND Design Data: TableIBY.IBY_MAPPINGS
Subobject Name:
Status: VALID


IBY_MAPPINGS stores mapping of codes with risk scores. Each row includes a code and a value for that code.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_MAPPINGS_TYPE_CODE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnMAPPING_TYPE
ColumnPAYEEID
ColumnMAPPING_CODE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
MAPPING_TYPE VARCHAR2 (30) Yes Mapping code type including avs, riskcode, credit rating
MAPPING_CODE VARCHAR2 (30) Yes Mapping code
VALUE VARCHAR2 (240) Yes Value of a lookup code
DESCRIPTION VARCHAR2 (240)
Description of the quick code
SEQ NUMBER (5)
Sequence
LAST_UPDATE_DATE DATE
Yes Standard Who column
OBJECT_VERSION_NUMBER NUMBER
Yes Used for locking purposes that subsequently allows for checking if there is old data on the screen compared to what is in the database. The situation occurs when the HTML application is a stateless application.
PAYEEID VARCHAR2 (80) Yes Payee Identifier passed by electronic commerce application
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
SECURITY_GROUP_ID NUMBER

Used in hosted environments
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT MAPPING_TYPE
,      MAPPING_CODE
,      VALUE
,      DESCRIPTION
,      SEQ
,      LAST_UPDATE_DATE
,      OBJECT_VERSION_NUMBER
,      PAYEEID
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      ZD_EDITION_NAME
FROM IBY.IBY_MAPPINGS;

Dependencies

[top of page]

IBY.IBY_MAPPINGS does not reference any database object

IBY.IBY_MAPPINGS is referenced by following:

SchemaIBY
ViewIBY_MAPPINGS#