IBY_PAYEE
IBY_PAYEE stores a row for each payee, such as a biller, merchant, or store at this site.
Details
-
Schema: FUSION
-
Object owner: IBY
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
IBY_PAYEE_PK |
MPAYEEID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PAYEEID | VARCHAR2 | 80 | Yes | Payee Identifier passed by electronic commerce application | |
| NAME | VARCHAR2 | 80 | Yes | Name of the payee | |
| ECAPPID | NUMBER | 18 | Yes | Electronic commerce application Identifier | |
| USERNAME | VARCHAR2 | 80 | User name for authentication | ||
| PASSWORD | VARCHAR2 | 80 | Password for the user name | ||
| ACTIVESTATUS | VARCHAR2 | 1 | Yes | Y or N flag to indicate whether the merchant is active | |
| SUPPORTEDOP | NUMBER | Bit map to denote operations supported by the payee | |||
| LOGO | VARCHAR2 | 255 | Logo for the payee | ||
| MPAYEEID | NUMBER | 18 | Yes | System generated Payee Identifier | |
| THRESHOLD | NUMBER | 18 | Threshold value to check against the overall risk score | ||
| RISK_ENABLED | VARCHAR2 | 1 | Y or N flag indicating whether risk management feature is enabled | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | |||
| MCC_CODE | NUMBER | 10 | Merchant category code, or MCC, for this payee, if applicable | ||
| MASTER_KEY | VARCHAR2 | 24 | Oracle internal use only, reserved for future use | ||
| SECURITY_ENABLED | VARCHAR2 | 1 | Oracle internal use only, reserved for future use | ||
| EMAIL_ADDRESS | VARCHAR2 | 2000 | Oracle internal use only, reserved for future use | ||
| FINANCING_PAYEE_FLAG | VARCHAR2 | 1 | Oracle internal use only, reserved for future use | ||
| DBA_NAME | VARCHAR2 | 80 | Payee doing-business-name | ||
| DBA_CITY | VARCHAR2 | 80 | Payee doing-business-as address city | ||
| DBA_STATE_PROVINCE | VARCHAR2 | 80 | Payee doing-business-as address state or province | ||
| DBA_COUNTRY | VARCHAR2 | 80 | Payee doing-business-as address country | ||
| INACTIVE_DATE | DATE | Inactive date | |||
| START_DATE | DATE | Yes | Date from which payee is available for use | ||
| END_DATE | DATE | Yes | Date until which payee is available for use | ||
| PAYER_NOTIF_SEND_FROM | VARCHAR2 | 1024 | Send from email address for payer notifications | ||
| PAYER_NOTIF_EMAIL_SUBJECT | VARCHAR2 | 1024 | Email subject line for payer notifications |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| IBY_PAYEE | iby_ecapp | ECAPPID |
| iby_routinginfo | iby_payee | MPAYEEID |
| iby_trxn_summaries_all | iby_payee | MPAYEEID |
| iby_batches_all | iby_payee | MPAYEEID |
| iby_default_bep | iby_payee | MPAYEEID |
| iby_fndcpt_payee_appl | iby_payee | MPAYEEID |
| iby_accppmtmthd | iby_payee | MPAYEEID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| IBY_PAYEE_MPAYEEID_U2 | Unique | Default | MPAYEEID |
| IBY_PAYEE_PAYEEID_U1 | Unique | Default | PAYEEID |