DBA Data[Home] [Help]

APPS.IRC_DEFAULT_POSTING_BK1 dependencies on HR_UTILITY

Line 56: hr_utility.set_location('Entering: IRC_DEFAULT_POSTING_BK1.CREATE_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_BK1.CREATE_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_be1.CREATE_DEFAULT_POSTING_A
60: (P_DEFAULT_POSTING_ID => P_DEFAULT_POSTING_ID

Line 110: hr_utility.set_location(' Leaving: IRC_DEFAULT_POSTING_BK1.CREATE_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, 'CREATE_DEFAULT_POSTING', 'AP');
110: hr_utility.set_location(' Leaving: IRC_DEFAULT_POSTING_BK1.CREATE_DEFAULT_POSTING_A', 20);
111: end CREATE_DEFAULT_POSTING_A;
112: procedure CREATE_DEFAULT_POSTING_B
113: (P_POSITION_ID in NUMBER
114: ,P_JOB_ID in NUMBER

Line 160: hr_utility.set_location('Entering: IRC_DEFAULT_POSTING_BK1.CREATE_DEFAULT_POSTING_B', 10);

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

Line 161: hr_utility.set_location(' Leaving: IRC_DEFAULT_POSTING_BK1.CREATE_DEFAULT_POSTING_B', 20);

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