DBA Data[Home] [Help]

APPS.WSH_SHIP_CONFIRM_ACTIONS dependencies on FND_REQUEST

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

1100: --
1101: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
1102: -- bug 2308504: make sure to pass all parameters expected,
1103: -- so that code output will go into the log file.
1104: request_id := FND_REQUEST.submit_Request('WSH', 'WSHINTERFACE', '', '', FALSE,
1105: 'ALL', -- mode
1106: p_stop_id, -- stop
1107: '', -- delivery
1108: l_log_level); -- log level

Line 10414: l_request_id := FND_REQUEST.submit_Request(

10410:
10411: IF (l_req_data IS NULL) THEN
10412: IF (l_num_requests > 1)THEN --{
10413: FOR i IN 1..l_num_requests LOOP
10414: l_request_id := FND_REQUEST.submit_Request(
10415: application => 'WSH',
10416: program => 'WSHINTERFACES',
10417: sub_request => TRUE,
10418: argument1 =>p_mode,