DBA Data[Home] [Help]

APPS.PAY_DK_SOE dependencies on PAY_SOE_UTIL

Line 319: ,pay_soe_util.getBankDetails('':legislation_code''

315: begin
316: l_sql :=
317: 'select ORG_PAYMENT_METHOD_NAME COL01
318: ,pt.payment_type_name COL04
319: ,pay_soe_util.getBankDetails('':legislation_code''
320: ,ppm.external_account_id
321: ,''BANK_NAME''
322: ,null) COL02
323: ,pay_soe_util.getBankDetails('':legislation_code''

Line 323: ,pay_soe_util.getBankDetails('':legislation_code''

319: ,pay_soe_util.getBankDetails('':legislation_code''
320: ,ppm.external_account_id
321: ,''BANK_NAME''
322: ,null) COL02
323: ,pay_soe_util.getBankDetails('':legislation_code''
324: ,ppm.external_account_id
325: ,''BANK_ACCOUNT_NUMBER''
326: ,fnd_profile.value(''HR_MASK_CHARACTERS'')) COL03
327: ,to_char(pp.value,fnd_currency.get_format_mask(:G_CURRENCY_CODE,40)) COL16

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

472: ------------------------------------------------------------------------ */
473: function Elements1(p_assignment_action_id number) return long is
474: begin
475: return getElements(p_assignment_action_id
476: ,pay_soe_util.getConfig('ELEMENTS1'));
477: end Elements1;
478: --
479:
480: /* ---------------------------------------------------------------------

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

485: ------------------------------------------------------------------------ */
486: function Elements2(p_assignment_action_id number) return long is
487: begin
488: return getElements(p_assignment_action_id
489: ,pay_soe_util.getConfig('ELEMENTS2'));
490: end Elements2;
491: --
492:
493: /* ---------------------------------------------------------------------

Line 502: ,pay_soe_util.getConfig('ELEMENTS3'));

498: ------------------------------------------------------------------------ */
499: function Elements3(p_assignment_action_id number) return long is
500: begin
501: return getElements(p_assignment_action_id
502: ,pay_soe_util.getConfig('ELEMENTS3'));
503: end Elements3;
504: --
505:
506: /* Added for display of Pension Provider balances */

Line 809: pay_soe_util.clear;

805: ,p_defined_balance_lst => l_defined_balance_lst
806: ,p_context_lst => l_context_lst
807: ,p_output_table => l_output_table);
808: --
809: pay_soe_util.clear;
810: --
811: balCount := 0;
812: if l_output_table.count > 0 then
813: --

Line 844: pay_soe_util.setValue('01'

840: FETCH csr_get_params INTO rec_get_params;
841: CLOSE csr_get_params;
842:
843: --
844: pay_soe_util.setValue('01'
845: ,l_balance_type_lst(l_output_table(i).defined_balance_id).balance_name
846: ,TRUE,FALSE);
847: pay_soe_util.setValue('02'
848: ,l_balance_type_lst(l_output_table(i).defined_balance_id).reporting_name

Line 847: pay_soe_util.setValue('02'

843: --
844: pay_soe_util.setValue('01'
845: ,l_balance_type_lst(l_output_table(i).defined_balance_id).balance_name
846: ,TRUE,FALSE);
847: pay_soe_util.setValue('02'
848: ,l_balance_type_lst(l_output_table(i).defined_balance_id).reporting_name
849: ,FALSE,FALSE);
850: pay_soe_util.setValue('03'
851: ,l_balance_type_lst(l_output_table(i).defined_balance_id).dimension_name

Line 850: pay_soe_util.setValue('03'

846: ,TRUE,FALSE);
847: pay_soe_util.setValue('02'
848: ,l_balance_type_lst(l_output_table(i).defined_balance_id).reporting_name
849: ,FALSE,FALSE);
850: pay_soe_util.setValue('03'
851: ,l_balance_type_lst(l_output_table(i).defined_balance_id).dimension_name
852: ,FALSE,FALSE);
853: pay_soe_util.setValue('04'
854: ,l_balance_type_lst(l_output_table(i).defined_balance_id).defined_balance_name

Line 853: pay_soe_util.setValue('04'

849: ,FALSE,FALSE);
850: pay_soe_util.setValue('03'
851: ,l_balance_type_lst(l_output_table(i).defined_balance_id).dimension_name
852: ,FALSE,FALSE);
853: pay_soe_util.setValue('04'
854: ,l_balance_type_lst(l_output_table(i).defined_balance_id).defined_balance_name
855: ,FALSE,FALSE);
856:
857: pay_soe_util.setValue('05',

Line 857: pay_soe_util.setValue('05',

853: pay_soe_util.setValue('04'
854: ,l_balance_type_lst(l_output_table(i).defined_balance_id).defined_balance_name
855: ,FALSE,FALSE);
856:
857: pay_soe_util.setValue('05',
858: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))
859: ,FALSE,FALSE);
860: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
861:

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

856:
857: pay_soe_util.setValue('05',
858: hr_general.decode_organization(to_char(l_output_table(i).tax_unit_id))
859: ,FALSE,FALSE);
860: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
861:
862:
863: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
864: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);

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

859: ,FALSE,FALSE);
860: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
861:
862:
863: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
864: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
865: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
866: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
867: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);

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

860: pay_soe_util.setValue('06',to_char(l_output_table(i).tax_unit_id),FALSE,FALSE);
861:
862:
863: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
864: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
865: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
866: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
867: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
868:

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

861:
862:
863: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
864: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
865: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
866: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
867: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
868:
869: /* Added for display of Pension Provider balances */

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

862:
863: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
864: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
865: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
866: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
867: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
868:
869: /* Added for display of Pension Provider balances */
870: pay_soe_util.setValue('12',l_output_table(i).organization_id,FALSE,FALSE);

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

863: pay_soe_util.setValue('07',l_output_table(i).jurisdiction_code,FALSE,FALSE);
864: pay_soe_util.setValue('08',l_output_table(i).source_id,FALSE,FALSE);
865: pay_soe_util.setValue('09',l_output_table(i).source_text,FALSE,FALSE);
866: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
867: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
868:
869: /* Added for display of Pension Provider balances */
870: pay_soe_util.setValue('12',l_output_table(i).organization_id,FALSE,FALSE);
871: pay_soe_util.setValue('13',l_org_name,FALSE,FALSE);

Line 870: pay_soe_util.setValue('12',l_output_table(i).organization_id,FALSE,FALSE);

866: pay_soe_util.setValue('10',l_output_table(i).source_number,FALSE,FALSE);
867: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
868:
869: /* Added for display of Pension Provider balances */
870: pay_soe_util.setValue('12',l_output_table(i).organization_id,FALSE,FALSE);
871: pay_soe_util.setValue('13',l_org_name,FALSE,FALSE);
872:
873: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
874: fnd_currency.get_format_mask(substr(rec_get_params.currency_code,2,3),40)),FALSE,FALSE);

Line 871: pay_soe_util.setValue('13',l_org_name,FALSE,FALSE);

867: pay_soe_util.setValue('11',l_output_table(i).source_text2,FALSE,FALSE);
868:
869: /* Added for display of Pension Provider balances */
870: pay_soe_util.setValue('12',l_output_table(i).organization_id,FALSE,FALSE);
871: pay_soe_util.setValue('13',l_org_name,FALSE,FALSE);
872:
873: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
874: fnd_currency.get_format_mask(substr(rec_get_params.currency_code,2,3),40)),FALSE,FALSE);
875: pay_soe_util.setValue(17,to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);

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

869: /* Added for display of Pension Provider balances */
870: pay_soe_util.setValue('12',l_output_table(i).organization_id,FALSE,FALSE);
871: pay_soe_util.setValue('13',l_org_name,FALSE,FALSE);
872:
873: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
874: fnd_currency.get_format_mask(substr(rec_get_params.currency_code,2,3),40)),FALSE,FALSE);
875: pay_soe_util.setValue(17,to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);
876:
877: end if;

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

871: pay_soe_util.setValue('13',l_org_name,FALSE,FALSE);
872:
873: pay_soe_util.setValue(16,to_char(l_output_table(i).balance_value,
874: fnd_currency.get_format_mask(substr(rec_get_params.currency_code,2,3),40)),FALSE,FALSE);
875: pay_soe_util.setValue(17,to_char(l_output_table(i).defined_balance_id),FALSE,TRUE);
876:
877: end if;
878: end loop;
879: end if;

Line 882: return pay_soe_util.genCursor;

878: end loop;
879: end if;
880: --
881: if balCount > 0 then
882: return pay_soe_util.genCursor;
883: else
884: return ('select null COL01 from dual where 1=0');
885: --return null;
886: end if;