DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_FIN_PLAN_TYPES_VL

Line 3710: pa_fin_plan_types_vl

3706: into
3707: l_version_type_code,
3708: l_version_type
3709: from
3710: pa_fin_plan_types_vl
3711: where
3712: fin_plan_type_id=p_fin_plan_type_id;
3713: if (l_version_type is null) then
3714: raise NO_DATA_FOUND;