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 719: Wf_Core.Context ('UMX_NOTIFICATION_UTIL', 'getRecipientUsername', item_type, item_key);

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

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

807: end if;
808:
809: EXCEPTION
810: WHEN others THEN
811: Wf_Core.Context ('UMX_NOTIFICATION_UTIL', 'updateApprovalStatus', item_type, item_key);
812: raise;
813:
814: END UpdateApprovalStatus;
815:

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

907: end if;
908:
909: EXCEPTION
910: WHEN others THEN
911: wf_core.context ('UMX_NOTIFICATION_UTIL', 'UpdateRejectedStatus', item_type, item_key);
912: raise;
913: END UpdateRejectedStatus;
914:
915: -- Procedure