DBA Data[Home] [Help]

APPS.PAY_FI_UMFR dependencies on PAY_FI_GENERAL

Line 158: gplsqltable (l_counter).tagvalue := pay_fi_general.xml_parser(TO_CHAR (umfr_rep.trade_union_name));

154:
155: if l_trade_union_name <> umfr_rep.trade_union_name THEN
156: l_trade_union_name:=umfr_rep.trade_union_name;
157: gplsqltable (l_counter).tagname := 'TRADE_UNION_NAME';
158: gplsqltable (l_counter).tagvalue := pay_fi_general.xml_parser(TO_CHAR (umfr_rep.trade_union_name));
159: fnd_file.put_line (
160: fnd_file.LOG, 'TRADE_UNION_NAME '||gplsqltable (l_counter).tagvalue
161: );
162:

Line 168: gplsqltable (l_counter).tagvalue := pay_fi_general.xml_parser(TO_CHAR (umfr_rep.legal_employer_name));

164: + 1;
165:
166:
167: gplsqltable (l_counter).tagname := 'LEGAL_EMPLOYER_NAME';
168: gplsqltable (l_counter).tagvalue := pay_fi_general.xml_parser(TO_CHAR (umfr_rep.legal_employer_name));
169:
170: l_counter := l_counter
171: + 1;
172: END IF;

Line 196: gplsqltable (l_counter).tagvalue := pay_fi_general.xml_parser(TO_CHAR (umfr_rep.local_unit_name));

192: + 1;
193:
194: L_LOCAL_TOTAL:=0;
195: gplsqltable (l_counter).tagname := 'LOCAL_UNIT_NAME';
196: gplsqltable (l_counter).tagvalue := pay_fi_general.xml_parser(TO_CHAR (umfr_rep.local_unit_name));
197:
198: l_counter := l_counter
199: + 1;
200: end if;

Line 249: pay_fi_general.xml_parser( TO_CHAR (umfr_rep.employee_name));

245: l_counter := l_counter
246: + 1;
247: gplsqltable (l_counter).tagname := 'EMPLOYEE_NAME';
248: gplsqltable (l_counter).tagvalue :=
249: pay_fi_general.xml_parser( TO_CHAR (umfr_rep.employee_name));
250: l_counter := l_counter
251: + 1;
252:
253: /* Add the fields from Membership start date to Tax_year */

Line 298: gplsqltable (l_counter).tagvalue := pay_fi_general.xml_parser(TO_CHAR (umfr_rep.reason));

294: + 1;
295:
296:
297: gplsqltable (l_counter).tagname := 'REASON';
298: gplsqltable (l_counter).tagvalue := pay_fi_general.xml_parser(TO_CHAR (umfr_rep.reason));
299: l_counter := l_counter
300: + 1;
301: gplsqltable (l_counter).tagname := 'TAX_YEAR';
302: gplsqltable (l_counter).tagvalue := to_char(umfr_rep.tax_year);