DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_PUB dependencies on WSH_TRIP_STOPS_GRP

Line 63: l_action_prms WSH_TRIP_STOPS_GRP.action_parameters_rectype;

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

Line 64: l_stop_out_rec WSH_TRIP_STOPS_GRP.stopActionOutRecType;

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

Line 431: l_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;

427: l_api_name CONSTANT VARCHAR2(30):= 'Create_Update_Stop';
428:
429: l_pvt_stop_rec WSH_TRIP_STOPS_PVT.TRIP_STOP_REC_TYPE;
430:
431: l_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
432: l_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
433: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
434:
435: l_commit VARCHAR2(1):='F';

Line 433: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;

429: l_pvt_stop_rec WSH_TRIP_STOPS_PVT.TRIP_STOP_REC_TYPE;
430:
431: l_in_rec WSH_TRIP_STOPS_GRP.stopInRecType;
432: l_rec_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
433: l_stop_out_tab WSH_TRIP_STOPS_GRP.stop_out_tab_type;
434:
435: l_commit VARCHAR2(1):='F';
436: BEGIN
437: --

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

570: END IF;
571:
572: WHEN OTHERS THEN
573: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR ;
574: wsh_util_core.default_handler ('WSH_TRIP_STOPS_GRP.CREATE_UPDATE_STOP');
575: FND_MSG_PUB.Count_And_Get (
576: p_count => x_msg_count,
577: p_data => x_msg_data,
578: p_encoded => FND_API.G_FALSE);