DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_ALLOC_PRC_PKG dependencies on FND_REQUEST

Line 955: Submit a request for ALLOCATION ERRORS report with a call to FND_REQUEST.SUBMIT API by providing the parameters */

951: );
952: end if;
953:
954: /* Finally submit allocation errors report to display the allocation errors
955: Submit a request for ALLOCATION ERRORS report with a call to FND_REQUEST.SUBMIT API by providing the parameters */
956: if ln_ins_errored_cnt > 0 or ln_upd_errored_cnt > 0 then
957:
958: /* need to correct these values filled for the parameters */
959: /* add_layout call is required to associate a XML Pub. template to the request output */

Line 961: fnd_request.add_layout(

957:
958: /* need to correct these values filled for the parameters */
959: /* add_layout call is required to associate a XML Pub. template to the request output */
960: lb_ret_value :=
961: fnd_request.add_layout(
962: template_appl_name => 'JG',
963: template_code => 'JGZZAERL',
964: template_language => 'en',
965: template_territory => 'US',

Line 970: fnd_file.put_line(fnd_file.log, 'run allocation - after fnd_request.add_layout'

966: output_format => 'PDF'
967: );
968:
969: if gv_debug_flag then
970: fnd_file.put_line(fnd_file.log, 'run allocation - after fnd_request.add_layout'
971: );
972: end if;
973:
974: ln_errors_conc_request_id :=

Line 975: fnd_request.submit_request(

971: );
972: end if;
973:
974: ln_errors_conc_request_id :=
975: fnd_request.submit_request(
976: 'JG','JGZZAERL','','',false,
977: pn_vat_reporting_entity_id, pv_tax_calendar_period, pv_source, FND_GLOBAL.LOCAL_CHR(0),'',
978: '','','','','','','','','','',
979: '','','','','','','','','','',

Line 990: fnd_file.put_line(fnd_file.log, 'run allocation - after fnd_request.submit_request'

986: '','','','','','','','','','',
987: '','','','','');
988:
989: if gv_debug_flag then
990: fnd_file.put_line(fnd_file.log, 'run allocation - after fnd_request.submit_request'
991: );
992: end if;
993:
994: end if;