DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_GRP dependencies on WSH_FTE_COMP_CONSTRAINT_PKG

Line 2385: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

2381:
2382:
2383: --Compatibility Changes
2384: l_cc_validate_result VARCHAR2(1);
2385: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
2386: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
2387: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
2388:
2389:

Line 2386: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

2382:
2383: --Compatibility Changes
2384: l_cc_validate_result VARCHAR2(1);
2385: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
2386: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
2387: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
2388:
2389:
2390: b_cc_linefailed boolean;

Line 2387: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

2383: --Compatibility Changes
2384: l_cc_validate_result VARCHAR2(1);
2385: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
2386: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
2387: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
2388:
2389:
2390: b_cc_linefailed boolean;
2391: b_cc_groupidexists boolean;

Line 2898: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

2894: -- actions PACK, AUTO-PACK, AUTO-PACK-MASTER only post-I (constraints for these have not been implemented yet)
2895:
2896: IF wsh_util_core.fte_is_installed = 'Y' THEN
2897:
2898: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
2899: p_api_version_number => 1.0,
2900: p_init_msg_list => FND_API.G_FALSE,
2901: p_entity_type => 'L',
2902: p_target_id => p_action_prms.DELIVERY_ID,