DBA Data[Home] [Help]

APPS.WF_NTF_RULE dependencies on WF_CORE

Line 58: wf_core.context('WF_NTF_RULE','Submit_Conc_Program_RF',p_event.getEventName(),rawtohex(p_sub_guid));

54:
55: return 'SUCCESS';
56: exception
57: when others then
58: wf_core.context('WF_NTF_RULE','Submit_Conc_Program_RF',p_event.getEventName(),rawtohex(p_sub_guid));
59: WF_EVENT.setErrorInfo(p_event, 'ERROR');
60: return 'ERROR';
61: end Submit_Conc_Program_RF;
62:

Line 147: wf_core.context('WF_NTF_RULE','Simulate', p_message_type, p_message_name, p_customization_level);

143: end loop;
144:
145: exception
146: when others then
147: wf_core.context('WF_NTF_RULE','Simulate', p_message_type, p_message_name, p_customization_level);
148: raise;
149: end simulate_rules;
150:
151: end WF_NTF_RULE;