DBA Data[Home] [Help]

APPS.IBY_CE_BATCH_RECON_PKG dependencies on IBY_PAY_INSTRUCTIONS_ALL

Line 291: FROM iby_pay_instructions_all

287: module => l_Debug_Module);
288:
289: SELECT payment_currency_code
290: INTO l_pmt_currency_code
291: FROM iby_pay_instructions_all
292: WHERE payment_instruction_id = P_PAYMENT_INSTRUCTION_ID;
293:
294: iby_debug_pub.add(debug_msg => 'payment currency_code: ' || l_pmt_currency_code,
295: debug_level => FND_LOG.LEVEL_STATEMENT,