DBA Data[Home] [Help]

APPS.PAY_FI_DPSR dependencies on FND_NUMBER

Line 164: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information9);

160: l_counter := l_counter + 1;
161:
162: /*Amount of Payment*/
163: gtagdata(l_counter).TagName := '114';
164: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information9);
165: l_counter := l_counter + 1;
166:
167: /*Withhold tax*/
168: gtagdata(l_counter).TagName := '115';

Line 169: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information10);

165: l_counter := l_counter + 1;
166:
167: /*Withhold tax*/
168: gtagdata(l_counter).TagName := '115';
169: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information10);
170: l_counter := l_counter + 1;
171:
172: IF rg_csr_VSPSERIE1.action_information4 IN ('P','1','5','P2','H','H2') THEN
173:

Line 176: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information11);

172: IF rg_csr_VSPSERIE1.action_information4 IN ('P','1','5','P2','H','H2') THEN
173:
174: /*Employees' statutory pension and unemployment insurance contributions*/
175: gtagdata(l_counter).TagName := '116';
176: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information11);
177: l_counter := l_counter + 1;
178:
179: /*Deduction prior to withhold tax*/
180: gtagdata(l_counter).TagName := '117';

Line 181: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information12);

177: l_counter := l_counter + 1;
178:
179: /*Deduction prior to withhold tax*/
180: gtagdata(l_counter).TagName := '117';
181: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information12);
182: l_counter := l_counter + 1;
183:
184: /*Taxable car benefit*/
185: gtagdata(l_counter).TagName := '120';

Line 186: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information13);

182: l_counter := l_counter + 1;
183:
184: /*Taxable car benefit*/
185: gtagdata(l_counter).TagName := '120';
186: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information13);
187: l_counter := l_counter + 1;
188:
189: /*Car Benefit Deduction made by employer*/
190: gtagdata(l_counter).TagName := '121';

Line 191: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE2.action_information14);

187: l_counter := l_counter + 1;
188:
189: /*Car Benefit Deduction made by employer*/
190: gtagdata(l_counter).TagName := '121';
191: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE2.action_information14);
192: l_counter := l_counter + 1;
193:
194:
195: /*Km according to driver's log*/

Line 197: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information14);

193:
194:
195: /*Km according to driver's log*/
196: gtagdata(l_counter).TagName := '122';
197: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information14);
198: l_counter := l_counter + 1;
199:
200: /*Interest benefit from (accommodation) mortage*/
201: gtagdata(l_counter).TagName := '130';

Line 202: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information16);

198: l_counter := l_counter + 1;
199:
200: /*Interest benefit from (accommodation) mortage*/
201: gtagdata(l_counter).TagName := '130';
202: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information16);
203: l_counter := l_counter + 1;
204:
205: /*Other taxable benefits*/
206: gtagdata(l_counter).TagName := '140';

Line 207: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information17);

203: l_counter := l_counter + 1;
204:
205: /*Other taxable benefits*/
206: gtagdata(l_counter).TagName := '140';
207: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information17);
208: l_counter := l_counter + 1;
209:
210: /*Other benefits,Deduction made by Employer */
211: gtagdata(l_counter).TagName := '141';

Line 212: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE2.action_information15);

208: l_counter := l_counter + 1;
209:
210: /*Other benefits,Deduction made by Employer */
211: gtagdata(l_counter).TagName := '141';
212: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE2.action_information15);
213: l_counter := l_counter + 1;
214:
215:
216: /*Accommodation*/

Line 249: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information19);

245: l_counter := l_counter + 1;
246:
247: /*Tax free Daily allowances and meal compensations (etc.), total */
248: gtagdata(l_counter).TagName := '150';
249: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information19);
250: l_counter := l_counter + 1;
251:
252: /*Tax free Daily allowance (domestic)*/
253: gtagdata(l_counter).TagName := '151';

Line 274: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information21);

270: l_counter := l_counter + 1;
271:
272: /*Tax-free mileage allowance, km total*/
273: gtagdata(l_counter).TagName := '155';
274: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information21);
275: l_counter := l_counter + 1;
276:
277: /*Tax-free mileage allowance, Euros total*/
278: gtagdata(l_counter).TagName := '156';

Line 279: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information22);

275: l_counter := l_counter + 1;
276:
277: /*Tax-free mileage allowance, Euros total*/
278: gtagdata(l_counter).TagName := '156';
279: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information22);
280: l_counter := l_counter + 1;
281:
282: /*Taxable Compensations from expenses*/
283: gtagdata(l_counter).TagName := '157';

Line 284: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE2.action_information9);

280: l_counter := l_counter + 1;
281:
282: /*Taxable Compensations from expenses*/
283: gtagdata(l_counter).TagName := '157';
284: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE2.action_information9);
285: l_counter := l_counter + 1;
286:
287: /*Payments for elected official in a (communal position of trust) */
288: gtagdata(l_counter).TagName := '160';

