DBA Data[Home] [Help]

APPS.WSH_TRIPS_ACTIONS dependencies on WSH_FTE_COMP_CONSTRAINT_PKG

Line 3119: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

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

Line 3120: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

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

Line 3121: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

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

Line 3213: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

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

Line 3510: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main(

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