DBA Data[Home] [Help]

APPS.IBY_FD_POST_PICP_PROGS_PVT dependencies on IBY_REMIT_ADVICE_SETUP

Line 1696: iby_remit_advice_setup sra

1692:
1693: CURSOR l_sra_format_csr (p_payment_instruction_id IN NUMBER) IS
1694: SELECT sra.remittance_advice_format_code
1695: FROM iby_pay_instructions_all ins, iby_payment_profiles pp,
1696: iby_remit_advice_setup sra
1697: WHERE payment_instruction_id = p_payment_instruction_id
1698: AND ins.payment_profile_id = pp.payment_profile_id
1699: AND pp.system_profile_code = sra.system_profile_code;
1700:

Line 1749: iby_remit_advice_setup sra

1745:
1746: CURSOR l_multi_sra_flag_csr (p_payment_instruction_id IN NUMBER) IS
1747: SELECT sra.allow_multiple_copy_flag
1748: FROM iby_pay_instructions_all ins, iby_payment_profiles pp,
1749: iby_remit_advice_setup sra
1750: WHERE payment_instruction_id = p_payment_instruction_id
1751: AND ins.payment_profile_id = pp.payment_profile_id
1752: AND pp.system_profile_code = sra.system_profile_code;
1753: