DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_PUB dependencies on WSH_TRIP_STOPS_GRP

Line 61: l_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;

57:
58: l_api_version_number CONSTANT NUMBER := 1.0;
59: l_api_name CONSTANT VARCHAR2(30):= 'Stop_Action';
60: l_entity_id_tab wsh_util_core.id_tab_type;
61: l_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
62: l_stop_out_rec WSH_TRIP_STOPS_GRP.stopActionOutRecType;
63:
64: --
65: stop_action_error EXCEPTION;

Line 62: l_stop_out_rec WSH_TRIP_STOPS_GRP.stopActionOutRecType;

58: l_api_version_number CONSTANT NUMBER := 1.0;
59: l_api_name CONSTANT VARCHAR2(30):= 'Stop_Action';
60: l_entity_id_tab wsh_util_core.id_tab_type;
61: l_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;
62: l_stop_out_rec WSH_TRIP_STOPS_GRP.stopActionOutRecType;
63:
64: --
65: stop_action_error EXCEPTION;
66:

Line 419: l_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;

415: l_api_name CONSTANT VARCHAR2(30):= 'Create_Update_Stop';
416:
417: l_pvt_stop_rec WSH_TRIP_STOPS_PVT.TRIP_STOP_REC_TYPE;
418:
419: l_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
420: l_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
421: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
422:
423: l_commit VARCHAR2(1):='F';

Line 421: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;

417: l_pvt_stop_rec WSH_TRIP_STOPS_PVT.TRIP_STOP_REC_TYPE;
418:
419: l_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
420: l_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
421: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
422:
423: l_commit VARCHAR2(1):='F';
424: BEGIN
425: --

Line 562: wsh_util_core.default_handler ('WSH_TRIP_STOPS_GRP.CREATE_UPDATE_STOP');

558: END IF;
559:
560: WHEN OTHERS THEN
561: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR ;
562: wsh_util_core.default_handler ('WSH_TRIP_STOPS_GRP.CREATE_UPDATE_STOP');
563: FND_MSG_PUB.Count_And_Get (
564: p_count => x_msg_count,
565: p_data => x_msg_data,
566: p_encoded => FND_API.G_FALSE);