DBA Data[Home] [Help]

APPS.IBY_DISBURSE_UI_API_PUB_PKG dependencies on IBY_REMIT_ADVICE_SETUP

Line 7737: IBY_REMIT_ADVICE_SETUP.

7733: l_auto_pi_reg_submit_flag
7734: IBY_SYS_PMT_PROFILES_B.
7735: automatic_pi_reg_submit%TYPE;
7736: l_auto_sra_submit_flag
7737: IBY_REMIT_ADVICE_SETUP.
7738: automatic_sra_submit_flag%TYPE;
7739: l_remit_format_code
7740: IBY_REMIT_ADVICE_SETUP.
7741: remittance_advice_format_code%TYPE;

Line 7740: IBY_REMIT_ADVICE_SETUP.

7736: l_auto_sra_submit_flag
7737: IBY_REMIT_ADVICE_SETUP.
7738: automatic_sra_submit_flag%TYPE;
7739: l_remit_format_code
7740: IBY_REMIT_ADVICE_SETUP.
7741: remittance_advice_format_code%TYPE;
7742: l_pos_pay_format IBY_PAYMENT_PROFILES.
7743: positive_pay_format_code%TYPE;
7744: l_pi_reg_format IBY_SYS_PMT_PROFILES_B.

Line 8488: IBY_REMIT_ADVICE_SETUP remit

8484: FROM
8485: IBY_PAYMENT_PROFILES prof,
8486: IBY_SYS_PMT_PROFILES_B sys_prof,
8487: IBY_PAY_INSTRUCTIONS_ALL inst,
8488: IBY_REMIT_ADVICE_SETUP remit
8489: WHERE
8490: prof.payment_profile_id = inst.payment_profile_id AND
8491: sys_prof.system_profile_code = prof.system_profile_code AND
8492: remit.system_profile_code = prof.system_profile_code AND