DBA Data[Home] [Help]

APPS.WSH_INBOUND_UTIL_PKG dependencies on FND_REQUEST

Line 1807: -- Rating is done asynchronoulsy (by FND_REQUEST.SUBMIT_REQUEST)

1803: -- COMMENT : This API Rates the Trip of the input Delivery Id, if their
1804: -- corresponding legs are marked for Reprice.
1805: -- Rating is done inline (by calling FTE_TRIP_RATING_GRP.Rate_Trip)
1806: -- when the Receipt of the input Delivery was matched automatically.
1807: -- Rating is done asynchronoulsy (by FND_REQUEST.SUBMIT_REQUEST)
1808: -- when the Receipt of the input Delivery was matched Manually.
1809: -- This (inline Rating or asynchronous rating) is determined
1810: -- by the Global variable WSH_INBOUND_UTIL_PKG.G_ASN_RECEIPT_MATCH_TYPE.
1811: --

Line 1928: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit FND_REQUEST.SUBMIT_REQUEST',WSH_DEBUG_SV.C_PROC_LEVEL);

1924: ELSIF l_return_status = WSH_UTIL_CORE.G_RET_STS_WARNING
1925: THEN
1926: --{
1927: IF l_debug_on THEN
1928: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit FND_REQUEST.SUBMIT_REQUEST',WSH_DEBUG_SV.C_PROC_LEVEL);
1929: END IF;
1930: --
1931: l_requestId :=
1932: FND_REQUEST.SUBMIT_REQUEST

Line 1932: FND_REQUEST.SUBMIT_REQUEST

1928: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit FND_REQUEST.SUBMIT_REQUEST',WSH_DEBUG_SV.C_PROC_LEVEL);
1929: END IF;
1930: --
1931: l_requestId :=
1932: FND_REQUEST.SUBMIT_REQUEST
1933: (
1934: application => 'FTE',
1935: program => 'FTE_TRIP_RERATE',
1936: description => NULL,