DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on WSH_FTE_COMP_CONSTRAINT_PKG

Line 1777: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

1773: l_return_status VARCHAR2(1);
1774:
1775: --Compatibility Changes
1776: l_cc_validate_result VARCHAR2(1);
1777: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
1778: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
1779: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
1780: b_cc_linefailed BOOLEAN;
1781: b_cc_groupidexists BOOLEAN;

Line 1778: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

1774:
1775: --Compatibility Changes
1776: l_cc_validate_result VARCHAR2(1);
1777: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
1778: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
1779: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
1780: b_cc_linefailed BOOLEAN;
1781: b_cc_groupidexists BOOLEAN;
1782: l_id_tab_temp WSH_UTIL_CORE.Id_Tab_Type;

Line 1779: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

1775: --Compatibility Changes
1776: l_cc_validate_result VARCHAR2(1);
1777: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
1778: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
1779: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
1780: b_cc_linefailed BOOLEAN;
1781: b_cc_groupidexists BOOLEAN;
1782: l_id_tab_temp WSH_UTIL_CORE.Id_Tab_Type;
1783: l_del_details_tbl_temp WSH_UTIL_CORE.Id_Tab_Type;

Line 1847: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main' ,WSH_DEBUG_SV.C_PROC_LEVEL);

1843: l_cc_line_groups.delete;
1844: l_cc_group_info.delete;
1845: l_cc_failed_records.delete;
1846: IF l_debug_on THEN
1847: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main' ,WSH_DEBUG_SV.C_PROC_LEVEL);
1848: WSH_DEBUG_SV.log(l_module_name,'Current Time is ',SYSDATE);
1849: END IF;
1850: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main (
1851: p_api_version_number => 1.0,

Line 1850: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main (

1846: IF l_debug_on THEN
1847: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main' ,WSH_DEBUG_SV.C_PROC_LEVEL);
1848: WSH_DEBUG_SV.log(l_module_name,'Current Time is ',SYSDATE);
1849: END IF;
1850: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main (
1851: p_api_version_number => 1.0,
1852: p_init_msg_list => FND_API.G_FALSE,
1853: p_entity_type => 'L',
1854: p_target_id => null,

Line 1886: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main');

1882: END IF;
1883: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN
1884: --{
1885: x_return_status := l_return_status;
1886: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main');
1887: IF l_debug_on THEN
1888: WSH_DEBUG_SV.pop(l_module_name);
1889: END IF;
1890: RETURN;