DBA Data[Home] [Help]

APPS.IBY_CE_BATCH_RECON_PKG dependencies on IBY_PAY_INSTRUCTIONS_ALL

Line 298: FROM iby_pay_instructions_all

294: module => l_Debug_Module);
295:
296: SELECT payment_currency_code
297: INTO l_pmt_currency_code
298: FROM iby_pay_instructions_all
299: WHERE payment_instruction_id = P_PAYMENT_INSTRUCTION_ID;
300:
301: iby_debug_pub.add(debug_msg => 'payment currency_code: ' || l_pmt_currency_code,
302: debug_level => FND_LOG.LEVEL_STATEMENT,