DBA Data[Home] [Help]

APPS.IGS_FI_GEN_003 dependencies on IGS_FI_SUB_ER_RT_PKG

Line 316: igs_fi_sub_er_rt_pkg.update_row (

312: SAVEPOINT sp_save_point;
313: -- Perform a logical delete of the associated IGS_FI_SUB_ER_RT items.
314: -- Update the appropriate records with NOWAIT option.
315: FOR v_fsert_rec IN c_fsert LOOP
316: igs_fi_sub_er_rt_pkg.update_row (
317: x_mode => 'R',
318: x_rowid => v_fsert_rec.ROWID,
319: x_sub_err_id => v_fsert_rec.SUB_ERR_ID,
320: x_sub_er_id => v_fsert_rec.SUB_ER_ID,

Line 482: igs_fi_sub_er_rt_pkg.update_row (

478: OPEN c_fsert;
479: FETCH c_fsert INTO l_rowid, l_sub_er_id,l_far_id,l_create_date;
480: IF c_fsert%FOUND THEN
481: CLOSE c_fsert;
482: igs_fi_sub_er_rt_pkg.update_row (
483: x_mode => 'R',
484: x_rowid => l_rowid,
485: x_sub_err_id => p_sub_err_id,
486: x_sub_er_id => l_sub_er_id,