DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_FIN_PLAN_TYPES_VL

Line 3694: pa_fin_plan_types_vl

3690: into
3691: l_version_type_code,
3692: l_version_type
3693: from
3694: pa_fin_plan_types_vl
3695: where
3696: fin_plan_type_id=p_fin_plan_type_id;
3697: if (l_version_type is null) then
3698: raise NO_DATA_FOUND;