DBA Data[Home] [Help]

APPS.WSH_PICK_LIST dependencies on WSH_FTE_COMP_CONSTRAINT_PKG

Line 1838: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;

1834: l_return_status VARCHAR2(1);
1835:
1836: --Compatibility Changes
1837: l_cc_validate_result VARCHAR2(1);
1838: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
1839: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
1840: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
1841: b_cc_linefailed BOOLEAN;
1842: b_cc_groupidexists BOOLEAN;

Line 1839: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;

1835:
1836: --Compatibility Changes
1837: l_cc_validate_result VARCHAR2(1);
1838: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
1839: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
1840: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
1841: b_cc_linefailed BOOLEAN;
1842: b_cc_groupidexists BOOLEAN;
1843: l_id_tab_temp WSH_UTIL_CORE.Id_Tab_Type;

Line 1840: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;

1836: --Compatibility Changes
1837: l_cc_validate_result VARCHAR2(1);
1838: l_cc_failed_records WSH_FTE_COMP_CONSTRAINT_PKG.failed_line_tab_type;
1839: l_cc_line_groups WSH_FTE_COMP_CONSTRAINT_PKG.line_group_tab_type;
1840: l_cc_group_info WSH_FTE_COMP_CONSTRAINT_PKG.cc_group_tab_type;
1841: b_cc_linefailed BOOLEAN;
1842: b_cc_groupidexists BOOLEAN;
1843: l_id_tab_temp WSH_UTIL_CORE.Id_Tab_Type;
1844: l_del_details_tbl_temp WSH_UTIL_CORE.Id_Tab_Type;

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

1904: l_cc_line_groups.delete;
1905: l_cc_group_info.delete;
1906: l_cc_failed_records.delete;
1907: IF l_debug_on THEN
1908: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main' ,WSH_DEBUG_SV.C_PROC_LEVEL);
1909: WSH_DEBUG_SV.log(l_module_name,'Current Time is ',SYSDATE);
1910: END IF;
1911: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main (
1912: p_api_version_number => 1.0,

Line 1911: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main (

1907: IF l_debug_on THEN
1908: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main' ,WSH_DEBUG_SV.C_PROC_LEVEL);
1909: WSH_DEBUG_SV.log(l_module_name,'Current Time is ',SYSDATE);
1910: END IF;
1911: WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main (
1912: p_api_version_number => 1.0,
1913: p_init_msg_list => FND_API.G_FALSE,
1914: p_entity_type => 'L',
1915: p_target_id => null,

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

1943: END IF;
1944: IF (l_return_status = WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR) THEN
1945: --{
1946: x_return_status := l_return_status;
1947: WSH_UTIL_CORE.PrintMsg('Error occurred in WSH_FTE_COMP_CONSTRAINT_PKG.validate_constraint_main');
1948: IF l_debug_on THEN
1949: WSH_DEBUG_SV.pop(l_module_name);
1950: END IF;
1951: RETURN;