DBA Data[Home] [Help]

APPS.PAY_GB_ONLINE_SOE dependencies on PAY_ACTION_INTERLOCKS

Line 25: pay_action_interlocks loc

21: --
22: cursor csr_get_latest_interlocked is
23: select assact.assignment_action_id
24: from pay_assignment_actions assact,
25: pay_action_interlocks loc
26: where loc.locking_action_id = p_assignment_action_id
27: and assact.assignment_action_id = loc.locked_action_id
28: order by assact.action_sequence desc;
29: BEGIN