DBA Data[Home] [Help]

APPS.WSH_DELIVERY_DETAILS_GRP dependencies on WSH_FTE_COMP_CONSTRAINT_PKG

Line 2391: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

2387:
2388:
2389: --Compatibility Changes
2390: l_cc_validate_result VARCHAR2(1);
2391: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
2392: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
2393: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
2394:
2395:

Line 2392: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

2388:
2389: --Compatibility Changes
2390: l_cc_validate_result VARCHAR2(1);
2391: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
2392: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
2393: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
2394:
2395:
2396: b_cc_linefailed boolean;

Line 2393: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

2389: --Compatibility Changes
2390: l_cc_validate_result VARCHAR2(1);
2391: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
2392: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
2393: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
2394:
2395:
2396: b_cc_linefailed boolean;
2397: b_cc_groupidexists boolean;

Line 2904: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

2900: -- actions PACK, AUTO-PACK, AUTO-PACK-MASTER only post-I (constraints for these have not been implemented yet)
2901:
2902: IF wsh_util_core.fte_is_installed = 'Y' THEN
2903:
2904: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
2905: p_api_version_number => 1.0,
2906: p_init_msg_list => FND_API.G_FALSE,
2907: p_entity_type => 'L',
2908: p_target_id => p_action_prms.DELIVERY_ID,