DBA Data[Home] [Help]

APPS.WSH_BATCH_PROCESS dependencies on FND_REQUEST

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

1307: fetch c_batch_stop into l_interface_stop_id;
1308: close c_batch_stop;
1309: IF l_interface_stop_id <> 0 THEN
1310:
1311: l_request_id := FND_REQUEST.submit_Request('WSH', 'WSHINTERFACE', '', '', FALSE,
1312: 'ALL', '', '', 0, p_sc_batch_id);
1313: IF (l_request_id = 0) THEN
1314: raise inv_inter_req_submission;
1315: ELSE

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

1326: CLOSE get_sc_batch;
1327:
1328:
1329: -- submit Auto Ship Confirm Deliveries Reprot here
1330: x_results_summary.report_req_id := fnd_request.submit_request(
1331: 'WSH',
1332: 'WSHRDASC','Auto Ship Confirm Report',NULL,FALSE
1333: ,p_sc_batch_id,'','','','','','','','',''
1334: ,'','','','','','','','SC','',''

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

1816: WSH_DEBUG_SV.logmsg(l_module_name,'All the deliveries have been packed');
1817: END IF;
1818:
1819: -- submit Auto Pack Deliveries Reprot here
1820: x_results_summary.report_req_id := fnd_request.submit_request(
1821: 'WSH',
1822: 'WSHRDAPK','Auto Pack Report',NULL,FALSE
1823: ,p_ap_batch_id,'','','','','','','','',''
1824: ,'','','','','','','AP','','',''