DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_API dependencies on HRENTMNT

Line 688: hr_utility.set_location('ACE : Before : hrentmnt.adjust_entries_asg_criteria', 9999);

684: hr_utility.set_location(l_proc, 50);
685: --
686: -- Bug 5355232
687: --
688: hr_utility.set_location('ACE : Before : hrentmnt.adjust_entries_asg_criteria', 9999);
689: --
690: begin
691: --
692: hrentmnt.maintain_entries_asg

Line 692: hrentmnt.maintain_entries_asg

688: hr_utility.set_location('ACE : Before : hrentmnt.adjust_entries_asg_criteria', 9999);
689: --
690: begin
691: --
692: hrentmnt.maintain_entries_asg
693: (
694: p_assignment_id => l_assignment_id,
695: p_old_payroll_id => null,
696: p_new_payroll_id => l_mthpayroll_id,

Line 724: hr_utility.set_location('ACE : After : hrentmnt.adjust_entries_asg_criteria', 9999);

720: raise;
721: --
722: end;
723: --
724: hr_utility.set_location('ACE : After : hrentmnt.adjust_entries_asg_criteria', 9999);
725: --
726: --
727: -- Bug 5355232
728: --

Line 1330: hr_utility.set_location('ACE : Before : hrentmnt.adjust_entries_asg_criteria', 9999);

1326: hr_utility.set_location(l_proc, 30);
1327: --
1328: -- Bug 5355232
1329: --
1330: hr_utility.set_location('ACE : Before : hrentmnt.adjust_entries_asg_criteria', 9999);
1331: --
1332: begin
1333: --
1334: hrentmnt.maintain_entries_asg

Line 1334: hrentmnt.maintain_entries_asg

1330: hr_utility.set_location('ACE : Before : hrentmnt.adjust_entries_asg_criteria', 9999);
1331: --
1332: begin
1333: --
1334: hrentmnt.maintain_entries_asg
1335: (
1336: p_assignment_id => p_assignment_id,
1337: p_old_payroll_id => null,
1338: p_new_payroll_id => nvl(l_mthpayroll_id, p_payroll_id),

Line 1366: hr_utility.set_location('ACE : After : hrentmnt.adjust_entries_asg_criteria', 9999);

1362: raise;
1363: --
1364: end;
1365: --
1366: hr_utility.set_location('ACE : After : hrentmnt.adjust_entries_asg_criteria', 9999);
1367: --
1368: --
1369: -- Bug 5355232
1370: --