DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_INTERNAL dependencies on PAY_ASSIGNMENT_ACTIONS

Line 179: from pay_assignment_actions asa

175: for update nowait;
176: --
177: cursor csr_lock_asa is
178: select asa.assignment_action_id
179: from pay_assignment_actions asa
180: where asa.assignment_id = p_assignment_id
181: for update nowait;
182: --
183: -- Start of fix 3202260

Line 572: from pay_assignment_actions asa

568: for update nowait;
569: --
570: cursor csr_lock_asa is
571: select asa.assignment_action_id
572: from pay_assignment_actions asa
573: where asa.assignment_id = p_assignment_id
574: for update nowait;
575: --
576: cursor csr_lock_sas is

Line 1053: from pay_assignment_actions asa

1049: for update nowait;
1050: --
1051: cursor csr_lock_asa is
1052: select asa.assignment_action_id
1053: from pay_assignment_actions asa
1054: where asa.assignment_id = p_assignment_id
1055: for update nowait;
1056: --
1057: cursor csr_lock_pyp is

Line 2288: from pay_assignment_actions asa

2284: and p_final_process_date between effective_start_date
2285: and effective_end_date;
2286: cursor csr_lock_asa is
2287: select asa.assignment_action_id
2288: from pay_assignment_actions asa
2289: where asa.assignment_id = p_assignment_id
2290: for update nowait;
2291: --
2292: --