DBA Data[Home] [Help]

APPS.PAY_MX_SOE_SS_PKG dependencies on PAY_RUN_TYPES_F

Line 410: and exists ( select 1 from pay_run_types_f prt

406: from pay_action_interlocks,
407: pay_assignment_actions paa
408: where locking_action_id = p_assignment_action_id
409: and locked_action_id = assignment_action_id
410: and exists ( select 1 from pay_run_types_f prt
411: where prt.legislation_code = 'MX'
412: and prt.run_type_id = paa.run_type_id
413: and prt.run_method <> 'C' )
414: order by action_sequence desc;