DBA Data[Home] [Help]

APPS.IRC_DEFAULT_POSTING_BK2 dependencies on HR_UTILITY

Line 56: hr_utility.set_location('Entering: IRC_DEFAULT_POSTING_BK2.UPDATE_DEFAULT_POSTING_A', 10);

52: )is
53: l_commit_unit_number number;
54: l_legislation_code varchar2(30);
55: begin
56: hr_utility.set_location('Entering: IRC_DEFAULT_POSTING_BK2.UPDATE_DEFAULT_POSTING_A', 10);
57: l_commit_unit_number := hr_api.return_commit_unit;
58: if hr_api.call_app_hooks then
59: irc_default_posting_be2.UPDATE_DEFAULT_POSTING_A
60: (P_DEFAULT_POSTING_ID => P_DEFAULT_POSTING_ID

Line 110: hr_utility.set_location(' Leaving: IRC_DEFAULT_POSTING_BK2.UPDATE_DEFAULT_POSTING_A', 20);

106: );
107: end if;
108: hr_multi_message.end_validation_set;
109: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_DEFAULT_POSTING', 'AP');
110: hr_utility.set_location(' Leaving: IRC_DEFAULT_POSTING_BK2.UPDATE_DEFAULT_POSTING_A', 20);
111: end UPDATE_DEFAULT_POSTING_A;
112: procedure UPDATE_DEFAULT_POSTING_B
113: (P_DEFAULT_POSTING_ID in NUMBER
114: ,P_POSITION_ID in NUMBER

Line 161: hr_utility.set_location('Entering: IRC_DEFAULT_POSTING_BK2.UPDATE_DEFAULT_POSTING_B', 10);

157: ,P_ATTRIBUTE29 in VARCHAR2
158: ,P_ATTRIBUTE30 in VARCHAR2
159: )is
160: begin
161: hr_utility.set_location('Entering: IRC_DEFAULT_POSTING_BK2.UPDATE_DEFAULT_POSTING_B', 10);
162: hr_utility.set_location(' Leaving: IRC_DEFAULT_POSTING_BK2.UPDATE_DEFAULT_POSTING_B', 20);
163: end UPDATE_DEFAULT_POSTING_B;
164: end IRC_DEFAULT_POSTING_BK2;

Line 162: hr_utility.set_location(' Leaving: IRC_DEFAULT_POSTING_BK2.UPDATE_DEFAULT_POSTING_B', 20);

158: ,P_ATTRIBUTE30 in VARCHAR2
159: )is
160: begin
161: hr_utility.set_location('Entering: IRC_DEFAULT_POSTING_BK2.UPDATE_DEFAULT_POSTING_B', 10);
162: hr_utility.set_location(' Leaving: IRC_DEFAULT_POSTING_BK2.UPDATE_DEFAULT_POSTING_B', 20);
163: end UPDATE_DEFAULT_POSTING_B;
164: end IRC_DEFAULT_POSTING_BK2;