DBA Data[Home] [Help]

APPS.IGF_SL_DL_PRINT_PNOTE dependencies on IGF_SL_LOR_PKG

Line 46: Added Elec_mpn_ind , Borr_sign_ind in igf_sl_lor_pkg

42: formatting and substr of 9 chars is done.
43: Code added to display the Parameters passed.
44: Who When What
45: masehgal 19-Feb-2002 # 2216956 FACR007
46: Added Elec_mpn_ind , Borr_sign_ind in igf_sl_lor_pkg
47: ***************************************************************/
48:
49: g_debug_runtime_level NUMBER := FND_LOG.G_CURRENT_RUNTIME_LEVEL;
50:

Line 76: Added Elec_mpn_ind , Borr_sign_ind in igf_sl_lor_pkg

72: 3.changed c_dl_orig_recs cursor -added 2 where clauses on ci_cal_type and ci_sequence_number and
73: changed the signature to take lookup_type and pnote_status as arguments
74:
75: masehgal 19-Feb-2002 # 2216956 FACR007
76: Added Elec_mpn_ind , Borr_sign_ind in igf_sl_lor_pkg
77: ****************************************************************/
78:
79: student_dtl_rec igf_sl_gen.person_dtl_rec;
80: student_dtl_cur igf_sl_gen.person_dtl_cur;

Line 249: -- TBH Impact change done in igf_sl_lor_pkg.update_row().

245: --Change History:
246: --Who When What
247: -------------------------------------------------------------------------------------
248: --akomurav 28-FEB-2006 Build FA161 and FA162.
249: -- TBH Impact change done in igf_sl_lor_pkg.update_row().
250: ----------------------------------------------------------------------------------
251: --bkkumar 06-oct-2003 Bug 3104228 FA 122 Loans Enhancements
252: -- Impact of adding the relationship_cd
253: -- in igf_sl_lor_all table and obsoleting

Line 280: igf_sl_lor_pkg.update_row (

276: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT,'igf.plsql.igf_sl_dl_print_pnote.update_pnote_status.debug', l_debug_str);
277: l_debug_str := NULL;
278: END IF;
279:
280: igf_sl_lor_pkg.update_row (
281: X_mode => 'R',
282: x_rowid => r_dl_lor_rec.row_id,
283: x_origination_id => r_dl_lor_rec.origination_id,
284: x_loan_id => p_loan_id,