DBA Data[Home] [Help]

APPS.WF_NTFRULE_UTIL dependencies on WF_CORE

Line 44: wf_core.context('WF_NTFRULE_UTIL', 'getAttributeDisplayNameByRule', attributeName, attributeType, ruleName);

40: return(displayName);
41:
42: exception
43: when others then
44: wf_core.context('WF_NTFRULE_UTIL', 'getAttributeDisplayNameByRule', attributeName, attributeType, ruleName);
45: raise;
46:
47:
48: End getAttrDisplayNameByRule;

Line 93: wf_core.context('WF_NTFRULE_UTIL', 'getAttributeDisplayName', attributeName, attributeType, messageType);

89: return(displayName);
90:
91: exception
92: when others then
93: wf_core.context('WF_NTFRULE_UTIL', 'getAttributeDisplayName', attributeName, attributeType, messageType);
94: raise;
95:
96:
97: End getAttrDisplayNameByMsgType;

Line 170: wf_core.context('WF_NTFRULE_UTIL', 'getMessageDisplayName2', attributeName, attributeType, messageTypes);

166:
167:
168: exception
169: when others then
170: wf_core.context('WF_NTFRULE_UTIL', 'getMessageDisplayName2', attributeName, attributeType, messageTypes);
171: raise;
172:
173: end getMsgDisplayName;
174:

Line 200: wf_core.context('WF_NTFRULE_UTIL', 'raiseDenomalizeEvent', eventKey);

196: return(requestId);
197:
198: exception
199: when others then
200: wf_core.context('WF_NTFRULE_UTIL', 'raiseDenomalizeEvent', eventKey);
201: raise;
202:
203: end raiseDenormalizeEvent;
204: