DBA Data[Home] [Help]

APPS.WF_NTFRULE_UTIL dependencies on WF_NTFRULE_UTIL

Line 1: package body WF_NTFRULE_UTIL as

1: package body WF_NTFRULE_UTIL as
2: /* $Header: WFNTFRULEUTB.pls 120.1 2005/07/02 03:16:36 appldev noship $ */
3:
4:
5: --This Function returns a comma seperated list of display names for the given attributeName

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:

Line 329: WF_NTFRULE_UTIL.rosetta_table_copy_out_p1(ddx_custom_col_tbl, p3_a0

325: -- copy data back from the local variables to OUT or IN-OUT args, if any
326:
327:
328:
329: WF_NTFRULE_UTIL.rosetta_table_copy_out_p1(ddx_custom_col_tbl, p3_a0
330: , p3_a1
331: , p3_a2
332: , p3_a3
333: , p3_a4

Line 341: END WF_NTFRULE_UTIL;

337: end;
338:
339: /*Rosetta Wrapper Generated Code for Simulation -- Finish*/
340:
341: END WF_NTFRULE_UTIL;