DBA Data[Home] [Help]

APPS.PAY_PPMV4_UTILS_SS dependencies on PAY_EXTERNAL_ACCOUNTS

Line 60: ,external_account_id pay_external_accounts.external_account_id%type

56: ,real_priority pay_personal_payment_methods_f.priority%type
57: ,logical_priority pay_personal_payment_methods_f.priority%type
58: ,amount_type pay_pss_transaction_steps.amount_type%type
59: ,amount pay_personal_payment_methods_f.amount%type
60: ,external_account_id pay_external_accounts.external_account_id%type
61: ,attribute_category pay_personal_payment_methods_f.attribute_category%type
62: ,attribute1 pay_personal_payment_methods_f.attribute1%type
63: ,attribute2 pay_personal_payment_methods_f.attribute2%type
64: ,attribute3 pay_personal_payment_methods_f.attribute3%type

Line 89: ,o_external_account_id pay_external_accounts.external_account_id%type

85: ,o_real_priority pay_personal_payment_methods_f.priority%type
86: ,o_logical_priority pay_personal_payment_methods_f.priority%type
87: ,o_amount_type pay_pss_transaction_steps.o_amount_type%type
88: ,o_amount pay_personal_payment_methods_f.amount%type
89: ,o_external_account_id pay_external_accounts.external_account_id%type
90: ,o_attribute_category pay_personal_payment_methods_f.attribute_category%type
91: ,o_attribute1 pay_personal_payment_methods_f.attribute1%type
92: ,o_attribute2 pay_personal_payment_methods_f.attribute2%type
93: ,o_attribute3 pay_personal_payment_methods_f.attribute3%type

Line 574: -- Fetch the bank segments from PAY_EXTERNAL_ACCOUNTS.

570: --
571: -- {Start Of Comments}
572: --
573: -- Description:
574: -- Fetch the bank segments from PAY_EXTERNAL_ACCOUNTS.
575: --
576: -- Prerequisites:
577: -- None.
578: --