DBA Data[Home] [Help]

APPS.PA_PM_FUNCTION_SECURITY_PUB dependencies on PA_FIN_PLAN_TYPE_GLOBAL

Line 1409: l_plan_class := pa_fin_plan_type_global.plantype_to_planclass(

1405: ELSIF p_calling_context = PA_FP_CONSTANTS_PKG.G_CALLING_MODULE_FIN_PLAN THEN
1406:
1407: /* Derive the plan class of the plan type */
1408:
1409: l_plan_class := pa_fin_plan_type_global.plantype_to_planclass(
1410: p_project_id => p_project_id,
1411: p_fin_plan_type_id => p_fin_plan_type_id);
1412:
1413: IF l_plan_class = 'INVALID_PLAN_TYPE' THEN