DBA Data[Home] [Help]

APPS.IGS_PS_GEN_001 dependencies on IGS_PS_US_UNSCHED_CL_PKG

Line 3840: igs_ps_us_unsched_cl_pkg.insert_row (

3836:
3837: OPEN cur_usec_plushr_new(p_new_uoo_id,usec_plushr_rec.activity_type_id,usec_plushr_rec.location_cd,usec_plushr_rec.building_id,usec_plushr_rec.room_id);
3838: FETCH cur_usec_plushr_new INTO l_cur_usec_plushr_new;
3839: IF cur_usec_plushr_new%NOTFOUND THEN
3840: igs_ps_us_unsched_cl_pkg.insert_row (
3841: x_rowid => lv_rowid,
3842: x_us_unscheduled_cl_id => l_us_unscheduled_cl_id,
3843: x_uoo_id => p_new_uoo_id,
3844: x_activity_type_id => usec_plushr_rec.activity_type_id,