Line 289: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE2.action_information10);

285: l_counter := l_counter + 1;
286:
287: /*Payments for elected official in a (communal position of trust) */
288: gtagdata(l_counter).TagName := '160';
289: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE2.action_information10);
290: l_counter := l_counter + 1;
291:
292:
293: /*Benefit from Employer stock option schemes*/

Line 295: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information23);

291:
292:
293: /*Benefit from Employer stock option schemes*/
294: gtagdata(l_counter).TagName := '135';
295: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information23);
296: l_counter := l_counter + 1;
297:
298: /*Pension insurance payments paid by Employer*/
299: gtagdata(l_counter).TagName := '180';

Line 300: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information24);

296: l_counter := l_counter + 1;
297:
298: /*Pension insurance payments paid by Employer*/
299: gtagdata(l_counter).TagName := '180';
300: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information24);
301: l_counter := l_counter + 1;
302:
303: /*Voluntary pension insurance payments paid by Employee */
304: gtagdata(l_counter).TagName := '181';

Line 305: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE2.action_information11);

301: l_counter := l_counter + 1;
302:
303: /*Voluntary pension insurance payments paid by Employee */
304: gtagdata(l_counter).TagName := '181';
305: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE2.action_information11);
306: l_counter := l_counter + 1;
307:
308: /*Voluntary pension insurance payments paid by Employee*/
309: gtagdata(l_counter).TagName := '182';

Line 310: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE2.action_information12);

306: l_counter := l_counter + 1;
307:
308: /*Voluntary pension insurance payments paid by Employee*/
309: gtagdata(l_counter).TagName := '182';
310: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE2.action_information12);
311: l_counter := l_counter + 1;
312:
313:
314: /*Salary payments not subject to Social insurance daily allowance fee*/

Line 316: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information27);

312:
313:
314: /*Salary payments not subject to Social insurance daily allowance fee*/
315: gtagdata(l_counter).TagName := '136';
316: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information27);
317: l_counter := l_counter + 1;
318:
319: /*Work-related Travel ticket as benefit in kind*/
320: gtagdata(l_counter).TagName := '148';

Line 321: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information26);

317: l_counter := l_counter + 1;
318:
319: /*Work-related Travel ticket as benefit in kind*/
320: gtagdata(l_counter).TagName := '148';
321: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSERIE1.action_information26);
322: l_counter := l_counter + 1;
323:
324: END IF;
325:

Line 409: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSRAERIE.action_information15);

405: l_counter := l_counter + 1;
406:
407: /*Gross pay amount, as the basis for the tax at source*/
408: gtagdata(l_counter).TagName := '317';
409: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSRAERIE.action_information15);
410: l_counter := l_counter + 1;
411:
412: /*Amount of tax at source deducted*/
413: gtagdata(l_counter).TagName := '318';

Line 414: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSRAERIE.action_information16);

410: l_counter := l_counter + 1;
411:
412: /*Amount of tax at source deducted*/
413: gtagdata(l_counter).TagName := '318';
414: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSRAERIE.action_information16);
415: l_counter := l_counter + 1;
416:
417: IF rg_csr_VSRAERIE.action_information4 IN ('A1','A2','A4','A5','A6','A7') THEN
418:

Line 421: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSRAERIE.action_information17);

417: IF rg_csr_VSRAERIE.action_information4 IN ('A1','A2','A4','A5','A6','A7') THEN
418:
419: /*Salary in money, cash*/
420: gtagdata(l_counter).TagName := '319';
421: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSRAERIE.action_information17);
422: l_counter := l_counter + 1;
423:
424: /*Benefit in kind*/
425: gtagdata(l_counter).TagName := '320';

Line 426: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSRAERIE.action_information18);

422: l_counter := l_counter + 1;
423:
424: /*Benefit in kind*/
425: gtagdata(l_counter).TagName := '320';
426: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSRAERIE.action_information18);
427: l_counter := l_counter + 1;
428:
429: /*Tax at source deduction*/
430: gtagdata(l_counter).TagName := '321';

Line 431: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSRAERIE.action_information19);

427: l_counter := l_counter + 1;
428:
429: /*Tax at source deduction*/
430: gtagdata(l_counter).TagName := '321';
431: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSRAERIE.action_information19);
432: l_counter := l_counter + 1;
433:
434: /*Daily allowances and expenses compensations*/
435: gtagdata(l_counter).TagName := '322';

Line 436: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSRAERIE.action_information20);

432: l_counter := l_counter + 1;
433:
434: /*Daily allowances and expenses compensations*/
435: gtagdata(l_counter).TagName := '322';
436: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSRAERIE.action_information20);
437: l_counter := l_counter + 1;
438:
439: /*Social security fee */
440: gtagdata(l_counter).TagName := '324';

