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


TABLE: IBY.IBY_PMTSCHEMES

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


IBY_PMTSCHEMES stores a list of payment schemes that are supported by a payment system.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_PMTSCHEMEID_BEPID_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPMTSCHEMEID
ColumnBEPID
ColumnZD_EDITION_NAME
IBY_PMTSCHEMES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPMTSCHEMENAME
Columns
Name Datatype Length Mandatory Comments
BEPID NUMBER
Yes Payment system identifier
PMTSCHEMEID NUMBER (15) Yes Obsolete: this ID is not used to retrieve which payment instrument processing is allowed for a payment system. The code only uses PMTSCHEMENAME
PMTSCHEMENAME VARCHAR2 (30) Yes Name of the Payment Scheme : SSL,SET,Bank Account or FI
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
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
OBJECT_VERSION_NUMBER NUMBER (5) 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.
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 BEPID
,      PMTSCHEMEID
,      PMTSCHEMENAME
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      ZD_EDITION_NAME
FROM IBY.IBY_PMTSCHEMES;

Dependencies

[top of page]

IBY.IBY_PMTSCHEMES does not reference any database object

IBY.IBY_PMTSCHEMES is referenced by following:

SchemaIBY
ViewIBY_PMTSCHEMES#