DBA Data[Home] [Help]

APPS.BEN_EXT_FMT dependencies on HR_LOOKUPS

Line 4100: l_frmt_mask_cd hr_lookups.meaning%type ;

4096: l_exclude_flag boolean := false;
4097: l_lookup_type varchar2(30) := null; --Bug 2593220
4098: --
4099:
4100: l_frmt_mask_cd hr_lookups.meaning%type ;
4101: l_two_char_substr varchar2(2) ;
4102: l_one_char_substr varchar2(1) ;
4103:
4104:

Line 5707: from hr_lookups

5703: --
5704: if substr(p_format_mask,length(p_format_mask),1) in ('{','}') then
5705: -- check the first char of the code
5706: select substr(lookup_code,1,1) into l_cd_strt
5707: from hr_lookups
5708: where lookup_type = 'BEN_EXT_FRMT_MASK'
5709: and meaning = p_format_mask;
5710:
5711: if l_cd_strt = 'N' then