DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_INTERNAL dependencies on PAY_ASSIGNMENT_ACTIONS

Line 199: from pay_assignment_actions asa

195: for update nowait;
196: --
197: cursor csr_lock_asa is
198: select asa.assignment_action_id
199: from pay_assignment_actions asa
200: where asa.assignment_id = p_assignment_id
201: for update nowait;
202: --
203: -- Start of fix 3202260

Line 626: from pay_assignment_actions asa

622: for update nowait;
623: --
624: cursor csr_lock_asa is
625: select asa.assignment_action_id
626: from pay_assignment_actions asa
627: where asa.assignment_id = p_assignment_id
628: for update nowait;
629: --
630: cursor csr_lock_sas is

Line 1139: from pay_assignment_actions asa

1135: -- fix for bug 5841180 ends here
1136:
1137: cursor csr_lock_asa is
1138: select asa.assignment_action_id
1139: from pay_assignment_actions asa
1140: where asa.assignment_id = p_assignment_id
1141: for update nowait;
1142: --
1143: cursor csr_lock_pyp is

Line 2410: from pay_assignment_actions asa

2406: and p_final_process_date between effective_start_date
2407: and effective_end_date;
2408: cursor csr_lock_asa is
2409: select asa.assignment_action_id
2410: from pay_assignment_actions asa
2411: where asa.assignment_id = p_assignment_id
2412: for update nowait;
2413: --
2414: --