DBA Data[Home] [Help]

APPS.PAY_FI_PSTR dependencies on STANDARD

Line 446: /* Standard Deductions */

442: xml_tab (l_counter).tagname := 'DEDUCTIONS_B_TAX';
443: xml_tab (l_counter).tagvalue := j.deductions_b_tax;
444: l_counter := l_counter + 1;
445: --
446: /* Standard Deductions */
447: xml_tab (l_counter).tagname := 'PENSION';
448: xml_tab (l_counter).tagvalue := j.pension;
449: l_counter := l_counter + 1;
450: --

Line 459: /* End of Standard Deductions */

455: xml_tab (l_counter).tagname := 'TRADE_UNION_FEE';
456: xml_tab (l_counter).tagvalue := j.trade_union_fee;
457: l_counter := l_counter + 1;
458: --
459: /* End of Standard Deductions */
460: xml_tab (l_counter).tagname := 'EXTERNAL_COMPENSATION';
461: xml_tab (l_counter).tagvalue := j.external_compensation;
462: l_counter := l_counter + 1;
463: --