DBA Data[Home] [Help]

APPS.PAY_MX_SOE_SS_PKG dependencies on PAY_ACTION_INTERLOCKS

Line 406: from pay_action_interlocks,

402:
403: cursor lockedActions is
404: select locked_action_id,
405: action_sequence
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