DBA Data[Home] [Help]

APPS.PAY_US_W2_GENERIC_EXTRACT dependencies on DUAL

Line 613: FROM dual;

609: Consturct XML Elements using all the RA record data items stored in the
610: ''|| EOL ||
611: */
612: SELECT fnd_global.local_chr(13) || fnd_global.local_chr(10) INTO EOL
613: FROM dual;
614:
615: l_final_xml_string := ''||EOL;
616:
617: FOR I IN 1 .. g_ra_no_of_tag LOOP

Line 1176: FROM dual;

1172: g_re_record(ER_KIND_OF_EMPLOYER).employer_tag := ltr_re_data_tag(ER_KIND_OF_EMPLOYER);
1173:
1174:
1175: SELECT fnd_global.local_chr(13) || fnd_global.local_chr(10) INTO EOL
1176: FROM dual;
1177:
1178: l_final_xml_string := ''||EOL;
1179:
1180: /* Commented below line for 13419620 */

Line 2266: FROM dual;

2262: --
2263: pay_us_w2_generic_extract.populate_ee_data_tag;
2264:
2265: SELECT fnd_global.local_chr(13) || fnd_global.local_chr(10) INTO EOL
2266: FROM dual;
2267:
2268: /* Initialize with Default Value */
2269:
2270: FOR I IN ltr_ee_data_tag.first .. ltr_ee_data_tag.last