DBA Data[Home] [Help]

APPS.PAY_FI_UMFR dependencies on FND_NUMBER

Line 288: fnd_number.canonical_to_number(umfr_rep.amount);

284: + 1;
285:
286: gplsqltable (l_counter).tagname := 'AMOUNT';
287: gplsqltable (l_counter).tagvalue :=
288: fnd_number.canonical_to_number(umfr_rep.amount);
289: l_local_total:= l_local_total+fnd_number.canonical_to_number(umfr_rep.amount);
290: l_total:=l_total+ fnd_number.canonical_to_number(umfr_rep.amount);
291:
292:

Line 289: l_local_total:= l_local_total+fnd_number.canonical_to_number(umfr_rep.amount);

285:
286: gplsqltable (l_counter).tagname := 'AMOUNT';
287: gplsqltable (l_counter).tagvalue :=
288: fnd_number.canonical_to_number(umfr_rep.amount);
289: l_local_total:= l_local_total+fnd_number.canonical_to_number(umfr_rep.amount);
290: l_total:=l_total+ fnd_number.canonical_to_number(umfr_rep.amount);
291:
292:
293: l_counter := l_counter

Line 290: l_total:=l_total+ fnd_number.canonical_to_number(umfr_rep.amount);

286: gplsqltable (l_counter).tagname := 'AMOUNT';
287: gplsqltable (l_counter).tagvalue :=
288: fnd_number.canonical_to_number(umfr_rep.amount);
289: l_local_total:= l_local_total+fnd_number.canonical_to_number(umfr_rep.amount);
290: l_total:=l_total+ fnd_number.canonical_to_number(umfr_rep.amount);
291:
292:
293: l_counter := l_counter
294: + 1;

Line 318: -- TO_CHAR(NVL(FND_NUMBER.canonical_to_number (L_LOCAL_TOTAL),0) ,'999G999G990D99' );

314: END LOOP;
315: gplsqltable (l_counter).tagname := 'LOCAL_TOTAL';
316: gplsqltable (l_counter).tagvalue := L_LOCAL_TOTAL;
317: -- TO_CHAR(NVL(L_LOCAL_TOTAL,0) ,'999G999G990D99' );
318: -- TO_CHAR(NVL(FND_NUMBER.canonical_to_number (L_LOCAL_TOTAL),0) ,'999G999G990D99' );
319:
320: l_counter := l_counter
321: + 1;
322:

Line 326: -- TO_CHAR(NVL(FND_NUMBER.canonical_to_number(L_TOTAL),0) ,'999G999G990D99' );

322:
323: gplsqltable (l_counter).tagname := 'TOTAL';
324: gplsqltable (l_counter).tagvalue := L_TOTAL;
325: -- TO_CHAR(NVL(L_TOTAL,0) ,'999G999G990D99' );
326: -- TO_CHAR(NVL(FND_NUMBER.canonical_to_number(L_TOTAL),0) ,'999G999G990D99' );
327:
328: writetoclob (p_xml);
329: -- fnd_file.put_line ( fnd_file.LOG, p_xml );
330: