DBA Data[Home] [Help]

APPS.JTF_WF_MESSAGING dependencies on JTF_WF_MESSAGING

Line 1: package body JTF_WF_MESSAGING as

1: package body JTF_WF_MESSAGING as
2: /* $Header: JTFWFMGB.pls 120.2 2005/10/25 05:08:39 psanyal ship $ */
3:
4: ----------------------------------------------------------------------------
5:

Line 6: G_PKJ_NAME CONSTANT VARCHAR2(25) := 'JTF_WF_MESSAGING';

2: /* $Header: JTFWFMGB.pls 120.2 2005/10/25 05:08:39 psanyal ship $ */
3:
4: ----------------------------------------------------------------------------
5:
6: G_PKJ_NAME CONSTANT VARCHAR2(25) := 'JTF_WF_MESSAGING';
7:
8:
9: Procedure GenMsg( itemtype in varchar2,
10: itemkey in varchar2,

Line 76: wf_core.context('JTF_WF_MESSAGING','GenMsg',itemtype,itemkey,

72: End if;
73:
74: Exception
75: When OTHERS then
76: wf_core.context('JTF_WF_MESSAGING','GenMsg',itemtype,itemkey,
77: to_char(actid),funcmode);
78:
79: End GenMsg;
80:

Line 82: END jtf_wf_messaging;

78:
79: End GenMsg;
80:
81:
82: END jtf_wf_messaging;