DBA Data[Home] [Help]

APPS.IGS_AD_IMP_OFF_RESP_DATA dependencies on IGS_LOOKUPS_VIEW

Line 50: FROM igs_lookups_view

46: l_bat_string VARCHAR2(100);
47: l_text VARCHAR2(400);
48: CURSOR c_lkup_meaning(l_code igs_ad_offresp_err.error_code%TYPE) IS
49: SELECT meaning
50: FROM igs_lookups_view
51: WHERE lookup_type = 'IMPORT_ERROR_CODE' AND
52: lookup_code = l_code;
53:
54: CURSOR batch_details(l_batch_id igs_ad_offresp_batch.batch_id%TYPE) IS