DBA Data[Home] [Help]

APPS.BEN_EXT_FMT dependencies on HR_LOOKUPS

Line 4094: l_frmt_mask_cd hr_lookups.meaning%type ;

4090: l_exclude_flag boolean := false;
4091: l_lookup_type varchar2(30) := null; --Bug 2593220
4092: --
4093:
4094: l_frmt_mask_cd hr_lookups.meaning%type ;
4095: l_two_char_substr varchar2(2) ;
4096: l_one_char_substr varchar2(1) ;
4097:
4098:

Line 5701: from hr_lookups

5697: --
5698: if substr(p_format_mask,length(p_format_mask),1) in ('{','}') then
5699: -- check the first char of the code
5700: select substr(lookup_code,1,1) into l_cd_strt
5701: from hr_lookups
5702: where lookup_type = 'BEN_EXT_FRMT_MASK'
5703: and meaning = p_format_mask;
5704:
5705: if l_cd_strt = 'N' then