DBA Data[Home] [Help]

APPS.PA_FP_SHORTCUTS_PKG dependencies on PA_PROJECT_STRUCTURE_UTILS

Line 80: IF pa_project_structure_utils.get_fin_struc_ver_id( p_project_id => p_project_id) IS NULL THEN

76: END IF;
77:
78: --If the financial structure is not enabled for the project then the budget creation/updation
79: --should not be possible
80: IF pa_project_structure_utils.get_fin_struc_ver_id( p_project_id => p_project_id) IS NULL THEN
81:
82: IF P_PA_DEBUG_MODE = 'Y' THEN
83: pa_debug.write( x_module => l_module,
84: x_msg => 'Financial structure is not enabled for the project '||p_project_id,