IBY_EXTERNAL_PAYERS_ALL
Payment attributes of the customer
Details
-
Schema: FUSION
-
Object owner: IBY
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
IBY_EXTERNAL_PAYERS_ALL_PK |
EXT_PAYER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
EXT_PAYER_ID | NUMBER | 18 | Yes | Sequence: IBY_EXTERNAL_PAYERS_ALL_S.NEXTVAL | |
PAYMENT_FUNCTION | VARCHAR2 | 30 | Yes | Function or purpose of the payment, such as Payables disbursements and Employee expenses. Values taken from lookup: IBY_PAYMENT_FUNCTIONS | |
PARTY_ID | NUMBER | 18 | Yes | Foreign key to party at HZ_PARTIES_ALL.PARTY_ID. | |
ORG_TYPE | VARCHAR2 | 30 | Organization type, such as business unit. Values taken from lookup: IBY_ORGANIZATION_TYPES | ||
ORG_ID | NUMBER | 18 | Indicates the identifier of the business unit associated to the row. | ||
CUST_ACCOUNT_ID | NUMBER | 18 | Foreign key to customer account at HZ_CUST_ACCOUNTS.CUST_ACCOUNT_ID | ||
ACCT_SITE_USE_ID | NUMBER | 18 | Foreign key to customer account site use at HZ_CUST_ACCOUNTS.ACCT_SITE_USE_ID | ||
BANK_CHARGE_BEARER_CODE | VARCHAR2 | 30 | Party that is responsible for paying regular or express bank charges, such as Payee or Payer. Values taken from lookup: IBY_BANK_CHARGE_BEARER | ||
DIRDEB_INSTRUCTION_CODE | VARCHAR2 | 30 | Direct debit instruction code | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated 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. | |
DEBIT_ADVICE_DELIVERY_METHOD | VARCHAR2 | 30 | Used in upgrade. | ||
DEBIT_ADVICE_EMAIL | VARCHAR2 | 255 | Used in upgrade. | ||
DEBIT_ADVICE_FAX | VARCHAR2 | 100 | Used in upgrade. | ||
LOCALINSTR | VARCHAR2 | 35 | ISO20022- local instrument. | ||
SERVICE_LEVEL | VARCHAR2 | 35 | ISO20022- service level. | ||
PURPOSE_CODE | VARCHAR2 | 30 | Payment purpose codes as defined in the ISO20022 external code list. | ||
ENTERPRISE_ID | NUMBER | 18 | Enterprise identifier to support multi-tenancy. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
IBY_EXTERNAL_PAYERS_ALL | hz_parties | PARTY_ID |
IBY_EXTERNAL_PAYERS_ALL | hz_cust_accounts | CUST_ACCOUNT_ID |
IBY_EXTERNAL_PAYERS_ALL | hz_cust_site_uses_all | ACCT_SITE_USE_ID |
iby_fndcpt_tx_extensions | iby_external_payers_all | EXT_PAYER_ID |
Indexes
Index | Uniqueness | Tablespace | Columns | Status |
---|---|---|---|---|
IBY_EXTERNAL_PAYERS_ALL_CA_N2 | Non Unique | Default | CUST_ACCOUNT_ID | |
IBY_EXTERNAL_PAYERS_ALL_PID_N1 | Non Unique | Default | PARTY_ID | Obsolete |
IBY_EXTERNAL_PAYERS_ALL_SU_N3 | Non Unique | Default | ACCT_SITE_USE_ID | |
IBY_EXTERNAL_PAYERS_ALL_U1 | Unique | Default | EXT_PAYER_ID | |
IBY_EXTERNAL_PAYERS_ALL_U2 | Unique | Default | PARTY_ID, PAYMENT_FUNCTION, ORG_ID, ORG_TYPE, CUST_ACCOUNT_ID, ACCT_SITE_USE_ID |