DBA Data[Home] [Help]

APPS.WSH_WF_INTERFACE dependencies on WSH_DELIVERIES_GRP

Line 338: l_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;

334: l_report_set_id NUMBER;
335: l_sc_rule_id NUMBER;
336:
337:
338: l_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;
339: l_rec_attr_tab WSH_NEW_DELIVERIES_PVT.delivery_attr_tbl_type;
340: l_delivery_info WSH_NEW_DELIVERIES_PVT.Delivery_Rec_Type;
341:
342: l_delivery_out_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;

Line 342: l_delivery_out_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;

338: l_action_prms WSH_DELIVERIES_GRP.action_parameters_rectype;
339: l_rec_attr_tab WSH_NEW_DELIVERIES_PVT.delivery_attr_tbl_type;
340: l_delivery_info WSH_NEW_DELIVERIES_PVT.Delivery_Rec_Type;
341:
342: l_delivery_out_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;
343: l_defaults_rec WSH_DELIVERIES_GRP.default_parameters_rectype;
344: l_return_status VARCHAR2(1);
345: l_msg_count NUMBER;
346: l_msg_data VARCHAR2(32767);

Line 343: l_defaults_rec WSH_DELIVERIES_GRP.default_parameters_rectype;

339: l_rec_attr_tab WSH_NEW_DELIVERIES_PVT.delivery_attr_tbl_type;
340: l_delivery_info WSH_NEW_DELIVERIES_PVT.Delivery_Rec_Type;
341:
342: l_delivery_out_rec WSH_DELIVERIES_GRP.delivery_action_out_rec_type;
343: l_defaults_rec WSH_DELIVERIES_GRP.default_parameters_rectype;
344: l_return_status VARCHAR2(1);
345: l_msg_count NUMBER;
346: l_msg_data VARCHAR2(32767);
347:

Line 444: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERIES_GRP.DELIVERY_ACTION',

440: SET del_wf_close_attr = 'P'
441: WHERE delivery_id = l_delivery_id;
442:
443: IF l_debug_on THEN
444: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERIES_GRP.DELIVERY_ACTION',
445: WSH_DEBUG_SV.C_PROC_LEVEL);
446: END IF;
447:
448: wsh_deliveries_grp.delivery_action(

Line 448: wsh_deliveries_grp.delivery_action(

444: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERIES_GRP.DELIVERY_ACTION',
445: WSH_DEBUG_SV.C_PROC_LEVEL);
446: END IF;
447:
448: wsh_deliveries_grp.delivery_action(
449: p_api_version_number => 1.0,
450: p_init_msg_list => FND_API.G_FALSE,
451: p_commit => FND_API.G_FALSE,
452: p_action_prms => l_action_prms,