DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_INTERNAL dependencies on PAY_ASSIGNMENT_LINK_USAGES_F

Line 152: from pay_assignment_link_usages_f alu

148: and asg.effective_start_date >= l_effective_date;
149: --
150: cursor csr_lock_alu is
151: select null
152: from pay_assignment_link_usages_f alu
153: where alu.assignment_id = p_assignment_id
154: for update nowait;
155:
156: -- Fix for bug 5841180 starts here

Line 575: from pay_assignment_link_usages_f alu

571: for update nowait;
572: --
573: cursor csr_lock_alu is
574: select null
575: from pay_assignment_link_usages_f alu
576: where alu.assignment_id = p_assignment_id
577: for update nowait;
578:
579: -- fix fr bug 5841180 starts here

Line 1098: from pay_assignment_link_usages_f alu

1094: and asg.effective_start_date >= l_effective_date;
1095: --
1096: cursor csr_lock_alu is
1097: select null
1098: from pay_assignment_link_usages_f alu
1099: where alu.assignment_id = p_assignment_id
1100: for update nowait;
1101:
1102: -- fix for bug 5841180 starts here

Line 2332: from pay_assignment_link_usages_f alu

2328: for update nowait;
2329: --
2330: cursor csr_lock_alu is
2331: select null
2332: from pay_assignment_link_usages_f alu
2333: where alu.assignment_id = p_assignment_id
2334: for update nowait;
2335: --
2336: -- Fix for bug 5841180 starts here