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


TABLE: IBY.IBY_FNDCPT_PMT_CHNNLS_TL

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


IBY_FNDCPT_PMT_CHNNLS defines all payment methods for the funds capture flow. Payment methods are categorized by instrument types. The instrument types are BANKACCOUNT, CREDITCARD, and DEBITCARD. Each payment method includes the attribute-level applicability settings of the payment attributes on documents receivable.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_FNDCPT_PMT_CHNNLS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLANGUAGE
ColumnPAYMENT_CHANNEL_CODE
ColumnZD_EDITION_NAME
IBY_FNDCPT_PMT_CHNNLS_TL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPAYMENT_CHANNEL_CODE
Columns
Name Datatype Length Mandatory Comments
PAYMENT_CHANNEL_CODE VARCHAR2 (30) Yes User entered primary key
PAYMENT_CHANNEL_NAME VARCHAR2 (100) Yes Payment method name
DESCRIPTION VARCHAR2 (255)
Payment method description
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
OBJECT_VERSION_NUMBER NUMBER
Yes Used for locking purposes that subsequently allows for checking if there is 'dirty' or old data on the screen compared to what is in the database. The situation occurs when the HTML application is an 'stateless' application.
LANGUAGE VARCHAR2 (4) Yes Language code
SOURCE_LANG VARCHAR2 (4) Yes Language code of the record's current language
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT PAYMENT_CHANNEL_CODE
,      PAYMENT_CHANNEL_NAME
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      LANGUAGE
,      SOURCE_LANG
,      ZD_EDITION_NAME
FROM IBY.IBY_FNDCPT_PMT_CHNNLS_TL;

Dependencies

[top of page]

IBY.IBY_FNDCPT_PMT_CHNNLS_TL does not reference any database object

IBY.IBY_FNDCPT_PMT_CHNNLS_TL is referenced by following:

SchemaIBY
ViewIBY_FNDCPT_PMT_CHNNLS_TL#