DBA Data[Home] [Help]

APPS.WSH_BATCH_PROCESS dependencies on FND_REQUEST

Line 1335: l_request_id := FND_REQUEST.submit_Request('WSH', 'WSHINTERFACE', '', '', FALSE,

1331: fetch c_batch_stop into l_interface_stop_id;
1332: close c_batch_stop;
1333: IF l_interface_stop_id <> 0 THEN
1334:
1335: l_request_id := FND_REQUEST.submit_Request('WSH', 'WSHINTERFACE', '', '', FALSE,
1336: 'ALL', '', '', 0, p_sc_batch_id);
1337: IF (l_request_id = 0) THEN
1338: raise inv_inter_req_submission;
1339: ELSE

Line 1354: x_results_summary.report_req_id := fnd_request.submit_request(

1350: CLOSE get_sc_batch;
1351:
1352:
1353: -- submit Auto Ship Confirm Deliveries Reprot here
1354: x_results_summary.report_req_id := fnd_request.submit_request(
1355: 'WSH',
1356: 'WSHRDASC','Auto Ship Confirm Report',NULL,FALSE
1357: ,p_sc_batch_id,'','','','','','','','',''
1358: ,'','','','','','','','SC','',''

Line 1844: x_results_summary.report_req_id := fnd_request.submit_request(

1840: WSH_DEBUG_SV.logmsg(l_module_name,'All the deliveries have been packed');
1841: END IF;
1842:
1843: -- submit Auto Pack Deliveries Reprot here
1844: x_results_summary.report_req_id := fnd_request.submit_request(
1845: 'WSH',
1846: 'WSHRDAPK','Auto Pack Report',NULL,FALSE
1847: ,p_ap_batch_id,'','','','','','','','',''
1848: ,'','','','','','','AP','','',''