DBA Data[Home] [Help]

APPS.PAY_ES_ONLINE_SOE dependencies on PAY_SOE_UTIL

Line 350: pay_soe_util.clear;

346: ,p_defined_balance_lst => l_defined_balance_lst
347: ,p_context_lst => l_context_lst
348: ,p_output_table => l_output_table);
349: --
350: pay_soe_util.clear;
351: --
352: balCount := 0;
353: if l_output_table.count > 0 then
354: for i in l_output_table.first..l_output_table.last loop

Line 358: pay_soe_util.setValue('01'

354: for i in l_output_table.first..l_output_table.last loop
355: if l_output_table(i).balance_value <> 0 then
356: balCount := balCount + 1;
357: --
358: pay_soe_util.setValue('01'
359: ,l_balance_type_lst(l_output_table(i).defined_balance_id).balance_name
360: ,TRUE,FALSE);
361: pay_soe_util.setValue('02'
362: ,l_balance_type_lst(l_output_table(i).defined_balance_id).reporting_name

Line 361: pay_soe_util.setValue('02'

357: --
358: pay_soe_util.setValue('01'
359: ,l_balance_type_lst(l_output_table(i).defined_balance_id).balance_name
360: ,TRUE,FALSE);
361: pay_soe_util.setValue('02'
362: ,l_balance_type_lst(l_output_table(i).defined_balance_id).reporting_name
363: ,FALSE,FALSE);
364: pay_soe_util.setValue('03'
365: ,l_balance_type_lst(l_output_table(i).defined_balance_id).dimension_name

Line 364: pay_soe_util.setValue('03'

360: ,TRUE,FALSE);
361: pay_soe_util.setValue('02'
362: ,l_balance_type_lst(l_output_table(i).defined_balance_id).reporting_name
363: ,FALSE,FALSE);
364: pay_soe_util.setValue('03'
365: ,l_balance_type_lst(l_output_table(i).defined_balance_id).dimension_name
366: ,FALSE,FALSE);
367: pay_soe_util.setValue('04'
368: ,l_balance_type_lst(l_output_table(i).defined_balance_id).defined_balance_name

Line 367: pay_soe_util.setValue('04'

363: ,FALSE,FALSE);
364: pay_soe_util.setValue('03'
365: ,l_balance_type_lst(l_output_table(i).defined_balance_id).dimension_name
366: ,FALSE,FALSE);
367: pay_soe_util.setValue('04'
368: ,l_balance_type_lst(l_output_table(i).defined_balance_id).defined_balance_name
369: ,FALSE,FALSE);
370: pay_soe_util.setValue('05',
371: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))

Line 370: pay_soe_util.setValue('05',

366: ,FALSE,FALSE);
367: pay_soe_util.setValue('04'
368: ,l_balance_type_lst(l_output_table(i).defined_balance_id).defined_balance_name
369: ,FALSE,FALSE);
370: pay_soe_util.setValue('05',
371: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))
372: ,FALSE,FALSE);
373: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
374: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);

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

369: ,FALSE,FALSE);
370: pay_soe_util.setValue('05',
371: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))
372: ,FALSE,FALSE);
373: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
374: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
375: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
376: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
377: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);

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

370: pay_soe_util.setValue('05',
371: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))
372: ,FALSE,FALSE);
373: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
374: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
375: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
376: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
377: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
378: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);

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

371: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))
372: ,FALSE,FALSE);
373: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
374: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
375: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
376: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
377: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
378: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
379: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);

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

372: ,FALSE,FALSE);
373: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
374: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
375: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
376: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
377: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
378: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
379: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
380: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,

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

373: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
374: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
375: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
376: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
377: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
378: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
379: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
380: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
381: fnd_currency.get_format_mask(substr(l_currency_code,2,3),40)),FALSE,FALSE);

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

374: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
375: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
376: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
377: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
378: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
379: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
380: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
381: fnd_currency.get_format_mask(substr(l_currency_code,2,3),40)),FALSE,FALSE);
382: pay_soe_util.setValue(17,to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);

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

375: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
376: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
377: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
378: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
379: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
380: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
381: fnd_currency.get_format_mask(substr(l_currency_code,2,3),40)),FALSE,FALSE);
382: pay_soe_util.setValue(17,to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);
383: end if;

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

376: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
377: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
378: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
379: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
380: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
381: fnd_currency.get_format_mask(substr(l_currency_code,2,3),40)),FALSE,FALSE);
382: pay_soe_util.setValue(17,to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);
383: end if;
384: end loop;

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

378: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
379: pay_soe_util.setValue('15',l_balance_type_lst(l_output_table(i).defined_balance_id).meaning_uom,FALSE,FALSE);
380: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
381: fnd_currency.get_format_mask(substr(l_currency_code,2,3),40)),FALSE,FALSE);
382: pay_soe_util.setValue(17,to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);
383: end if;
384: end loop;
385: end if;
386: --

Line 388: return pay_soe_util.genCursor;

384: end loop;
385: end if;
386: --
387: if balCount > 0 then
388: return pay_soe_util.genCursor;
389: else
390: return ('select null COL01 from dual where 1=0');
391: --return null;
392: end if;

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

399: --
400: BEGIN
401: --
402: RETURN getBalances(p_assignment_action_id
403: ,pay_soe_util.getConfig('BALANCES1'));
404: --
405: END Balances;
406: -------------------------------------------------------------------------------
407: -- FUNCTION period

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

591: --
592: BEGIN
593: --
594: return getElements(p_assignment_action_id
595: ,pay_soe_util.getConfig('ELEMENTS2'));
596: END Elements2;
597: -------------------------------------------------------------------------------
598: -- FUNCTION Elements1
599: -------------------------------------------------------------------------------

Line 605: ,pay_soe_util.getConfig('ELEMENTS1'));

601: --
602: BEGIN
603: --
604: return getElements(p_assignment_action_id
605: ,pay_soe_util.getConfig('ELEMENTS1'));
606: END Elements1;
607: -------------------------------------------------------------------------------
608: -- FUNCTION Get_Input_Value
609: -------------------------------------------------------------------------------