DBA Data[Home] [Help]

APPS.PAY_KW_SOE dependencies on PAY_SOE_UTIL

Line 398: pay_soe_util.clear;

394: ,p_defined_balance_lst => l_defined_balance_lst
395: ,p_context_lst => l_context_lst
396: ,p_output_table => l_output_table);
397: --
398: pay_soe_util.clear;
399: --
400: balCount := 0;
401: if l_output_table.count > 0 then
402: for i in l_output_table.first..l_output_table.last loop

Line 406: pay_soe_util.setValue('01'

402: for i in l_output_table.first..l_output_table.last loop
403: if l_output_table(i).balance_value <> 0 then
404: balCount := balCount + 1;
405: --
406: pay_soe_util.setValue('01'
407: ,l_balance_type_lst(l_output_table(i).defined_balance_id).balance_name
408: ,TRUE,FALSE);
409: pay_soe_util.setValue('02'
410: ,l_balance_type_lst(l_output_table(i).defined_balance_id).reporting_name

Line 409: pay_soe_util.setValue('02'

405: --
406: pay_soe_util.setValue('01'
407: ,l_balance_type_lst(l_output_table(i).defined_balance_id).balance_name
408: ,TRUE,FALSE);
409: pay_soe_util.setValue('02'
410: ,l_balance_type_lst(l_output_table(i).defined_balance_id).reporting_name
411: ,FALSE,FALSE);
412: pay_soe_util.setValue('03'
413: ,l_balance_type_lst(l_output_table(i).defined_balance_id).dimension_name

Line 412: pay_soe_util.setValue('03'

408: ,TRUE,FALSE);
409: pay_soe_util.setValue('02'
410: ,l_balance_type_lst(l_output_table(i).defined_balance_id).reporting_name
411: ,FALSE,FALSE);
412: pay_soe_util.setValue('03'
413: ,l_balance_type_lst(l_output_table(i).defined_balance_id).dimension_name
414: ,FALSE,FALSE);
415: pay_soe_util.setValue('04'
416: ,l_balance_type_lst(l_output_table(i).defined_balance_id).defined_balance_name

Line 415: pay_soe_util.setValue('04'

411: ,FALSE,FALSE);
412: pay_soe_util.setValue('03'
413: ,l_balance_type_lst(l_output_table(i).defined_balance_id).dimension_name
414: ,FALSE,FALSE);
415: pay_soe_util.setValue('04'
416: ,l_balance_type_lst(l_output_table(i).defined_balance_id).defined_balance_name
417: ,FALSE,FALSE);
418: pay_soe_util.setValue('05',
419: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))

Line 418: pay_soe_util.setValue('05',

414: ,FALSE,FALSE);
415: pay_soe_util.setValue('04'
416: ,l_balance_type_lst(l_output_table(i).defined_balance_id).defined_balance_name
417: ,FALSE,FALSE);
418: pay_soe_util.setValue('05',
419: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))
420: ,FALSE,FALSE);
421: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
422: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);

Line 421: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);

417: ,FALSE,FALSE);
418: pay_soe_util.setValue('05',
419: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))
420: ,FALSE,FALSE);
421: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
422: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
423: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
424: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
425: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);

Line 422: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);

418: pay_soe_util.setValue('05',
419: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))
420: ,FALSE,FALSE);
421: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
422: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
423: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
424: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
425: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
426: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);

Line 423: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);

419: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))
420: ,FALSE,FALSE);
421: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
422: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
423: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
424: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
425: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
426: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
427: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);

Line 424: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);

420: ,FALSE,FALSE);
421: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
422: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
423: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
424: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
425: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
426: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
427: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
428: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,

Line 425: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);

421: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
422: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
423: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
424: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
425: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
426: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
427: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
428: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
429: fnd_currency.get_format_mask(substr(l_currency_code,2,3),40)),FALSE,FALSE);

Line 426: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);

422: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
423: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
424: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
425: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
426: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
427: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
428: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
429: fnd_currency.get_format_mask(substr(l_currency_code,2,3),40)),FALSE,FALSE);
430: pay_soe_util.setValue(17,to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);

Line 427: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);

423: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
424: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
425: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
426: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
427: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
428: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
429: fnd_currency.get_format_mask(substr(l_currency_code,2,3),40)),FALSE,FALSE);
430: pay_soe_util.setValue(17,to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);
431: end if;

Line 428: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,

424: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
425: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
426: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
427: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
428: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
429: fnd_currency.get_format_mask(substr(l_currency_code,2,3),40)),FALSE,FALSE);
430: pay_soe_util.setValue(17,to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);
431: end if;
432: end loop;

Line 430: pay_soe_util.setValue(17,to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);

426: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
427: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
428: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
429: fnd_currency.get_format_mask(substr(l_currency_code,2,3),40)),FALSE,FALSE);
430: pay_soe_util.setValue(17,to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);
431: end if;
432: end loop;
433: end if;
434: --

Line 436: return pay_soe_util.genCursor;

432: end loop;
433: end if;
434: --
435: if balCount > 0 then
436: return pay_soe_util.genCursor;
437: else
438: return ('select null COL01 from dual where 1=0');
439: --return null;
440: end if;

Line 446: ,pay_soe_util.getConfig('BALANCES1'));

442: --
443: function Balances(p_assignment_action_id number) return long is
444: begin
445: return getBalances(p_assignment_action_id
446: ,pay_soe_util.getConfig('BALANCES1'));
447: end Balances;
448: ---------------------------------------------------------------------
449: FUNCTION period (p_assignment_action_id NUMBER) RETURN LONG IS
450: --

Line 637: ,pay_soe_util.getConfig('ELEMENTS2'));

633: ------------------------------------------------------------------------
634: function Elements2(p_assignment_action_id number) return long is
635: begin
636: return getElements(p_assignment_action_id
637: ,pay_soe_util.getConfig('ELEMENTS2'));
638: end Elements2;
639: ------------------------------------------------------------------------
640: END pay_kw_soe;
641: