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


TABLE: IBY.IBY_EXTERNAL_PAYERS_ALL

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


"This table contains payment details of an external payer automatically created by the source product. For example when customer or customer site is created manually, system automatically insert row in to the IBY_EXTERNAL_PAYERS_ALL table.
A customer account can have multiple payers at following levels -
Party or
Site or
Address or
Address operating unit
This table contains the details of all such payers.
IBY_EXTERNAL_PAYERS_ALL stores payment-related attributes for the funds capture process for external party payers.
This table stores the data entered through the payment details (header) screen of the customer account setup UI. "


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_EXTERNAL_PAYERS_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXT_PAYER_ID
IBY_EXTERNAL_PAYERS_ALL_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARTY_ID
ColumnPAYMENT_FUNCTION
ColumnORG_ID
ColumnORG_TYPE
ColumnCUST_ACCOUNT_ID
ColumnACCT_SITE_USE_ID
IBY_EXTERNAL_PAYERS_ALL_CA_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCUST_ACCOUNT_ID
IBY_EXTERNAL_PAYERS_ALL_SU_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnACCT_SITE_USE_ID
Columns
Name Datatype Length Mandatory Comments
EXT_PAYER_ID NUMBER (15) Yes Unique internal Identifier for this record. Generated using a database sequence. The sequence used is IBY_EXTERNAL_PAYERS_ALL_S.nextval
PAYMENT_FUNCTION VARCHAR2 (30) Yes Function or purpose of the payment. Values from the lookup IBY_PAYMENT_FUNCTIONS include CUSTOMER_PAYMENT and others.
PARTY_ID NUMBER (15) Yes TCA party ID
ORG_TYPE VARCHAR2 (30)
When the payment details are updated for a site, the organization type is also saved along with the site.
ORG_ID NUMBER (15)
When the payment details are updated for a site, the organization id is also saved along with the site.
CUST_ACCOUNT_ID NUMBER (15)
Customer account ID
ACCT_SITE_USE_ID NUMBER (15)
Customer account site use ID
BANK_CHARGE_BEARER_CODE VARCHAR2 (30)
Bank charge bearer field indicates the bearer of the bank charges. The dropdown box has values Payer, Payee and Shared.
DIRDEB_INSTRUCTION_CODE VARCHAR2 (30)
Direct debit instruction code
CREATED_BY NUMBER (15) Yes Standard who column - unique internal identifier of user who created this row. Foreign key to the USER_ID column of the FND_USER table.
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - unique internal identifier user who last updated this row. Foreign key to the USER_ID column of the FND_USER table.
LAST_UPDATE_DATE DATE
Yes Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row. Foreign key to the LOGIN_ID column of the FND_LOGINS table.
OBJECT_VERSION_NUMBER NUMBER
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. This number is incremented for every update to the row through the application.
DEBIT_ADVICE_DELIVERY_METHOD VARCHAR2 (30)
Debit notification delivery method option selected. The possible values are Blank, E-mail, Fax and Printed.
DEBIT_ADVICE_EMAIL VARCHAR2 (255)
When the user selects the Debit notification delivery method as 'E-mail', the email details can be entered in this field.
DEBIT_ADVICE_FAX VARCHAR2 (100)
When the user selects the Debit notification delivery method as 'Fax', the fax details can be entered in this field.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT EXT_PAYER_ID
,      PAYMENT_FUNCTION
,      PARTY_ID
,      ORG_TYPE
,      ORG_ID
,      CUST_ACCOUNT_ID
,      ACCT_SITE_USE_ID
,      BANK_CHARGE_BEARER_CODE
,      DIRDEB_INSTRUCTION_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      DEBIT_ADVICE_DELIVERY_METHOD
,      DEBIT_ADVICE_EMAIL
,      DEBIT_ADVICE_FAX
FROM IBY.IBY_EXTERNAL_PAYERS_ALL;

Dependencies

[top of page]

IBY.IBY_EXTERNAL_PAYERS_ALL does not reference any database object

IBY.IBY_EXTERNAL_PAYERS_ALL is referenced by following:

SchemaAPPS
SynonymIBY_EXTERNAL_PAYERS_ALL