DBA Data[Home] [Help]

APPS.IGS_EN_STDNT_PS_INTM_PKG dependencies on IGS_EN_WORKFLOW

Line 208: igs_en_workflow.intermission_event(

204: IF( p_inserting OR ( p_updating AND ((new_references.approved <> old_references.approved AND new_references.approved = 'Y')
205: OR (new_references.end_dt <> old_references.end_dt )))) THEN
206:
207:
208: igs_en_workflow.intermission_event(
209: p_personid => new_references.person_id,
210: p_program_cd => new_references.course_cd,
211: p_intmtype => new_references.intermission_type,
212: p_startdt => new_references.start_dt,