DBA Data[Home] [Help]

APPS.IGS_FI_FIN_LT_PLAN_PKG dependencies on IGS_FI_INV_INT

Line 288: FROM igs_fi_inv_int

284: || not to get updated if a charge is created using the fee type on which the plan is based.
285: */
286: CURSOR cur_chg IS
287: SELECT rowid
288: FROM igs_fi_inv_int
289: WHERE fee_type = x_fee_type
290: AND transaction_type IN ('INTEREST','LATE')
291: FOR UPDATE NOWAIT;
292: