DBA Data[Home] [Help]

APPS.PQP_HROSS_REPORTS dependencies on HR_UTILITY

Line 24: Hr_utility.set_location('Entering:' || l_proc_name, 10);

20: l_return_status VARCHAR2(5);
21: l_proc_name CONSTANT VARCHAR2(150) := g_pkg||'Compare_Values';
22:
23: BEGIN
24: Hr_utility.set_location('Entering:' || l_proc_name, 10);
25:
26: IF p_parameter1 IS NOT NULL OR p_parameter2 IS NOT NULL THEN
27:
28: --remove blank spaces from in between

Line 43: Hr_Utility.set_location('Leaving:' || l_proc_name, 90);

39: RETURN l_return_status;
40:
41: EXCEPTION
42: WHEN OTHERS THEN
43: Hr_Utility.set_location('Leaving:' || l_proc_name, 90);
44: RETURN l_return_status;
45:
46: END Compare_Values;
47:

Line 58: hr_utility.set_location('Entering: ' || l_proc_name, 10);

54: 'Before_Report_Trigger';
55: l_date_format VARCHAR2(20);
56: l_date_value VARCHAR2(20);
57: BEGIN
58: hr_utility.set_location('Entering: ' || l_proc_name, 10);
59:
60: --Set the value of person id where clause
61: fnd_profile.get('ICX_DATE_FORMAT_MASK', l_date_format);
62:

Line 145: hr_utility.set_location('Leaving: ' || l_proc_name, 20);

141: P_DATA_MISMATCH_FLAG := FALSE;
142: MATCHING_RECORDS_COUNTER := 0;
143: MISMATCH_RECORDS_COUNTER := 0;
144:
145: hr_utility.set_location('Leaving: ' || l_proc_name, 20);
146:
147: END Before_Report_Trigger;
148:
149: -- =============================================================================

Line 159: hr_utility.set_location('Entering: ' || l_proc_name, 10);

155: 'Before_Report_Trigger';
156: l_date_format VARCHAR2(20);
157: l_date_value VARCHAR2(20);
158: BEGIN
159: hr_utility.set_location('Entering: ' || l_proc_name, 10);
160:
161: --Set the value of person id where clause
162: fnd_profile.get('ICX_DATE_FORMAT_MASK', l_date_format);
163:

Line 245: hr_utility.set_location('Leaving: ' || l_proc_name, 20);

241: P_DATA_MISMATCH_FLAG := FALSE;
242: MATCHING_RECORDS_COUNTER := 0;
243: MISMATCH_RECORDS_COUNTER := 0;
244:
245: hr_utility.set_location('Leaving: ' || l_proc_name, 20);
246: RETURN TRUE;
247: END Before_Report_Trigger;
248:
249: -- =============================================================================

Line 287: hr_utility.set_location('Entering: ' || l_proc_name, 10);

283: 'Generate_Report';
284: l_request_id NUMBER;
285: l_layout_flag BOOLEAN;
286: BEGIN
287: hr_utility.set_location('Entering: ' || l_proc_name, 10);
288:
289: l_layout_flag := fnd_request.add_layout(template_appl_name => 'PQP'
290: ,template_code => p_template_code
291: ,template_language => p_template_lang

Line 326: hr_utility.set_location ('Request Id:' || l_request_id ,20);

322:
323: COMMIT;
324: p_return_status := l_request_id;
325:
326: hr_utility.set_location ('Request Id:' || l_request_id ,20);
327: hr_utility.set_location('Leaving: ' || l_proc_name, 30);
328:
329: END Generate_Report;
330:

Line 327: hr_utility.set_location('Leaving: ' || l_proc_name, 30);

323: COMMIT;
324: p_return_status := l_request_id;
325:
326: hr_utility.set_location ('Request Id:' || l_request_id ,20);
327: hr_utility.set_location('Leaving: ' || l_proc_name, 30);
328:
329: END Generate_Report;
330:
331: -- =============================================================================