Line 441: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSRAERIE.action_information23);

437: l_counter := l_counter + 1;
438:
439: /*Social security fee */
440: gtagdata(l_counter).TagName := '324';
441: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSRAERIE.action_information23);
442: l_counter := l_counter + 1;
443:
444:
445: END IF;

Line 505: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSTUKI.action_information10);

501: l_counter := l_counter + 1;
502:
503: /*Basis for the deduction*/
504: gtagdata(l_counter).TagName := '014';
505: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSTUKI.action_information10);
506: l_counter := l_counter + 1;
507:
508: /*Calculatory salary for the part-time retired employee*/
509: gtagdata(l_counter).TagName := '015';

Line 510: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSTUKI.action_information11);

506: l_counter := l_counter + 1;
507:
508: /*Calculatory salary for the part-time retired employee*/
509: gtagdata(l_counter).TagName := '015';
510: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSTUKI.action_information11);
511: l_counter := l_counter + 1;
512:
513: /*Amount deducted as su bsidy of the low-paid*/
514: gtagdata(l_counter).TagName := '016';

Line 515: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSTUKI.action_information12);

511: l_counter := l_counter + 1;
512:
513: /*Amount deducted as su bsidy of the low-paid*/
514: gtagdata(l_counter).TagName := '016';
515: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSTUKI.action_information12);
516: l_counter := l_counter + 1;
517:
518: /*Hours from months at work*/
519: gtagdata(l_counter).TagName := '017';

Line 561: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSVYSL.action_information7);

557: l_counter := l_counter + 1;
558:
559: /*Total amount of payments*/
560: gtagdata(l_counter).TagName := '607';
561: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSVYSL.action_information7);
562: l_counter := l_counter + 1;
563:
564: /*Withhold tax/tax at source*/
565: gtagdata(l_counter).TagName := '608';

Line 566: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSVYSL.action_information8);

562: l_counter := l_counter + 1;
563:
564: /*Withhold tax/tax at source*/
565: gtagdata(l_counter).TagName := '608';
566: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSVYSL.action_information8);
567: l_counter := l_counter + 1;
568:
569: /*Number of records)*/
570: gtagdata(l_counter).TagName := '620';

Line 621: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSVYHT.action_information9);

617: l_counter := l_counter + 1;
618:
619: /*Benefits in kind */
620: gtagdata(l_counter).TagName := '615';
621: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSVYHT.action_information9);
622: l_counter := l_counter + 1;
623:
624: /*Employees' statutory pension and unemployment insurance contributions*/
625: gtagdata(l_counter).TagName := '640';

Line 626: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSVYHT.action_information10);

622: l_counter := l_counter + 1;
623:
624: /*Employees' statutory pension and unemployment insurance contributions*/
625: gtagdata(l_counter).TagName := '640';
626: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSVYHT.action_information10);
627: l_counter := l_counter + 1;
628:
629: /*Deductions prior to withhold tax, total(pre tax deductions)*/
630: gtagdata(l_counter).TagName := '641';

Line 631: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSVYHT.action_information11);

627: l_counter := l_counter + 1;
628:
629: /*Deductions prior to withhold tax, total(pre tax deductions)*/
630: gtagdata(l_counter).TagName := '641';
631: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSVYHT.action_information11);
632: l_counter := l_counter + 1;
633:
634: /*Salaries have not been paid during filing year*/
635: gtagdata(l_counter).TagName := '613';

Line 636: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSVYHT.action_information12);

632: l_counter := l_counter + 1;
633:
634: /*Salaries have not been paid during filing year*/
635: gtagdata(l_counter).TagName := '613';
636: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSVYHT.action_information12);
637: l_counter := l_counter + 1;
638:
639: /*Deductions from social security fee*/
640: gtagdata(l_counter).TagName := '631';

Line 641: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSVYHT.action_information13);

637: l_counter := l_counter + 1;
638:
639: /*Deductions from social security fee*/
640: gtagdata(l_counter).TagName := '631';
641: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSVYHT.action_information13);
642: l_counter := l_counter + 1;
643:
644: /*Amount deducted from salaries subject to social insurance fee.*/
645: gtagdata(l_counter).TagName := '670';

Line 646: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSVYHT.action_information14);

642: l_counter := l_counter + 1;
643:
644: /*Amount deducted from salaries subject to social insurance fee.*/
645: gtagdata(l_counter).TagName := '670';
646: gtagdata(l_counter).TagValue := FND_NUMBER.CANONICAL_TO_NUMBER(rg_csr_VSPSVYHT.action_information14);
647: l_counter := l_counter + 1;
648:
649:
650: /*Ending code*/