DBA Data[Home] [Help]

APPS.IGS_HE_IMPORT_DATA dependencies on IGS_LOOKUPS_VIEW

Line 54: FROM igs_lookups_view

50: l_error_text igs_he_ucas_imp_err.error_text%TYPE ;
51:
52: CURSOR c_err_text IS
53: SELECT description
54: FROM igs_lookups_view
55: WHERE lookup_type = 'IGS_HE_IMP_ERR' AND
56: lookup_code = p_error_code AND
57: closed_ind = 'N' ;
58: