DBA Data[Home] [Help]

APPS.WSH_DELIVERIES_GRP dependencies on WSH_FTE_COMP_CONSTRAINT_PKG

Line 195: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

191: --
192: --Compatibility Changes
193: l_cc_validate_result VARCHAR2(1);
194: l_caller_module VARCHAR2(3);
195: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
196: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
197: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
198: b_cc_linefailed boolean;
199: b_cc_groupidexists boolean;

Line 196: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

192: --Compatibility Changes
193: l_cc_validate_result VARCHAR2(1);
194: l_caller_module VARCHAR2(3);
195: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
196: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
197: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
198: b_cc_linefailed boolean;
199: b_cc_groupidexists boolean;
200: l_delivery_id_tab_temp wsh_util_core.id_tab_type;

Line 197: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

193: l_cc_validate_result VARCHAR2(1);
194: l_caller_module VARCHAR2(3);
195: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
196: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
197: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
198: b_cc_linefailed boolean;
199: b_cc_groupidexists boolean;
200: l_delivery_id_tab_temp wsh_util_core.id_tab_type;
201: l_delivery_id_tab_t wsh_util_core.id_tab_type;

Line 741: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

737: wsh_debug_sv.log (l_module_name,'Calling validate_constraint_main ');
738: END IF;
739: --
740:
741: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
742: p_api_version_number => p_api_version_number,
743: p_init_msg_list => FND_API.G_FALSE,
744: p_entity_type => 'D',
745: p_target_id => p_action_prms.TRIP_ID,

Line 4423: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

4419: l_param_name VARCHAR2(100);
4420: --
4421: --Compatibility Changes
4422: l_cc_validate_result VARCHAR2(1);
4423: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
4424: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
4425: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
4426:
4427:

Line 4424: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

4420: --
4421: --Compatibility Changes
4422: l_cc_validate_result VARCHAR2(1);
4423: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
4424: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
4425: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
4426:
4427:
4428: l_cc_upd_dlvy_intmed_ship_to VARCHAR2(1);

Line 4425: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

4421: --Compatibility Changes
4422: l_cc_validate_result VARCHAR2(1);
4423: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
4424: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
4425: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
4426:
4427:
4428: l_cc_upd_dlvy_intmed_ship_to VARCHAR2(1);
4429: l_cc_upd_dlvy_ship_method VARCHAR2(1);

Line 4631: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

4627: --Compatibility Constraints
4628: --Compatiblity Changes
4629: IF wsh_util_core.fte_is_installed = 'Y' THEN
4630:
4631: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
4632: p_api_version_number => p_api_version_number,
4633: p_init_msg_list => FND_API.G_FALSE,
4634: p_entity_type => 'D',
4635: p_target_id => null,