DBA Data[Home] [Help]

APPS.PAY_ELEMENT_EXTRACT_PKG dependencies on HR_GENERAL

Line 63: hr_general.decode_fnd_comm_lookup

59: 05-AUG-2003 trugless 115.13 Replaced hardcoded text for
60: report headings and
61: gv_title with lookup to
62: FND_COMMON_LOOKUPS table using
63: hr_general.decode_fnd_comm_lookup
64: function
65:
66: Modified c_element_results,
67: c_class_elements,c_set_elements,

Line 278: hr_general.decode_fnd_comm_lookup

274:
275: hr_utility.set_location(gv_package_name || '.formated_static_header', 10);
276: lv_format1 :=
277: formated_data_string (p_input_string =>
278: hr_general.decode_fnd_comm_lookup
279: ('PAYROLL_REPORTS', --lookup_type
280: 'L_NAME')--lookup_code
281: ,p_bold => 'Y'
282: ,p_output_file_type => p_output_file_type) ||

Line 285: hr_general.decode_fnd_comm_lookup

281: ,p_bold => 'Y'
282: ,p_output_file_type => p_output_file_type) ||
283:
284: formated_data_string (p_input_string =>
285: hr_general.decode_fnd_comm_lookup
286: ('PAYROLL_REPORTS', --lookup_type
287: 'F_NAME')--lookup_code
288: ,p_bold => 'Y'
289: ,p_output_file_type => p_output_file_type) ||

Line 291: hr_general.decode_fnd_comm_lookup

287: 'F_NAME')--lookup_code
288: ,p_bold => 'Y'
289: ,p_output_file_type => p_output_file_type) ||
290: formated_data_string (p_input_string =>
291: hr_general.decode_fnd_comm_lookup
292: ('PAYROLL_REPORTS', --lookup_type
293: 'MI_NAME')--lookup_code
294: ,p_bold => 'Y'
295: ,p_output_file_type => p_output_file_type) ||

Line 298: hr_general.decode_fnd_comm_lookup

294: ,p_bold => 'Y'
295: ,p_output_file_type => p_output_file_type) ||
296:
297: formated_data_string (p_input_string =>
298: hr_general.decode_fnd_comm_lookup
299: ('PAYROLL_REPORTS', --lookup_type
300: 'EMP_NO')--lookup_code
301: ,p_bold => 'Y'
302: ,p_output_file_type => p_output_file_type) ||

Line 305: hr_general.decode_fnd_comm_lookup

301: ,p_bold => 'Y'
302: ,p_output_file_type => p_output_file_type) ||
303:
304: formated_data_string (p_input_string =>
305: hr_general.decode_fnd_comm_lookup
306: ('PAYROLL_REPORTS', --lookup_type
307: 'ASSIGN_NO')--lookup_code
308: ,p_bold => 'Y'
309: ,p_output_file_type => p_output_file_type) ||

Line 312: hr_general.decode_fnd_comm_lookup

308: ,p_bold => 'Y'
309: ,p_output_file_type => p_output_file_type) ||
310:
311: formated_data_string (p_input_string =>
312: hr_general.decode_fnd_comm_lookup
313: ('PAYROLL_REPORTS', --lookup_type
314: 'ORG_NAME')--lookup_code
315: ,p_bold => 'Y'
316: ,p_output_file_type => p_output_file_type) ||

Line 319: hr_general.decode_fnd_comm_lookup

315: ,p_bold => 'Y'
316: ,p_output_file_type => p_output_file_type) ||
317:
318: formated_data_string (p_input_string =>
319: hr_general.decode_fnd_comm_lookup
320: ('PAYROLL_REPORTS', --lookup_type
321: 'ACT_TYP')--lookup_code
322: ,p_bold => 'Y'
323: ,p_output_file_type => p_output_file_type) ||

Line 326: hr_general.decode_fnd_comm_lookup

322: ,p_bold => 'Y'
323: ,p_output_file_type => p_output_file_type) ||
324:
325: formated_data_string (p_input_string =>
326: hr_general.decode_fnd_comm_lookup
327: ('PAYROLL_REPORTS', --lookup_type
328: 'EFF_DT')--lookup_code
329: ,p_bold => 'Y'
330: ,p_output_file_type => p_output_file_type)

Line 336: hr_general.decode_fnd_comm_lookup

332:
333: hr_utility.set_location(gv_package_name || '.formated_static_header', 20);
334: lv_format2 :=
335: formated_data_string (p_input_string =>
336: hr_general.decode_fnd_comm_lookup
337: ('PAYROLL_REPORTS', --lookup_type
338: 'PR_NAME')--lookup_code
339: ,p_bold => 'Y'
340: ,p_output_file_type => p_output_file_type) ||

Line 343: hr_general.decode_fnd_comm_lookup

