DBA Data[Home] [Help]

APPS.IGS_AS_GEN_007 dependencies on IGS_TR_GEN_002

Line 335: igs_tr_gen_002.trkp_ins_trk_item (

331: v_suaai_rec.uoo_id
332: );
333: FETCH c_lock_suaai INTO c_lock_suaai_rec;
334: -- Create the tracking item
335: igs_tr_gen_002.trkp_ins_trk_item (
336: p_tracking_status,
337: p_tracking_type,
338: v_suaai_rec.person_id,
339: p_tracking_start_dt,

Line 452: IF igs_tr_gen_002.trkp_upd_trst (

448: -- Update the step that is considered the due date of the assignment.
449: -- This process should validate that the date is after the start date
450: -- of the item and also after the previous step action date if it is
451: -- sequential.
452: IF igs_tr_gen_002.trkp_upd_trst (
453: v_tracking_id,
454: NULL,
455: 'ASSIGN-DUE',
456: v_uai_due_dt,

Line 545: IF igs_tr_gen_002.trkp_upd_trst (

541: );
542: END IF;
543: -- Update the recipient of the step where the assignment is to be returned
544: -- to the student. Set the recipient id to be the student.
545: IF igs_tr_gen_002.trkp_upd_trst (
546: v_tracking_id,
547: NULL,
548: 'ASSIGN-RTN',
549: NULL,