DBA Data[Home] [Help]

APPS.PER_PERRPPSM_XMLP_PKG dependencies on FND_COMMON_LOOKUPS

Line 191: from fnd_common_lookups

187: c_address20 := v_value20;
188:
189: if c_address7 = 'GB' and c_address5 is not null then select meaning
190: into c_address5
191: from fnd_common_lookups
192: where lookup_type = 'GB_COUNTY'
193: and lookup_code = c_address5;
194: end if;
195: