DBA Data[Home] [Help]

APPS.BEN_BEN_US_COBNL_XMLP_PKG dependencies on HR_LOOKUPS

Line 66: hr_lookups hr

62:
63: function cf_cmcd_acty_rep_prdformula(cmcd_acty_ref_perd_cd in varchar2) return char is
64: cursor c1 is
65: select meaning from
66: hr_lookups hr
67: where hr.lookup_code = cmcd_acty_ref_perd_cd
68: and hr.lookup_type = 'BEN_ENRT_INFO_RT_FREQ' ;
69: l_return varchar2(80) ;
70: