DBA Data[Home] [Help]

APPS.IBY_PAYMENTMANAGERDB_PKG dependencies on CE_BANK_ACCOUNTS_V

Line 163: l_bank_id ce_bank_accounts_v.bank_id%TYPE;

159: -- *** R12 Modification *** ---
160: -- Added variables l_instr_type and l_mpayeeid
161: l_instr_type iby_trxn_summaries_all.instrtype%TYPE;
162: l_mpayeeid iby_payee.mpayeeid%TYPE;
163: l_bank_id ce_bank_accounts_v.bank_id%TYPE;
164:
165: BEGIN
166: iby_debug_pub.add('ENTER',iby_debug_pub.G_LEVEL_PROCEDURE,l_module_name);
167:

Line 216: ce_bank_accounts_v.(after discussion with CE team)

212:
213: /*
214: Bug 9462790: ROUTING FAILURE AT REMITTANCE LEVEL
215: Retrieving the bank_id from ce_bank_accounts instead of
216: ce_bank_accounts_v.(after discussion with CE team)
217: Org context was not setting properly in ce_bank_accounts_v.
218: Org context is already checked by AR in case of internal bank accounts
219: and thus not needed by IBY.
220: */

Line 217: Org context was not setting properly in ce_bank_accounts_v.

213: /*
214: Bug 9462790: ROUTING FAILURE AT REMITTANCE LEVEL
215: Retrieving the bank_id from ce_bank_accounts instead of
216: ce_bank_accounts_v.(after discussion with CE team)
217: Org context was not setting properly in ce_bank_accounts_v.
218: Org context is already checked by AR in case of internal bank accounts
219: and thus not needed by IBY.
220: */
221: