DBA Data[Home] [Help]

APPS.IGF_AP_GEN dependencies on IGF_LOOKUPS_VIEW

Line 232: l_meaning igf_lookups_view.meaning%TYPE;

228: || (reverse chronological order - newest change first)
229: */
230:
231:
232: l_meaning igf_lookups_view.meaning%TYPE;
233:
234: l_hash_code NUMBER;
235: l_hash_type NUMBER;
236: l_db_hash_code NUMBER;

Line 247: igf_lookups_view

243: lookup_type,
244: lookup_code,
245: meaning
246: FROM
247: igf_lookups_view
248: WHERE
249: lookup_type = lv_lookup_type
250: AND enabled_flag='Y';
251:

Line 345: l_meaning igf_lookups_view.meaning%TYPE;

341: || (reverse chronological order - newest change first)
342: */
343:
344:
345: l_meaning igf_lookups_view.meaning%TYPE;
346:
347: l_hash_code NUMBER;
348: l_hash_type NUMBER;
349: l_db_hash_code NUMBER;