[Home] [Help]
350: l_template_terr,
351: l_output_format
352: FROM iby_pay_instructions_all ins,
353: iby_payment_profiles pp,
354: iby_formats_b format,
355: XDO_TEMPLATES_B temp
356: WHERE ins.payment_instruction_id = p_payment_instruction_id
357: AND ins.payment_profile_id = pp.payment_profile_id
358: AND format.FORMAT_CODE = pp.PAYMENT_FORMAT_CODE