DBA Data[Home] [Help]

APPS.PAY_PAYWSMEE_PKG dependencies on PAY_QUICKPAY_EXCLUSIONS

Line 620: from pay_quickpay_exclusions excl

616: from dual
617: where p_use_qpay_excl_model = 'Y'
618: and not exists
619: (select ''
620: from pay_quickpay_exclusions excl
621: where excl.assignment_action_id = p_asgt_act_id
622: and excl.element_entry_id = p_ee_id
623: );
624: -- select 'Y'

Line 636: -- from pay_quickpay_exclusions excl

632: -- * Ensure entry does not exist in list of exclusions
633: -- */
634: -- and not exists (
635: -- select 'x'
636: -- from pay_quickpay_exclusions excl
637: -- where excl.assignment_action_id = p_asgt_act_id
638: -- and excl.element_entry_id = p_ee_id
639: -- )
640: -- /*