DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_API dependencies on HRENTMNT

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

670: hr_utility.set_location(l_proc, 50);
671: --
672: -- Bug 5355232
673: --
674: hr_utility.set_location('ACE : Before : hrentmnt.adjust_entries_asg_criteria', 9999);
675: --
676: begin
677: --
678: hrentmnt.maintain_entries_asg

Line 678: hrentmnt.maintain_entries_asg

674: hr_utility.set_location('ACE : Before : hrentmnt.adjust_entries_asg_criteria', 9999);
675: --
676: begin
677: --
678: hrentmnt.maintain_entries_asg
679: (
680: p_assignment_id => l_assignment_id,
681: p_old_payroll_id => null,
682: p_new_payroll_id => l_mthpayroll_id,

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

706: raise;
707: --
708: end;
709: --
710: hr_utility.set_location('ACE : After : hrentmnt.adjust_entries_asg_criteria', 9999);
711: --
712: --
713: -- Bug 5355232
714: --

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

1299: hr_utility.set_location(l_proc, 30);
1300: --
1301: -- Bug 5355232
1302: --
1303: hr_utility.set_location('ACE : Before : hrentmnt.adjust_entries_asg_criteria', 9999);
1304: --
1305: begin
1306: --
1307: hrentmnt.maintain_entries_asg

Line 1307: hrentmnt.maintain_entries_asg

1303: hr_utility.set_location('ACE : Before : hrentmnt.adjust_entries_asg_criteria', 9999);
1304: --
1305: begin
1306: --
1307: hrentmnt.maintain_entries_asg
1308: (
1309: p_assignment_id => p_assignment_id,
1310: p_old_payroll_id => null,
1311: p_new_payroll_id => nvl(l_mthpayroll_id, p_payroll_id),

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

1335: raise;
1336: --
1337: end;
1338: --
1339: hr_utility.set_location('ACE : After : hrentmnt.adjust_entries_asg_criteria', 9999);
1340: --
1341: --
1342: -- Bug 5355232
1343: --