DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_ELPRO_MODULE dependencies on PER_QUALIFICATION_TYPES_VL

Line 3394: from per_qualification_types_vl

3390: -- pabodla : mapping data
3391: --
3392: cursor c_get_mapping_name11(p_id in number) is
3393: select name
3394: from per_qualification_types_vl
3395: where qualification_type_id = p_id;
3396:
3397: ---------------------------------------------------------------
3398: -- END OF BEN_ELIG_QUAL_TITL_PRTE_F ----------------------