DBA Data[Home] [Help]

APPS.IRC_NOTES_BK3 dependencies on HR_UTILITY

Line 12: hr_utility.set_location('Entering: IRC_NOTES_BK3.DELETE_NOTE_A', 10);

8: )is
9: l_commit_unit_number number;
10: l_legislation_code varchar2(30);
11: begin
12: hr_utility.set_location('Entering: IRC_NOTES_BK3.DELETE_NOTE_A', 10);
13: l_commit_unit_number := hr_api.return_commit_unit;
14: if hr_api.call_app_hooks then
15: irc_notes_be3.DELETE_NOTE_A
16: (P_NOTE_ID => P_NOTE_ID

Line 22: hr_utility.set_location(' Leaving: IRC_NOTES_BK3.DELETE_NOTE_A', 20);

18: );
19: end if;
20: hr_multi_message.end_validation_set;
21: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_NOTE', 'AP');
22: hr_utility.set_location(' Leaving: IRC_NOTES_BK3.DELETE_NOTE_A', 20);
23: end DELETE_NOTE_A;
24: procedure DELETE_NOTE_B
25: (P_NOTE_ID in NUMBER
26: ,P_OBJECT_VERSION_NUMBER in NUMBER

Line 29: hr_utility.set_location('Entering: IRC_NOTES_BK3.DELETE_NOTE_B', 10);

25: (P_NOTE_ID in NUMBER
26: ,P_OBJECT_VERSION_NUMBER in NUMBER
27: )is
28: begin
29: hr_utility.set_location('Entering: IRC_NOTES_BK3.DELETE_NOTE_B', 10);
30: hr_utility.set_location(' Leaving: IRC_NOTES_BK3.DELETE_NOTE_B', 20);
31: end DELETE_NOTE_B;
32: end IRC_NOTES_BK3;

Line 30: hr_utility.set_location(' Leaving: IRC_NOTES_BK3.DELETE_NOTE_B', 20);

26: ,P_OBJECT_VERSION_NUMBER in NUMBER
27: )is
28: begin
29: hr_utility.set_location('Entering: IRC_NOTES_BK3.DELETE_NOTE_B', 10);
30: hr_utility.set_location(' Leaving: IRC_NOTES_BK3.DELETE_NOTE_B', 20);
31: end DELETE_NOTE_B;
32: end IRC_NOTES_BK3;