DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on FND_REQUEST

Line 661: request_id := FND_REQUEST.submit_Request('WSH', 'WSHINTERFACE', '', '', FALSE,

657: --
658: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
659: -- bug 2308504: make sure to pass all parameters expected,
660: -- so that code output will go into the log file.
661: request_id := FND_REQUEST.submit_Request('WSH', 'WSHINTERFACE', '', '', FALSE,
662: 'ALL', -- mode
663: p_stop_id, -- stop
664: '', -- delivery
665: l_log_level); -- log level

Line 9029: l_request_id := FND_REQUEST.submit_Request(

9025:
9026: IF (l_req_data IS NULL) THEN
9027: IF (l_num_requests > 1)THEN --{
9028: FOR i IN 1..l_num_requests LOOP
9029: l_request_id := FND_REQUEST.submit_Request(
9030: application => 'WSH',
9031: program => 'WSHINTERFACES',
9032: sub_request => TRUE,
9033: argument1 =>p_mode,