DBA Data[Home] [Help]

APPS.UMX_NOTIFICATION_UTIL dependencies on UMX_NOTIFICATION_UTIL

Line 1: PACKAGE BODY UMX_NOTIFICATION_UTIL as

1: PACKAGE BODY UMX_NOTIFICATION_UTIL as
2: /* $Header: UMXNTFSB.pls 120.10.12010000.2 2008/10/13 11:55:20 kkasibha ship $ */
3: -- Start of Comments
4: -- Package name : UMX_NOTIFICATION_UTIL
5: -- Purpose :

Line 4: -- Package name : UMX_NOTIFICATION_UTIL

1: PACKAGE BODY UMX_NOTIFICATION_UTIL as
2: /* $Header: UMXNTFSB.pls 120.10.12010000.2 2008/10/13 11:55:20 kkasibha ship $ */
3: -- Start of Comments
4: -- Package name : UMX_NOTIFICATION_UTIL
5: -- Purpose :
6: -- This package contains body for notification details
7:
8: --

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

Line 978: end UMX_NOTIFICATION_UTIL;

974: end if;
975:
976: END query_role_display_name;
977:
978: end UMX_NOTIFICATION_UTIL;