DBA Data[Home] [Help]

APPS.BEN_MAINTAIN_BENEFIT_ACTIONS dependencies on HR_UTILITY

Line 87: hr_utility.set_location ('Entering '||l_package,10);

83: l_request_id number;
84: --
85: begin
86: --
87: hr_utility.set_location ('Entering '||l_package,10);
88: --
89: if p_threads > 0 then
90: --
91: for l_count in 1..least(p_threads,p_num_ranges) loop

Line 93: hr_utility.set_location ('Submitting request '||l_package,10);

89: if p_threads > 0 then
90: --
91: for l_count in 1..least(p_threads,p_num_ranges) loop
92: --
93: hr_utility.set_location ('Submitting request '||l_package,10);
94: --
95: l_request_id := fnd_request.submit_request
96: (application => 'BEN',
97: program => 'BENTHREAD',

Line 133: hr_utility.set_location ('Submitted request '||l_package,10);

129: --
130: ben_maintain_benefit_actions.g_num_processes := ben_maintain_benefit_actions.g_num_processes + 1;
131: ben_maintain_benefit_actions.g_processes_rec(g_num_processes) := l_request_id;
132: --
133: hr_utility.set_location ('Submitted request '||l_package,10);
134: end loop;
135: --
136: end if;
137: --

Line 138: hr_utility.set_location ('Leaving '||l_package,10);

134: end loop;
135: --
136: end if;
137: --
138: hr_utility.set_location ('Leaving '||l_package,10);
139: --
140: commit;
141: --
142: end start_slaves;

Line 171: hr_utility.set_location ('Entering '||l_package,10);

167: l_slaves c_slaves%rowtype;
168: --
169: begin
170: --
171: hr_utility.set_location ('Entering '||l_package,10);
172: --
173: if p_num_processes <> 0 and p_master = 'Y'
174: then
175: --

Line 224: hr_utility.set_location ('Leaving '||l_package,10);

220: end loop;
221: --
222: end if;
223: --
224: hr_utility.set_location ('Leaving '||l_package,10);
225: --
226: commit;
227: --
228: end check_slaves_status;

Line 258: hr_utility.set_location ('Entering '||l_package,10);

254: and pac.action_status_cd = nvl(p_status_cd,pac.action_status_cd);
255: --
256: begin
257: --
258: hr_utility.set_location ('Entering '||l_package,10);
259: --
260: -- Work out if process is master
261: --
262: open c_master;

Line 282: hr_utility.set_location (l_package||' OUT NOCOPY slave loop ',20);

278: --
279: ,p_slave_errored => l_slave_errored
280: );
281: --
282: hr_utility.set_location (l_package||' OUT NOCOPY slave loop ',20);
283: --
284: -- Log process information
285: -- This is master specific only
286: --

Line 295: hr_utility.set_location (l_package||' Write to file ',35);

291: ,p_benefit_action_id => p_benefit_action_id
292: );
293: --
294: end if;
295: hr_utility.set_location (l_package||' Write to file ',35);
296: --
297: benutils.write_table_and_file(p_table => true,
298: p_file => false);
299: commit;

Line 317: hr_utility.set_location (l_package||' Fire Reports ',40);

313: if fnd_global.conc_request_id <> -1
314: then
315: --
316: if l_param_rec.mode_cd<>'W' then
317: hr_utility.set_location (l_package||' Fire Reports ',40);
318: ben_batch_reporting.batch_reports
319: (p_concurrent_request_id => fnd_global.conc_request_id,
320: p_report_type => 'GENERIC_LOG');
321: if l_param_rec.mode_cd<>'R' then

Line 333: hr_utility.set_location (l_package||' Dn Fire Reports ',40);

329: p_report_type => 'ERROR_BY_ERROR_TYPE');
330: ben_batch_reporting.batch_reports
331: (p_concurrent_request_id => fnd_global.conc_request_id,
332: p_report_type => 'ERROR_BY_PERSON');
333: hr_utility.set_location (l_package||' Dn Fire Reports ',40);
334: --
335: end if;
336: commit;
337: --

Line 344: hr_utility.set_location ('Leaving '||l_package,50);

340: end if;
341: --
342: p_slave_errored := l_slave_errored;
343: --
344: hr_utility.set_location ('Leaving '||l_package,50);
345: --
346: end check_all_slaves_finished;
347: --
348: PROCEDURE get_peractionrange_persondets