DBA Data[Home] [Help]

APPS.BEN_ELIG_CVRD_DPNT_API dependencies on HR_LOOKUPS

Line 2707: l_rel_name hr_lookups.meaning%type; -- UTF8 Change Bug 2254683

2703: l_grp_rlshp_meaning varchar2(30);
2704: ---- Added
2705: l_pl_name ben_pl_f.name%type; -- UTF8 Change Bug 2254683
2706: l_opt_name ben_opt_f.name%type; -- UTF8 Change Bug 2254683
2707: l_rel_name hr_lookups.meaning%type; -- UTF8 Change Bug 2254683
2708: --
2709: -- get required info
2710: --
2711: cursor info1_c is

Line 2910: from hr_lookups

2906:
2907: cursor get_rel_name_c(cv_contact_type varchar2) is
2908:
2909: select meaning
2910: from hr_lookups
2911: where lookup_code=cv_contact_type
2912: and lookup_type='CONTACT'
2913: ;
2914: