DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_UTILITIES dependencies on WSH_FTE_COMP_CONSTRAINT_PKG

Line 51: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

47: l_cc_stop_attr_tab WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
48: l_cc_in_ids WSH_UTIL_CORE.id_tab_type;
49: l_cc_fail_ids WSH_UTIL_CORE.id_tab_type;
50: l_cc_validate_result VARCHAR2(1);
51: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
52: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
53: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
54:
55: l_msg_count NUMBER := 0;

Line 52: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

48: l_cc_in_ids WSH_UTIL_CORE.id_tab_type;
49: l_cc_fail_ids WSH_UTIL_CORE.id_tab_type;
50: l_cc_validate_result VARCHAR2(1);
51: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
52: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
53: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
54:
55: l_msg_count NUMBER := 0;
56: l_msg_data VARCHAR2(2000);

Line 53: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

49: l_cc_fail_ids WSH_UTIL_CORE.id_tab_type;
50: l_cc_validate_result VARCHAR2(1);
51: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
52: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
53: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
54:
55: l_msg_count NUMBER := 0;
56: l_msg_data VARCHAR2(2000);
57: l_return_status VARCHAR2(1);

Line 221: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main');

217: IF wsh_util_core.fte_is_installed = 'Y'
218: AND p_check_fte_compatibility = FND_API.G_TRUE
219: AND l_cc_in_ids.count > 1 THEN
220: IF l_debug_on THEN
221: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main');
222: END IF;
223: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
224: p_api_version_number => 1.0,
225: p_init_msg_list => FND_API.G_FALSE,

Line 223: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

219: AND l_cc_in_ids.count > 1 THEN
220: IF l_debug_on THEN
221: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main');
222: END IF;
223: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
224: p_api_version_number => 1.0,
225: p_init_msg_list => FND_API.G_FALSE,
226: p_entity_type => 'L',
227: p_target_id => null,