DBA Data[Home] [Help]

APPS.WSH_DELIVERIES_GRP dependencies on WSH_FTE_COMP_CONSTRAINT_PKG

Line 225: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

221: --
222: --Compatibility Changes
223: l_cc_validate_result VARCHAR2(1);
224: l_caller_module VARCHAR2(3);
225: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
226: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
227: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
228: b_cc_linefailed boolean;
229: b_cc_groupidexists boolean;

Line 226: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

222: --Compatibility Changes
223: l_cc_validate_result VARCHAR2(1);
224: l_caller_module VARCHAR2(3);
225: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
226: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
227: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
228: b_cc_linefailed boolean;
229: b_cc_groupidexists boolean;
230: l_delivery_id_tab_temp wsh_util_core.id_tab_type;

Line 227: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

223: l_cc_validate_result VARCHAR2(1);
224: l_caller_module VARCHAR2(3);
225: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
226: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
227: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
228: b_cc_linefailed boolean;
229: b_cc_groupidexists boolean;
230: l_delivery_id_tab_temp wsh_util_core.id_tab_type;
231: l_delivery_id_tab_t wsh_util_core.id_tab_type;

Line 781: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

777: wsh_debug_sv.log (l_module_name,'Calling validate_constraint_main ');
778: END IF;
779: --
780:
781: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
782: p_api_version_number => p_api_version_number,
783: p_init_msg_list => FND_API.G_FALSE,
784: p_entity_type => 'D',
785: p_target_id => p_action_prms.TRIP_ID,

Line 4596: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

4592: l_param_name VARCHAR2(100);
4593: --
4594: --Compatibility Changes
4595: l_cc_validate_result VARCHAR2(1);
4596: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
4597: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
4598: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
4599:
4600:

Line 4597: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

4593: --
4594: --Compatibility Changes
4595: l_cc_validate_result VARCHAR2(1);
4596: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
4597: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
4598: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
4599:
4600:
4601: l_cc_upd_dlvy_intmed_ship_to VARCHAR2(1);

Line 4598: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

4594: --Compatibility Changes
4595: l_cc_validate_result VARCHAR2(1);
4596: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
4597: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
4598: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
4599:
4600:
4601: l_cc_upd_dlvy_intmed_ship_to VARCHAR2(1);
4602: l_cc_upd_dlvy_ship_method VARCHAR2(1);

Line 4804: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

4800: --Compatibility Constraints
4801: --Compatiblity Changes
4802: IF wsh_util_core.fte_is_installed = 'Y' THEN
4803:
4804: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
4805: p_api_version_number => p_api_version_number,
4806: p_init_msg_list => FND_API.G_FALSE,
4807: p_entity_type => 'D',
4808: p_target_id => null,