DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_GRP dependencies on WSH_FTE_TP_INTEGRATION

Line 1395: WSH_FTE_TP_INTEGRATION.stop_callback (

1391:
1392: -- TP call back to unfirm continuous move or delete continuous move or
1393: -- any other action that will be done in the future based on the action performed
1394: IF WSH_UTIL_CORE.TP_IS_INSTALLED='Y' THEN
1395: WSH_FTE_TP_INTEGRATION.stop_callback (
1396: p_api_version_number => 1.0,
1397: p_init_msg_list => FND_API.G_TRUE,
1398: x_return_status => l_return_status,
1399: x_msg_count => l_msg_count,

Line 3042: WSH_FTE_TP_INTEGRATION.stop_callback (

3038: -- any other action that will be done in the future based on the action performed
3039: IF WSH_UTIL_CORE.TP_IS_INSTALLED='Y' THEN
3040: l_action_prms.action_code:=p_in_rec.action_code;
3041: l_action_prms.caller:=p_in_rec.caller;
3042: WSH_FTE_TP_INTEGRATION.stop_callback (
3043: p_api_version_number => 1.0,
3044: p_init_msg_list => FND_API.G_TRUE,
3045: x_return_status => l_return_status,
3046: x_msg_count => l_msg_count,