DBA Data[Home] [Help]

APPS.IGF_SL_DL_VALIDATION dependencies on IGF_SL_LOR_LOC_HISTORY

Line 64: FROM igf_sl_lor_loc_history

60: AND system_record_type = 'ORIGINAL';
61:
62: CURSOR cur_loan_at_cod ( cp_loan_number igf_sl_loans_all.loan_number%TYPE) IS
63: SELECT 'x'
64: FROM igf_sl_lor_loc_history
65: WHERE loan_number = cp_loan_number;
66:
67: isir_info_rec cur_isir_info%ROWTYPE;
68: