DBA Data[Home] [Help]

APPS.IGF_SL_DL_ORIG dependencies on IGF_SL_LOR_LOC_PKG

Line 33: -- TBH Impact change in igf_sl_lor_loc_pkg.insert_row()

29: -----------------------------------------------------------------------------------
30: -- Who When What
31: -----------------------------------------------------------------------------------
32: -- akomurav 17-Apr-2006 Build FA161 and 162
33: -- TBH Impact change in igf_sl_lor_loc_pkg.insert_row()
34: -- and igf_sl_lor_pkg.update_row().
35: -------------------------------------------------------------------------------------
36: -- museshad 20-Feb-2005 Bug 5045452 - SQL Repository Issue.
37: -- Modified the cursor c_loans for better performance

Line 442: igf_sl_lor_loc_pkg.delete_row (tbh_rec.row_id);

438: SELECT row_id row_id FROM igf_sl_lor_loc
439: WHERE loan_id = lv_orig_loan_id FOR UPDATE OF igf_sl_lor_loc.sch_cert_date NOWAIT;
440: BEGIN
441: FOR tbh_rec in c_tbh_cur LOOP
442: igf_sl_lor_loc_pkg.delete_row (tbh_rec.row_id);
443: END LOOP;
444: END;
445:
446: -- Delete this loan record in IGF_SL_AWD_DISB_LOC.

Line 666: igf_sl_lor_loc_pkg.insert_row (

662: -- FA 122 Loan Enhancemnets inserted the obsolted fields with NULL
663: -- student details fetched from student_dtl_rec
664: -- parent details fetched from parent_dtl_rec
665:
666: igf_sl_lor_loc_pkg.insert_row (
667: X_Mode => 'R',
668: x_rowid => lv_row_id,
669: x_loan_id => tbh_rec.loan_id,
670: x_origination_id => tbh_rec.origination_id,