DBA Data[Home] [Help]

APPS.IGS_PS_GEN_008 dependencies on IGS_PS_GEN_001

Line 3315: igs_ps_gen_001.crsp_ins_unit_section(l_old_uoo_id ,

3311: );
3312:
3313:
3314: --Procedure to insert the unit section detail records
3315: igs_ps_gen_001.crsp_ins_unit_section(l_old_uoo_id ,
3316: v_new_uoo_id ,
3317: p_message_name,
3318: p_log_creation_date );
3319:

Line 3331: igs_ps_gen_001.crsp_ins_unit_section(l_old_uoo_id ,

3327: -- lpriyadh enhancement bug# 1516959
3328:
3329: v_new_uoo_id := v_uoo_rec_exists.uoo_id;
3330:
3331: igs_ps_gen_001.crsp_ins_unit_section(l_old_uoo_id ,
3332: v_new_uoo_id ,
3333: p_message_name ,
3334: p_log_creation_date);
3335: CLOSE c_uoo_rec_exists;