DBA Data[Home] [Help]

APPS.WSH_NEW_DELIVERY_ACTIONS dependencies on WSH_FTE_COMP_CONSTRAINT_PKG

Line 2974: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

2970:
2971:
2972: --Compatibility Changes
2973: l_cc_validate_result VARCHAR2(1);
2974: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
2975: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
2976: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
2977:
2978: l_trip_info_tab WSH_TRIPS_PVT.Trip_Attr_Tbl_Type;

Line 2975: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

2971:
2972: --Compatibility Changes
2973: l_cc_validate_result VARCHAR2(1);
2974: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
2975: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
2976: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
2977:
2978: l_trip_info_tab WSH_TRIPS_PVT.Trip_Attr_Tbl_Type;
2979: l_trip_id_tab_temp wsh_util_core.id_tab_type;

Line 2976: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

2972: --Compatibility Changes
2973: l_cc_validate_result VARCHAR2(1);
2974: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
2975: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
2976: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
2977:
2978: l_trip_info_tab WSH_TRIPS_PVT.Trip_Attr_Tbl_Type;
2979: l_trip_id_tab_temp wsh_util_core.id_tab_type;
2980: l_cc_count_success NUMBER;

Line 5795: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

5791: --for autocreatetrip if no ship method is provided do the compatibility check to see if trip can be created for the delivery else if ship method is provided, do the compatibility check before update trip call
5792: --bug 2811489 : call should be made regardless of ship_method being null
5793: IF wsh_util_core.fte_is_installed='Y' THEN
5794:
5795: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
5796: p_api_version_number => 1.0,
5797: p_init_msg_list => FND_API.G_FALSE,
5798: p_entity_type => 'D',
5799: p_target_id => l_target_trip_id,

Line 5943: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

5939:
5940:
5941: IF l_trip_info_tab.COUNT>0 THEN
5942:
5943: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
5944: p_api_version_number => 1.0,
5945: p_init_msg_list => FND_API.G_FALSE,
5946: p_entity_type => 'T',
5947: p_target_id => l_target_trip_id,

Line 6144: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

6140: l_trip_info_tab(1).carrier_id :=l_trip_rec.carrier_id;
6141: l_trip_info_tab(1).mode_of_transport :=l_trip_rec.mode_of_transport;
6142: END IF;
6143:
6144: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
6145: p_api_version_number => 1.0,
6146: p_init_msg_list => FND_API.G_FALSE,
6147: p_entity_type => 'T',
6148: p_target_id => l_target_trip_id,