DBA Data[Home] [Help]

APPS.PA_RES_LIST_UPGRADE_PKG dependencies on PA_PLANNING_RESOURCE_PVT

Line 640: pa_debug.g_err_stage := 'Check if alias is unique by calling Pa_Planning_Resource_Pvt.Check_pl_alias_unique()';

636: where
637: resource_list_member_id = l_get_res_list_mem_id_csr.resource_list_member_id;
638:
639: IF l_debug_mode = 'Y' THEN
640: pa_debug.g_err_stage := 'Check if alias is unique by calling Pa_Planning_Resource_Pvt.Check_pl_alias_unique()';
641: pa_debug.write(l_module_name,pa_debug.g_err_stage,PA_FP_CONSTANTS_PKG.G_DEBUG_LEVEL3);
642: end if;
643: l_unique_alias := Pa_Planning_Resource_Pvt.Check_pl_alias_unique(
644: p_resource_list_id => l_get_res_list_id_csr.resource_list_id,

Line 643: l_unique_alias := Pa_Planning_Resource_Pvt.Check_pl_alias_unique(

639: IF l_debug_mode = 'Y' THEN
640: pa_debug.g_err_stage := 'Check if alias is unique by calling Pa_Planning_Resource_Pvt.Check_pl_alias_unique()';
641: pa_debug.write(l_module_name,pa_debug.g_err_stage,PA_FP_CONSTANTS_PKG.G_DEBUG_LEVEL3);
642: end if;
643: l_unique_alias := Pa_Planning_Resource_Pvt.Check_pl_alias_unique(
644: p_resource_list_id => l_get_res_list_id_csr.resource_list_id,
645: p_resource_alias => l_res_alias,
646: p_resource_list_member_id => l_get_res_list_mem_id_csr.resource_list_member_id,
647: p_object_type => 'RESOURCE_LIST',