DBA Data[Home] [Help]

APPS.WSH_TRIP_STOPS_GRP dependencies on WSH_FTE_COMP_CONSTRAINT_PKG

Line 553: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

549:
550:
551: --Compatibility Changes
552: l_cc_validate_result VARCHAR2(1);
553: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
554: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
555: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
556: b_cc_linefailed boolean;
557: l_stop_id_tab_t wsh_util_core.id_tab_type;

Line 554: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

550:
551: --Compatibility Changes
552: l_cc_validate_result VARCHAR2(1);
553: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
554: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
555: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
556: b_cc_linefailed boolean;
557: l_stop_id_tab_t wsh_util_core.id_tab_type;
558: l_cc_stop_id_tab wsh_util_core.id_tab_type;

Line 555: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

551: --Compatibility Changes
552: l_cc_validate_result VARCHAR2(1);
553: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
554: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
555: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
556: b_cc_linefailed boolean;
557: l_stop_id_tab_t wsh_util_core.id_tab_type;
558: l_cc_stop_id_tab wsh_util_core.id_tab_type;
559: l_cc_count_success NUMBER;

Line 921: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

917:
918:
919: IF wsh_util_core.fte_is_installed='Y' THEN
920:
921: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
922: p_api_version_number => p_api_version_number,
923: p_init_msg_list => FND_API.G_FALSE,
924: p_entity_type => 'S',
925: p_target_id => null,

Line 2321: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

2317: x_index_id_tab wsh_util_core.id_tab_type;
2318:
2319: --Compatibility Changes
2320: l_cc_validate_result VARCHAR2(1);
2321: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
2322: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
2323: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
2324:
2325: l_rec_attr_tab_temp WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;

Line 2322: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

2318:
2319: --Compatibility Changes
2320: l_cc_validate_result VARCHAR2(1);
2321: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
2322: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
2323: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
2324:
2325: l_rec_attr_tab_temp WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
2326: l_cc_count_success NUMBER;

Line 2323: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

2319: --Compatibility Changes
2320: l_cc_validate_result VARCHAR2(1);
2321: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
2322: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
2323: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
2324:
2325: l_rec_attr_tab_temp WSH_TRIP_STOPS_PVT.Stop_Attr_Tbl_Type;
2326: l_cc_count_success NUMBER;
2327: b_cc_linefailed BOOLEAN;

Line 2568: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

2564: i := l_rec_attr_tab.next(i);
2565: END LOOP;
2566:
2567:
2568: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
2569: p_api_version_number => p_api_version_number,
2570: p_init_msg_list => FND_API.G_FALSE,
2571: p_entity_type => 'S',
2572: p_target_id => null,