DBA Data[Home] [Help]

APPS.IRC_ASG_STATUS_BK2 dependencies on HR_UTILITY

Line 15: hr_utility.set_location('Entering: IRC_ASG_STATUS_BK2.UPDATE_IRC_ASG_STATUS_A', 10);

11: )is
12: l_commit_unit_number number;
13: l_legislation_code varchar2(30);
14: begin
15: hr_utility.set_location('Entering: IRC_ASG_STATUS_BK2.UPDATE_IRC_ASG_STATUS_A', 10);
16: l_commit_unit_number := hr_api.return_commit_unit;
17: if hr_api.call_app_hooks then
18: irc_asg_status_be2.UPDATE_IRC_ASG_STATUS_A
19: (P_STATUS_CHANGE_REASON => P_STATUS_CHANGE_REASON

Line 28: hr_utility.set_location(' Leaving: IRC_ASG_STATUS_BK2.UPDATE_IRC_ASG_STATUS_A', 20);

24: );
25: end if;
26: hr_multi_message.end_validation_set;
27: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_IRC_ASG_STATUS', 'AP');
28: hr_utility.set_location(' Leaving: IRC_ASG_STATUS_BK2.UPDATE_IRC_ASG_STATUS_A', 20);
29: end UPDATE_IRC_ASG_STATUS_A;
30: procedure update_irc_asg_status_b
31: (P_STATUS_CHANGE_REASON in VARCHAR2
32: ,P_STATUS_CHANGE_DATE in DATE

Line 38: hr_utility.set_location('Entering: IRC_ASG_STATUS_BK2.update_irc_asg_status_b', 10);

34: ,P_OBJECT_VERSION_NUMBER in NUMBER
35: ,P_STATUS_CHANGE_COMMENTS in VARCHAR2
36: )is
37: begin
38: hr_utility.set_location('Entering: IRC_ASG_STATUS_BK2.update_irc_asg_status_b', 10);
39: hr_utility.set_location(' Leaving: IRC_ASG_STATUS_BK2.update_irc_asg_status_b', 20);
40: end update_irc_asg_status_b;
41: end IRC_ASG_STATUS_BK2;

Line 39: hr_utility.set_location(' Leaving: IRC_ASG_STATUS_BK2.update_irc_asg_status_b', 20);

35: ,P_STATUS_CHANGE_COMMENTS in VARCHAR2
36: )is
37: begin
38: hr_utility.set_location('Entering: IRC_ASG_STATUS_BK2.update_irc_asg_status_b', 10);
39: hr_utility.set_location(' Leaving: IRC_ASG_STATUS_BK2.update_irc_asg_status_b', 20);
40: end update_irc_asg_status_b;
41: end IRC_ASG_STATUS_BK2;