DBA Data[Home] [Help]

APPS.IGS_FI_PRC_FEE_ROLLV dependencies on IGS_PS_GRP_FEE_TRG_PKG

Line 2911: IGS_PS_GRP_FEE_TRG_PKG.INSERT_ROW(

2907: BEGIN
2908: X_SYSDATE := SYSDATE;
2909: l_rowid := NULL; -- initialise l_rowid to null before passing into the TBH
2910: -- l_rowid with a value will throw Un-Handled Exception
2911: IGS_PS_GRP_FEE_TRG_PKG.INSERT_ROW(
2912: X_ROWID=>l_rowid,
2913: X_FEE_CAT=>p_fee_cat,
2914: X_CREATE_DT=>X_SYSDATE,
2915: X_COURSE_GROUP_CD=>v_cgft_source_rec.course_group_cd,