DBA Data[Home] [Help]

APPS.IGS_EN_VAL_BULKRULE dependencies on IGS_EN_WORKFLOW

Line 611: IGS_EN_WORKFLOW.SUA_STATUS_CHANGE_MAIL(sua_rec.UNIT_ATTEMPT_STATUS,

607:
608: -- added for bug#1832130 enrollment processes dld
609: -- raise the workflow event to send a mail to the student when the
610: --student unit attempt status has changed from enrolled to invalid
611: IGS_EN_WORKFLOW.SUA_STATUS_CHANGE_MAIL(sua_rec.UNIT_ATTEMPT_STATUS,
612: sua_rec.PERSON_ID,sua_rec.UOO_ID);
613:
614: -- If logging is required, then log the change to the passed log
615: IF (p_s_log_type IS NOT NULL AND

Line 1238: IGS_EN_WORKFLOW.SUA_STATUS_CHANGE_MAIL(sua_rec.UNIT_ATTEMPT_STATUS,

1234: END IF;
1235: -- added for bug#1832130 enrollment processes dld
1236: --since the student unit attempt status has changed from invalid to enrolled
1237: --we have to raise a workflow event to send a mail to the student about the status
1238: IGS_EN_WORKFLOW.SUA_STATUS_CHANGE_MAIL(sua_rec.UNIT_ATTEMPT_STATUS,
1239: sua_rec.PERSON_ID,sua_rec.UOO_ID);
1240: END IF;
1241: -- Exit from loop and repeat entire select
1242: v_do_cursor_again_ind := TRUE;