DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_PS_FEE_TRG_PKG

Line 3034: IGS_PS_FEE_TRG_PKG.INSERT_ROW(

3030: CLOSE c_cft_dest;
3031: BEGIN
3032: l_rowid := NULL; -- initialise l_rowid to null before passing into the TBH
3033: -- l_rowid with a value will throw Un-Handled Exception
3034: IGS_PS_FEE_TRG_PKG.INSERT_ROW(
3035: X_ROWID=>l_rowid,
3036: X_FEE_CAT=>p_fee_cat,
3037: X_FEE_TYPE=>p_fee_type,
3038: X_COURSE_CD=>v_cft_source_rec.course_cd,