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 269: hr_general.decode_fnd_comm_lookup

265:
266: hr_utility.set_location(gv_package_name || '.formated_static_header', 10);
267: lv_format1 :=
268: formated_data_string (p_input_string =>
269: hr_general.decode_fnd_comm_lookup
270: ('PAYROLL_REPORTS', --lookup_type
271: 'L_NAME')--lookup_code
272: ,p_bold => 'Y'
273: ,p_output_file_type => p_output_file_type) ||

Line 276: hr_general.decode_fnd_comm_lookup

272: ,p_bold => 'Y'
273: ,p_output_file_type => p_output_file_type) ||
274:
275: formated_data_string (p_input_string =>
276: hr_general.decode_fnd_comm_lookup
277: ('PAYROLL_REPORTS', --lookup_type
278: 'F_NAME')--lookup_code
279: ,p_bold => 'Y'
280: ,p_output_file_type => p_output_file_type) ||

Line 282: hr_general.decode_fnd_comm_lookup

278: 'F_NAME')--lookup_code
279: ,p_bold => 'Y'
280: ,p_output_file_type => p_output_file_type) ||
281: formated_data_string (p_input_string =>
282: hr_general.decode_fnd_comm_lookup
283: ('PAYROLL_REPORTS', --lookup_type
284: 'MI_NAME')--lookup_code
285: ,p_bold => 'Y'
286: ,p_output_file_type => p_output_file_type) ||

Line 289: hr_general.decode_fnd_comm_lookup

285: ,p_bold => 'Y'
286: ,p_output_file_type => p_output_file_type) ||
287:
288: formated_data_string (p_input_string =>
289: hr_general.decode_fnd_comm_lookup
290: ('PAYROLL_REPORTS', --lookup_type
291: 'EMP_NO')--lookup_code
292: ,p_bold => 'Y'
293: ,p_output_file_type => p_output_file_type) ||

Line 296: hr_general.decode_fnd_comm_lookup

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

Line 303: hr_general.decode_fnd_comm_lookup

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

Line 310: hr_general.decode_fnd_comm_lookup

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

Line 317: hr_general.decode_fnd_comm_lookup

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

Line 327: hr_general.decode_fnd_comm_lookup

323:
324: hr_utility.set_location(gv_package_name || '.formated_static_header', 20);
325: lv_format2 :=
326: formated_data_string (p_input_string =>
327: hr_general.decode_fnd_comm_lookup
328: ('PAYROLL_REPORTS', --lookup_type
329: 'PR_NAME')--lookup_code
330: ,p_bold => 'Y'
331: ,p_output_file_type => p_output_file_type) ||

Line 334: hr_general.decode_fnd_comm_lookup

330: ,p_bold => 'Y'
331: ,p_output_file_type => p_output_file_type) ||
332:
333: formated_data_string (p_input_string =>
334: hr_general.decode_fnd_comm_lookup
335: ('PAYROLL_REPORTS', --lookup_type
336: 'GRE')--lookup_code
337: ,p_bold => 'Y'
338: ,p_output_file_type => p_output_file_type) ||

Line 341: hr_general.decode_fnd_comm_lookup

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

Line 351: NVL(hr_general.decode_fnd_comm_lookup

347: -- Lookup Code defaulted if meaning is not found for the lookup_code
348: -- This is to fix bug # 5179163
349: --
350: formated_data_string (p_input_string =>
351: NVL(hr_general.decode_fnd_comm_lookup
352: ('PAYROLL_REPORTS', --lookup_type
353: lv_ssl_number),
354: lv_ssl_number)--lookup_code Bug No : 2007614
355: ,p_bold => 'Y'

Line 359: hr_general.decode_fnd_comm_lookup

355: ,p_bold => 'Y'
356: ,p_output_file_type => p_output_file_type) ||
357:
358: formated_data_string (p_input_string =>
359: hr_general.decode_fnd_comm_lookup
360: ('PAYROLL_REPORTS', --lookup_type
361: 'DOB')--lookup_code
362: ,p_bold => 'Y'
363: ,p_output_file_type => p_output_file_type) ||

Line 366: hr_general.decode_fnd_comm_lookup

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

Line 373: hr_general.decode_fnd_comm_lookup

369: ,p_bold => 'Y'
370: ,p_output_file_type => p_output_file_type) ||
371:
372: formated_data_string (p_input_string =>
373: hr_general.decode_fnd_comm_lookup
374: ('PAYROLL_REPORTS', --lookup_type
375: 'DT_FIRST_HIRED')
376: ,p_bold => 'Y'
377: ,p_output_file_type => p_output_file_type) ||

Line 380: hr_general.decode_fnd_comm_lookup

376: ,p_bold => 'Y'
377: ,p_output_file_type => p_output_file_type) ||
378:
379: formated_data_string (p_input_string =>
380: hr_general.decode_fnd_comm_lookup
381: ('PAYROLL_REPORTS', --lookup_type
382: 'LT_HIRE_DT')--lookup_code
383: ,p_bold => 'Y'
384: ,p_output_file_type => p_output_file_type) ||

Line 387: hr_general.decode_fnd_comm_lookup

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

Line 394: hr_general.decode_fnd_comm_lookup

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

Line 401: hr_general.decode_fnd_comm_lookup

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

Line 1125: gv_title := hr_general.decode_fnd_comm_lookup

1121:
1122: hr_utility.set_location(gv_package_name || '.element_extract', 80);
1123: hr_utility.trace('Static and Element Label = ' || lv_header_label);
1124:
1125: gv_title := hr_general.decode_fnd_comm_lookup
1126: ('PAYROLL_REPORTS',
1127: 'ELEMENT_REGISTER_TITLE');
1128:
1129: fnd_file.put_line(fnd_file.output, formated_header_string(