DBA Data[Home] [Help]

APPS.WSH_MDC_SRS dependencies on WSH_FTE_COMP_CONSTRAINT_PKG

Line 185: l_failed_lines WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

181: l_delivery_out_rec WSH_DELIVERIES_GRP.Delivery_Action_Out_Rec_Type;
182: l_defaults_rec WSH_DELIVERIES_GRP.default_parameters_rectype;
183:
184: l_init_msg_list VARCHAR2(1000);
185: l_failed_lines WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
186: l_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
187: l_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
188: l_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
189: l_trip_out WSH_TRIPS_GRP.tripActionOutRecType;

Line 186: l_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

182: l_defaults_rec WSH_DELIVERIES_GRP.default_parameters_rectype;
183:
184: l_init_msg_list VARCHAR2(1000);
185: l_failed_lines WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
186: l_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
187: l_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
188: l_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
189: l_trip_out WSH_TRIPS_GRP.tripActionOutRecType;
190: l_commit VARCHAR2(10);

Line 187: l_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

183:
184: l_init_msg_list VARCHAR2(1000);
185: l_failed_lines WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
186: l_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
187: l_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
188: l_action_prms WSH_TRIPS_GRP.action_parameters_rectype;
189: l_trip_out WSH_TRIPS_GRP.tripActionOutRecType;
190: l_commit VARCHAR2(10);
191: l_api_version_number NUMBER := 1.0;

Line 1763: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_deconsol',WSH_DEBUG_SV.C_PROC_LEVEL);

1759: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
1760:
1761: -- call constraints API to set the intermediate location
1762: IF l_debug_on THEN
1763: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_deconsol',WSH_DEBUG_SV.C_PROC_LEVEL);
1764: END IF;
1765:
1766: WSH_FTE_CONSTRAINT_FRAMEWORK.validate_constraint_deconsol(
1767: p_init_msg_list => l_init_msg_list,

Line 1791: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_deconsol');

1787: END IF;
1788: ELSIF (l_return_status = WSH_UTIL_CORE.G_RET_STS_ERROR)
1789: OR (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR)
1790: THEN
1791: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_deconsol');
1792: FOR m in 1..l_msg_count
1793: LOOP
1794: l_message := fnd_msg_pub.get(m,'F');
1795: l_message := replace(l_message,chr(0),' ');