DBA Data[Home] [Help]

APPS.WSH_TRIPS_GRP dependencies on WSH_FTE_COMP_CONSTRAINT_PKG

Line 469: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

465: l_unassign_all VARCHAR2(1);
466:
467: --Compatibility Changes
468: l_cc_validate_result VARCHAR2(1);
469: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
470: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
471: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
472: l_msg_count NUMBER;
473: l_msg_data VARCHAR2(2000);

Line 470: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

466:
467: --Compatibility Changes
468: l_cc_validate_result VARCHAR2(1);
469: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
470: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
471: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
472: l_msg_count NUMBER;
473: l_msg_data VARCHAR2(2000);
474:

Line 471: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

467: --Compatibility Changes
468: l_cc_validate_result VARCHAR2(1);
469: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
470: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
471: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
472: l_msg_count NUMBER;
473: l_msg_data VARCHAR2(2000);
474:
475: l_trip_info_tab WSH_TRIPS_PVT.Trip_Attr_Tbl_Type;

Line 2401: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

2397: l_pvt_trip_rec WSH_TRIPS_PVT.TRIP_REC_TYPE;
2398:
2399: --Compatibility Changes
2400: l_cc_validate_result VARCHAR2(1);
2401: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
2402: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
2403: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
2404: l_msg_count NUMBER;
2405: l_msg_data VARCHAR2(2000);

Line 2402: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

2398:
2399: --Compatibility Changes
2400: l_cc_validate_result VARCHAR2(1);
2401: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
2402: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
2403: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
2404: l_msg_count NUMBER;
2405: l_msg_data VARCHAR2(2000);
2406:

Line 2403: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

2399: --Compatibility Changes
2400: l_cc_validate_result VARCHAR2(1);
2401: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
2402: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
2403: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
2404: l_msg_count NUMBER;
2405: l_msg_data VARCHAR2(2000);
2406:
2407: l_trip_info_tab_temp WSH_TRIPS_PVT.Trip_Attr_Tbl_Type;

Line 2564: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

2560: IF WSH_ACTIONS_LEVELS.g_validation_level_tab(WSH_ACTIONS_LEVELS.C_VALIDATE_CONSTRAINTS_LVL) = 1 THEN --{
2561: --Compatiblity Changes
2562: IF (wsh_util_core.fte_is_installed = 'Y') THEN
2563:
2564: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
2565: p_api_version_number => p_api_version_number,
2566: p_init_msg_list => p_init_msg_list,
2567: p_entity_type => 'T',
2568: p_target_id => null,