DBA Data[Home] [Help]

APPS.WSH_TRIPS_ACTIONS dependencies on WSH_FTE_COMP_CONSTRAINT_PKG

Line 3117: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

3113: l_module_name CONSTANT VARCHAR2(100) := 'wsh.plsql.' || G_PKG_NAME || '.' || 'AUTOCREATE_DEL_TRIP';
3114:
3115: --Compatibility Changes
3116: l_cc_validate_result VARCHAR2(1);
3117: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
3118: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
3119: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
3120:
3121: b_cc_linefailed boolean;

Line 3118: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

3114:
3115: --Compatibility Changes
3116: l_cc_validate_result VARCHAR2(1);
3117: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
3118: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
3119: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
3120:
3121: b_cc_linefailed boolean;
3122: b_cc_groupidexists boolean;

Line 3119: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

3115: --Compatibility Changes
3116: l_cc_validate_result VARCHAR2(1);
3117: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
3118: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
3119: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
3120:
3121: b_cc_linefailed boolean;
3122: b_cc_groupidexists boolean;
3123: l_id_tab_temp wsh_util_core.id_tab_type;

Line 3211: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

3207: --
3208: --Compatibility Changes
3209: IF wsh_util_core.fte_is_installed = 'Y' THEN--{
3210:
3211: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
3212: p_api_version_number => 1.0,
3213: p_init_msg_list => FND_API.G_FALSE,
3214: p_entity_type => 'L',
3215: p_target_id => null,

Line 3508: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

3504: l_cc_group_ids.DELETE;
3505: l_id_tab_temp.DELETE;
3506: IF wsh_util_core.fte_is_installed = 'Y' THEN--{
3507:
3508: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(
3509: p_api_version_number => 1.0,
3510: p_init_msg_list => FND_API.G_FALSE,
3511: p_entity_type => 'D',
3512: p_target_id => null,