DBA Data[Home] [Help]

APPS.IGS_AS_NOTIFY_STUDENT dependencies on WF_CORE

Line 267: -- Handle the exception using WF_CORE.Context

263: Wf_Engine.StartProcess ( ItemType => lv_item_type,
264: ItemKey => lv_item_key
265: );
266:
267: -- Handle the exception using WF_CORE.Context
268: EXCEPTION
269:
270: WHEN OTHERS THEN
271: Wf_Core.Context('IGS_AS_NOTIFY_STUDENT', 'WF_LAUNCH_AS007',

Line 271: Wf_Core.Context('IGS_AS_NOTIFY_STUDENT', 'WF_LAUNCH_AS007',

267: -- Handle the exception using WF_CORE.Context
268: EXCEPTION
269:
270: WHEN OTHERS THEN
271: Wf_Core.Context('IGS_AS_NOTIFY_STUDENT', 'WF_LAUNCH_AS007',
272: lv_item_type, lv_item_key);
273: RAISE;
274:
275: END wf_launch_as007;