DBA Data[Home] [Help]

APPS.IBY_FD_POST_PICP_PROGS_PVT dependencies on IBY_REMIT_ADVICE_SETUP

Line 1487: iby_remit_advice_setup sra

1483:
1484: CURSOR l_sra_format_csr (p_payment_instruction_id IN NUMBER) IS
1485: SELECT sra.remittance_advice_format_code
1486: FROM iby_pay_instructions_all ins, iby_payment_profiles pp,
1487: iby_remit_advice_setup sra
1488: WHERE payment_instruction_id = p_payment_instruction_id
1489: AND ins.payment_profile_id = pp.payment_profile_id
1490: AND pp.system_profile_code = sra.system_profile_code;
1491:

Line 1540: iby_remit_advice_setup sra

1536:
1537: CURSOR l_multi_sra_flag_csr (p_payment_instruction_id IN NUMBER) IS
1538: SELECT sra.allow_multiple_copy_flag
1539: FROM iby_pay_instructions_all ins, iby_payment_profiles pp,
1540: iby_remit_advice_setup sra
1541: WHERE payment_instruction_id = p_payment_instruction_id
1542: AND ins.payment_profile_id = pp.payment_profile_id
1543: AND pp.system_profile_code = sra.system_profile_code;
1544: