DBA Data[Home] [Help]

APPS.WSH_TRIPS_GRP dependencies on WSH_FTE_TP_INTEGRATION

Line 1310: WSH_FTE_TP_INTEGRATION.trip_callback (

1306:
1307: -- TP call back to unfirm continuous move or delete continuous move or
1308: -- any other action that will be done in the future based on the action performed
1309: IF WSH_UTIL_CORE.TP_IS_INSTALLED='Y' THEN
1310: WSH_FTE_TP_INTEGRATION.trip_callback (
1311: p_api_version_number => 1.0,
1312: p_init_msg_list => FND_API.G_TRUE,
1313: x_return_status => l_return_status,
1314: x_msg_count => l_msg_count,

Line 2813: WSH_FTE_TP_INTEGRATION.trip_callback (

2809: -- any other action that will be done in the future based on the action performed
2810: IF WSH_UTIL_CORE.TP_IS_INSTALLED='Y' THEN
2811: l_action_prms.action_code:=p_in_rec.action_code;
2812: l_action_prms.caller:=p_in_rec.caller;
2813: WSH_FTE_TP_INTEGRATION.trip_callback (
2814: p_api_version_number => 1.0,
2815: p_init_msg_list => FND_API.G_TRUE,
2816: x_return_status => l_return_status,
2817: x_msg_count => l_msg_count,