DBA Data[Home] [Help]

APPS.MSC_X_USER_EXCEP_GEN dependencies on WF_CORE

Line 2147: Wf_Core.Context('MSC_USER_DEFINED_EXCEPTION',

2143: end if; -- v_NumRows <> 0
2144:
2145: EXCEPTION
2146: WHEN OTHERS THEN
2147: Wf_Core.Context('MSC_USER_DEFINED_EXCEPTION',
2148: 'launchWorkFlow', v_item_type, l_item_key);
2149: --Wf_Core.Get_Error(err_name,err_msg,err_stack);
2150: Raise;
2151: end launchWorkFlow;

Line 2149: --Wf_Core.Get_Error(err_name,err_msg,err_stack);

2145: EXCEPTION
2146: WHEN OTHERS THEN
2147: Wf_Core.Context('MSC_USER_DEFINED_EXCEPTION',
2148: 'launchWorkFlow', v_item_type, l_item_key);
2149: --Wf_Core.Get_Error(err_name,err_msg,err_stack);
2150: Raise;
2151: end launchWorkFlow;
2152:
2153: function getNotificationToken(v_notification_text IN VARCHAR2,

Line 2302: Wf_Core.Context('MSC_USER_DEFINED_EXCEPTION',

2298:
2299:
2300: EXCEPTION
2301: WHEN OTHERS THEN
2302: Wf_Core.Context('MSC_USER_DEFINED_EXCEPTION',
2303: 'InitializeWfVariables', v_item_type, l_item_key);
2304: --Wf_Core.Get_Error(err_name,err_msg,err_stack);
2305: Raise;
2306:

Line 2304: --Wf_Core.Get_Error(err_name,err_msg,err_stack);

2300: EXCEPTION
2301: WHEN OTHERS THEN
2302: Wf_Core.Context('MSC_USER_DEFINED_EXCEPTION',
2303: 'InitializeWfVariables', v_item_type, l_item_key);
2304: --Wf_Core.Get_Error(err_name,err_msg,err_stack);
2305: Raise;
2306:
2307:
2308: end InitializeWfVariables;

Line 3092: Wf_Core.Context('MSC_USER_EXCEP_GEN', 'SEND_NTF', p_item_type, pItemKey);

3088: null;
3089: end if;
3090: exception
3091: when others then
3092: Wf_Core.Context('MSC_USER_EXCEP_GEN', 'SEND_NTF', p_item_type, pItemKey);
3093: raise;
3094: end SEND_NTF;
3095:
3096: Procedure SendNtfToPlannerCode(p_item_type IN VARCHAR2,pItemKey IN VARCHAR2) is