DBA Data[Home] [Help]

APPS.PAY_AE_SOE dependencies on PAY_SOE_UTIL

Line 408: pay_soe_util.clear;

404: ,p_defined_balance_lst => l_defined_balance_lst
405: ,p_context_lst => l_context_lst
406: ,p_output_table => l_output_table);
407: --
408: pay_soe_util.clear;
409: --
410: balCount := 0;
411: if l_output_table.count > 0 then
412: for i in l_output_table.first..l_output_table.last loop

Line 416: pay_soe_util.setValue('01'

412: for i in l_output_table.first..l_output_table.last loop
413: if l_output_table(i).balance_value <> 0 then
414: balCount := balCount + 1;
415: --
416: pay_soe_util.setValue('01'
417: ,l_balance_type_lst(l_output_table(i).defined_balance_id).balance_name
418: ,TRUE,FALSE);
419: pay_soe_util.setValue('02'
420: ,l_balance_type_lst(l_output_table(i).defined_balance_id).reporting_name

Line 419: pay_soe_util.setValue('02'

415: --
416: pay_soe_util.setValue('01'
417: ,l_balance_type_lst(l_output_table(i).defined_balance_id).balance_name
418: ,TRUE,FALSE);
419: pay_soe_util.setValue('02'
420: ,l_balance_type_lst(l_output_table(i).defined_balance_id).reporting_name
421: ,FALSE,FALSE);
422: pay_soe_util.setValue('03'
423: ,l_balance_type_lst(l_output_table(i).defined_balance_id).dimension_name

Line 422: pay_soe_util.setValue('03'

418: ,TRUE,FALSE);
419: pay_soe_util.setValue('02'
420: ,l_balance_type_lst(l_output_table(i).defined_balance_id).reporting_name
421: ,FALSE,FALSE);
422: pay_soe_util.setValue('03'
423: ,l_balance_type_lst(l_output_table(i).defined_balance_id).dimension_name
424: ,FALSE,FALSE);
425: pay_soe_util.setValue('04'
426: ,l_balance_type_lst(l_output_table(i).defined_balance_id).defined_balance_name

Line 425: pay_soe_util.setValue('04'

421: ,FALSE,FALSE);
422: pay_soe_util.setValue('03'
423: ,l_balance_type_lst(l_output_table(i).defined_balance_id).dimension_name
424: ,FALSE,FALSE);
425: pay_soe_util.setValue('04'
426: ,l_balance_type_lst(l_output_table(i).defined_balance_id).defined_balance_name
427: ,FALSE,FALSE);
428: pay_soe_util.setValue('05',
429: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))

Line 428: pay_soe_util.setValue('05',

424: ,FALSE,FALSE);
425: pay_soe_util.setValue('04'
426: ,l_balance_type_lst(l_output_table(i).defined_balance_id).defined_balance_name
427: ,FALSE,FALSE);
428: pay_soe_util.setValue('05',
429: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))
430: ,FALSE,FALSE);
431: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
432: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);

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

427: ,FALSE,FALSE);
428: pay_soe_util.setValue('05',
429: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))
430: ,FALSE,FALSE);
431: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
432: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
433: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
434: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
435: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);

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

428: pay_soe_util.setValue('05',
429: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))
430: ,FALSE,FALSE);
431: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
432: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
433: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
434: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
435: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
436: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);

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

429: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))
430: ,FALSE,FALSE);
431: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
432: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
433: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
434: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
435: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
436: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
437: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);

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

430: ,FALSE,FALSE);
431: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
432: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
433: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
434: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
435: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
436: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
437: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
438: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,

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

431: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
432: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
433: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
434: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
435: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
436: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
437: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
438: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
439: fnd_currency.get_format_mask(substr(l_currency_code,2,3),40)),FALSE,FALSE);

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

432: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
433: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
434: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
435: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
436: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
437: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
438: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
439: fnd_currency.get_format_mask(substr(l_currency_code,2,3),40)),FALSE,FALSE);
440: pay_soe_util.setValue(17,to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);

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

433: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
434: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
435: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
436: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
437: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
438: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
439: fnd_currency.get_format_mask(substr(l_currency_code,2,3),40)),FALSE,FALSE);
440: pay_soe_util.setValue(17,to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);
441: end if;

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

434: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
435: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
436: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
437: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
438: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
439: fnd_currency.get_format_mask(substr(l_currency_code,2,3),40)),FALSE,FALSE);
440: pay_soe_util.setValue(17,to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);
441: end if;
442: end loop;

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

436: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
437: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
438: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
439: fnd_currency.get_format_mask(substr(l_currency_code,2,3),40)),FALSE,FALSE);
440: pay_soe_util.setValue(17,to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);
441: end if;
442: end loop;
443: end if;
444: --

Line 446: return pay_soe_util.genCursor;

442: end loop;
443: end if;
444: --
445: if balCount > 0 then
446: return pay_soe_util.genCursor;
447: else
448: return ('select null COL01 from dual where 1=0');
449: --return null;
450: end if;

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

452: --
453: function Balances(p_assignment_action_id number) return long is
454: begin
455: return getBalances(p_assignment_action_id
456: ,pay_soe_util.getConfig('BALANCES1'));
457: end Balances;
458: ---------------------------------------------------------------------
459: FUNCTION period (p_assignment_action_id NUMBER) RETURN LONG IS
460: --

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

643: ------------------------------------------------------------------------
644: function Elements2(p_assignment_action_id number) return long is
645: begin
646: return getElements(p_assignment_action_id
647: ,pay_soe_util.getConfig('ELEMENTS2'));
648: end Elements2;
649: ------------------------------------------------------------------------
650: END pay_ae_soe;