[Home] [Help]
[Dependency Information]
Object Name: | IBY_PAYEE |
---|---|
Object Type: | TABLE |
Owner: | IBY |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IBY_PAYEE stores a row for each payee, such as a biller, merchant, or store at this site.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IBY_PAYEE_MPAYEEID_U2 | NORMAL | UNIQUE |
![]() |
![]() |
IBY_PAYEE_PAYEEID_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
MPAYEEID | NUMBER | (15) | Yes | System generated Payee Identifier |
PAYEEID | VARCHAR2 | (80) | Yes | Payee Identifier passed by electronic commerce application |
NAME | VARCHAR2 | (80) | Yes | Name of the payee |
ECAPPID | NUMBER | (15) | Yes | Electronic commerce application Identifier |
USERNAME | VARCHAR2 | (80) | Username for authentication | |
PASSWORD | VARCHAR2 | (80) | Password for the username above | |
ACTIVESTATUS | VARCHAR2 | (1) | Yes | Y or N flag to indicate whether the merchant is active |
THRESHOLD | NUMBER | (15) | Threshold value to check against the overall risk score | |
RISK_ENABLED | VARCHAR2 | (1) | Y or N flag indicating whether risk management feature is enabled | |
SUPPORTEDOP | NUMBER | Bit map to denote operations supported by the payee | ||
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. | |
LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
CREATION_DATE | DATE | Yes | Standard Who column | |
CREATED_BY | NUMBER | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
MCC_CODE | NUMBER | (10) | Merchant category code, or MCC, for this payee, if applicable | |
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 | |
MASTER_KEY | VARCHAR2 | (24) | Oracle internal use only, reserved for future use | |
SECURITY_ENABLED | 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 |
Cut, paste (and edit) the following text to query this object:
SELECT MPAYEEID
, PAYEEID
, NAME
, ECAPPID
, USERNAME
, PASSWORD
, ACTIVESTATUS
, THRESHOLD
, RISK_ENABLED
, SUPPORTEDOP
, LAST_UPDATE_DATE
, OBJECT_VERSION_NUMBER
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, SECURITY_GROUP_ID
, MCC_CODE
, EMAIL_ADDRESS
, FINANCING_PAYEE_FLAG
, MASTER_KEY
, SECURITY_ENABLED
, DBA_NAME
, DBA_CITY
, DBA_STATE_PROVINCE
, DBA_COUNTRY
, INACTIVE_DATE
FROM IBY.IBY_PAYEE;
IBY.IBY_PAYEE does not reference any database object
IBY.IBY_PAYEE is referenced by following:
|
|
|