DBA Data[Home] [Help]

APPS.PAY_AU_XMLPUB_REPORTS dependencies on HR_UTILITY

Line 50: g_debug := hr_utility.debug_enabled;

46:
47: rec_print_options csr_get_print_options%ROWTYPE;
48:
49: begin
50: g_debug := hr_utility.debug_enabled;
51:
52: if g_debug then
53: l_procedure := g_package||'submit_xml_reports';
54: hr_utility.set_location('Inside procedure '||l_procedure,100);

Line 54: hr_utility.set_location('Inside procedure '||l_procedure,100);

50: g_debug := hr_utility.debug_enabled;
51:
52: if g_debug then
53: l_procedure := g_package||'submit_xml_reports';
54: hr_utility.set_location('Inside procedure '||l_procedure,100);
55: end if;
56:
57: OPEN csr_get_print_options(p_conc_request_id);
58: FETCH csr_get_print_options INTO rec_print_options;

Line 81: hr_utility.set_location('Concurrent Program submitted '||l_prog_short_name,120);

77: l_prog_short_name := 'PYAURPDF';
78: end if;
79:
80: if g_debug then
81: hr_utility.set_location('Concurrent Program submitted '||l_prog_short_name,120);
82: end if;
83:
84: /* Bug 4903621
85: Java Concurrent Programs(PDF and Excel) take the following parameters

Line 128: hr_utility.set_location('Leaving procedure '||l_procedure,140);

124: NULL, NULL, NULL, NULL, NULL, NULL,
125: NULL, NULL, NULL, NULL
126: );
127: if g_debug then
128: hr_utility.set_location('Leaving procedure '||l_procedure,140);
129: end if;
130:
131: end submit_xml_reports;
132:

Line 208: g_debug := hr_utility.debug_enabled;

204:
205:
206: begin
207:
208: g_debug := hr_utility.debug_enabled;
209:
210: if g_debug then
211: l_procedure := g_package||'get_request_details';
212: hr_utility.set_location('Inside Function '||l_procedure,100);

Line 212: hr_utility.set_location('Inside Function '||l_procedure,100);

208: g_debug := hr_utility.debug_enabled;
209:
210: if g_debug then
211: l_procedure := g_package||'get_request_details';
212: hr_utility.set_location('Inside Function '||l_procedure,100);
213: end if;
214:
215: open get_argument_values(p_conc_request_id);
216: fetch get_argument_values

Line 244: hr_utility.trace('l_count '||l_count);

240: end if;
241: END LOOP;
242:
243: if g_debug then
244: hr_utility.trace('l_count '||l_count);
245: end if;
246:
247: if l_found = true then
248: if l_count <= 25 then

Line 278: hr_utility.trace('Return String '||l_return);

274: end if;
275: end if;
276:
277: if g_debug then
278: hr_utility.trace('Return String '||l_return);
279: end if;
280:
281: return substr(l_return,1,240);
282: