[Home] [Help]
[Dependency Information]
Object Name: | IBY_PMTSCHEMES |
---|---|
Object Type: | TABLE |
Owner: | IBY |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IBY_PMTSCHEMES stores a list of payment schemes that are supported by a payment system.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IBY_PMTSCHEMEID_BEPID_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
IBY_PMTSCHEMES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 |
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;
IBY.IBY_PMTSCHEMES does not reference any database object
IBY.IBY_PMTSCHEMES is referenced by following:
|
|
|