DBA Data[Home] [Help]

APPS.IGS_AS_GEN_007 dependencies on IGS_AS_GEN_005

Line 981: IF (igs_as_gen_005.assp_upd_usec_suaai_dflt (

977: -- Perform a routine that will check if assessment items still apply to
978: -- the students new unit attempt or should they be logically deleted
979: -- and default assessment items assigned for the new Unit Section.
980: --
981: IF (igs_as_gen_005.assp_upd_usec_suaai_dflt (
982: v_todo_rec.person_id,
983: v_todo_rec.course_cd,
984: v_todo_rec.unit_cd,
985: v_todo_rec.version_number,

Line 1012: IF igs_as_gen_005.assp_upd_suaai_dflt (

1008: -- Perform a routine that will check if assessment items still apply
1009: -- to the student's new unit attempt or should they be logically
1010: -- deleted and default items assigned.
1011: --
1012: IF igs_as_gen_005.assp_upd_suaai_dflt (
1013: v_todo_rec.person_id,
1014: v_todo_rec.course_cd,
1015: v_todo_rec.unit_cd,
1016: v_todo_rec.cal_type,

Line 1616: IF NOT igs_as_gen_005.assp_mnt_suaai_uai (

1612: -- If locking error occurs then set a flag to roll back processing
1613: -- associated with the IGS_AS_UNITASS_ITEM record so that all can be
1614: -- processed again at a later date. Report on the exception.
1615: --
1616: IF NOT igs_as_gen_005.assp_mnt_suaai_uai (
1617: v_uai_rec.unit_cd,
1618: v_uai_rec.version_number,
1619: v_uai_rec.cal_type,
1620: v_uai_rec.ci_sequence_number,