339: ,p_bold => 'Y'
340: ,p_output_file_type => p_output_file_type) ||
341:
342: formated_data_string (p_input_string =>
343: hr_general.decode_fnd_comm_lookup
344: ('PAYROLL_REPORTS', --lookup_type
345: 'GRE')--lookup_code
346: ,p_bold => 'Y'
347: ,p_output_file_type => p_output_file_type) ||

Line 350: hr_general.decode_fnd_comm_lookup

346: ,p_bold => 'Y'
347: ,p_output_file_type => p_output_file_type) ||
348:
349: formated_data_string (p_input_string =>
350: hr_general.decode_fnd_comm_lookup
351: ('PAYROLL_REPORTS', --lookup_type
352: 'LOC_NAME')--lookup_code
353: ,p_bold => 'Y'
354: ,p_output_file_type => p_output_file_type) ||

Line 360: NVL(hr_general.decode_fnd_comm_lookup

356: -- Lookup Code defaulted if meaning is not found for the lookup_code
357: -- This is to fix bug # 5179163
358: --
359: formated_data_string (p_input_string =>
360: NVL(hr_general.decode_fnd_comm_lookup
361: ('PAYROLL_REPORTS', --lookup_type
362: lv_ssl_number),
363: lv_ssl_number)--lookup_code Bug No : 2007614
364: ,p_bold => 'Y'

Line 368: hr_general.decode_fnd_comm_lookup

364: ,p_bold => 'Y'
365: ,p_output_file_type => p_output_file_type) ||
366:
367: formated_data_string (p_input_string =>
368: hr_general.decode_fnd_comm_lookup
369: ('PAYROLL_REPORTS', --lookup_type
370: 'DOB')--lookup_code
371: ,p_bold => 'Y'
372: ,p_output_file_type => p_output_file_type) ||

Line 375: hr_general.decode_fnd_comm_lookup

371: ,p_bold => 'Y'
372: ,p_output_file_type => p_output_file_type) ||
373:
374: formated_data_string (p_input_string =>
375: hr_general.decode_fnd_comm_lookup
376: ('PAYROLL_REPORTS', --lookup_type
377: 'GENDER')--lookup_code
378: ,p_bold => 'Y'
379: ,p_output_file_type => p_output_file_type) ||

Line 382: hr_general.decode_fnd_comm_lookup

378: ,p_bold => 'Y'
379: ,p_output_file_type => p_output_file_type) ||
380:
381: formated_data_string (p_input_string =>
382: hr_general.decode_fnd_comm_lookup
383: ('PAYROLL_REPORTS', --lookup_type
384: 'DT_FIRST_HIRED')
385: ,p_bold => 'Y'
386: ,p_output_file_type => p_output_file_type) ||

Line 389: hr_general.decode_fnd_comm_lookup

385: ,p_bold => 'Y'
386: ,p_output_file_type => p_output_file_type) ||
387:
388: formated_data_string (p_input_string =>
389: hr_general.decode_fnd_comm_lookup
390: ('PAYROLL_REPORTS', --lookup_type
391: 'LT_HIRE_DT')--lookup_code
392: ,p_bold => 'Y'
393: ,p_output_file_type => p_output_file_type) ||

Line 396: hr_general.decode_fnd_comm_lookup

392: ,p_bold => 'Y'
393: ,p_output_file_type => p_output_file_type) ||
394:
395: formated_data_string (p_input_string =>
396: hr_general.decode_fnd_comm_lookup
397: ('PAYROLL_REPORTS', --lookup_type
398: 'EMP_TYP')--lookup_code
399: ,p_bold => 'Y'
400: ,p_output_file_type => p_output_file_type) ||

Line 403: hr_general.decode_fnd_comm_lookup

399: ,p_bold => 'Y'
400: ,p_output_file_type => p_output_file_type) ||
401:
402: formated_data_string (p_input_string =>
403: hr_general.decode_fnd_comm_lookup
404: ('PAYROLL_REPORTS', --lookup_type
405: 'ASSIGN_STAT')--lookup_code
406: ,p_bold => 'Y'
407: ,p_output_file_type => p_output_file_type) ||

Line 410: hr_general.decode_fnd_comm_lookup

406: ,p_bold => 'Y'
407: ,p_output_file_type => p_output_file_type) ||
408:
409: formated_data_string (p_input_string =>
410: hr_general.decode_fnd_comm_lookup
411: ('PAYROLL_REPORTS', --lookup_type
412: 'EMP_CAT')--lookup_code
413: ,p_bold => 'Y'
414: ,p_output_file_type => p_output_file_type)

Line 1134: gv_title := hr_general.decode_fnd_comm_lookup

1130:
1131: hr_utility.set_location(gv_package_name || '.element_extract', 80);
1132: hr_utility.trace('Static and Element Label = ' || lv_header_label);
1133:
1134: gv_title := hr_general.decode_fnd_comm_lookup
1135: ('PAYROLL_REPORTS',
1136: 'ELEMENT_REGISTER_TITLE');
1137:
1138: fnd_file.put_line(fnd_file.output, formated_header_string(