DBA Data[Home] [Help]

APPS.WFA_HTML_JSP dependencies on WFA_HTML_JSP

Line 1: package body WFA_HTML_JSP as

1: package body WFA_HTML_JSP as
2: /* $Header: wfjspb.pls 120.6 2006/04/27 23:47:46 hgandiko noship $ */
3:
4: /* get notification id given item type, item key, username.
5: ** Created for integration with SSP Orders to Approve

Line 70: -- wf_core.context('Wfa_Html_Jsp', 'getSSPNid', username, itemtype, itemkey);

66: return nid;
67:
68: exception
69: when others then
70: -- wf_core.context('Wfa_Html_Jsp', 'getSSPNid', username, itemtype, itemkey);
71: raise;
72: end getSSPNid;
73:
74:

Line 145: -- wf_core.context('Wfa_Html_Jsp', 'getSSPOpenNid', username, itemtype, itemkey);

141: return nid;
142:
143: exception
144: when others then
145: -- wf_core.context('Wfa_Html_Jsp', 'getSSPOpenNid', username, itemtype, itemkey);
146: raise;
147: end getSSPOpenNid;
148:
149: end WFA_HTML_JSP;

Line 149: end WFA_HTML_JSP;

145: -- wf_core.context('Wfa_Html_Jsp', 'getSSPOpenNid', username, itemtype, itemkey);
146: raise;
147: end getSSPOpenNid;
148:
149: end WFA_HTML_JSP;