DBA Data[Home] [Help]

APPS.BEN_EXT_XML_WRITE dependencies on HR_LOOKUPS

Line 120: from hr_lookups

116: l_proc varchar2(72) := g_package||' get_low_lvl_name';
117:
118: cursor c is
119: select meaning
120: from hr_lookups
121: where lookup_type = 'BEN_EXT_LVL'
122: and lookup_code = p_lvl ;
123:
124: begin

Line 1569: from hr_lookups

1565:
1566: cursor c_defa_tags is
1567: select lookup_code ,
1568: meaning
1569: from hr_lookups
1570: where lookup_type = 'BEN_EXT_XML_TAGS' ;
1571:
1572:
1573: