DBA Data[Home] [Help]

APPS.PA_RES_LIST_UPGRADE_PKG dependencies on PA_UTILS

Line 399: PA_UTILS.ADD_MESSAGE(p_app_short_name=> 'PA',

395: IF l_debug_mode = 'Y' THEN
396: pa_debug.g_err_stage := 'Resource List='||to_char(p_resource_list_id);
397: pa_debug.write(l_module_name,pa_debug.g_err_stage,PA_FP_CONSTANTS_PKG.G_DEBUG_LEVEL5);
398: END IF;
399: PA_UTILS.ADD_MESSAGE(p_app_short_name=> 'PA',
400: p_msg_name => 'PA_FP_INV_PARAM_PASSED');
401: RAISE PA_FP_CONSTANTS_PKG.Invalid_Arg_Exc;
402: end if;
403: