DBA Data[Home] [Help]

APPS.PAY_PAYWSMEE_PKG dependencies on PAY_QUICKPAY_EXCLUSIONS

Line 596: from pay_quickpay_exclusions excl

592: from dual
593: where p_use_qpay_excl_model = 'Y'
594: and not exists
595: (select ''
596: from pay_quickpay_exclusions excl
597: where excl.assignment_action_id = p_asgt_act_id
598: and excl.element_entry_id = p_ee_id
599: );
600: -- select 'Y'

Line 612: -- from pay_quickpay_exclusions excl

608: -- * Ensure entry does not exist in list of exclusions
609: -- */
610: -- and not exists (
611: -- select 'x'
612: -- from pay_quickpay_exclusions excl
613: -- where excl.assignment_action_id = p_asgt_act_id
614: -- and excl.element_entry_id = p_ee_id
615: -- )
616: -- /*