DBA Data[Home] [Help]

APPS.UMX_NOTIFICATION_UTIL dependencies on WF_CORE

Line 195: Wf_Core.Context ('UMX_NOTIFICATION_UTIL', 'notification_process_done',

191: end if;
192:
193: EXCEPTION
194: WHEN OTHERS THEN
195: Wf_Core.Context ('UMX_NOTIFICATION_UTIL', 'notification_process_done',
196: item_type, item_key, activity_id);
197: raise;
198: END Notification_Process_Done;
199:

Line 449: Wf_Core.Context ('UMX_NOTIFICATION_UTIL', 'getNextApprover', item_type, item_key);

445: end if;
446:
447: EXCEPTION
448: WHEN others THEN
449: Wf_Core.Context ('UMX_NOTIFICATION_UTIL', 'getNextApprover', item_type, item_key);
450: raise;
451:
452: END GetNextApprover;
453:

Line 715: Wf_Core.Context ('UMX_NOTIFICATION_UTIL', 'getRecipientUsername', item_type, item_key);

711: end if; --command = run
712:
713: EXCEPTION
714: WHEN others THEN
715: Wf_Core.Context ('UMX_NOTIFICATION_UTIL', 'getRecipientUsername', item_type, item_key);
716: raise;
717: end get_recipient_username;
718:
719: procedure throw_exception (item_type in varchar2,

Line 807: Wf_Core.Context ('UMX_NOTIFICATION_UTIL', 'updateApprovalStatus', item_type, item_key);

803: end if;
804:
805: EXCEPTION
806: WHEN others THEN
807: Wf_Core.Context ('UMX_NOTIFICATION_UTIL', 'updateApprovalStatus', item_type, item_key);
808: raise;
809:
810: END UpdateApprovalStatus;
811:

Line 907: wf_core.context ('UMX_NOTIFICATION_UTIL', 'UpdateRejectedStatus', item_type, item_key);

903: end if;
904:
905: EXCEPTION
906: WHEN others THEN
907: wf_core.context ('UMX_NOTIFICATION_UTIL', 'UpdateRejectedStatus', item_type, item_key);
908: raise;
909: END UpdateRejectedStatus;
910:
911: -- Procedure