DBA Data[Home] [Help]

APPS.BEN_FYI_NTFN_SS dependencies on BEN_FYI_NTFN_SS

Line 1: package body ben_fyi_ntfn_ss as

1: package body ben_fyi_ntfn_ss as
2: /* $Header: befyintf.pkb 120.1 2008/02/21 11:16:44 sagnanas noship $*/
3: --
4: -- ---------------------------------------------------------------------------+
5: -- Purpose: This function will set the value of the workflow attribute

Line 9: g_package varchar2(60) := 'ben_fyi_ntfn_ss' ;

5: -- Purpose: This function will set the value of the workflow attribute
6: -- receiver name to the seeded workflow role.
7: -- Workflow engine will send notification to this role.
8: -- ---------------------------------------------------------------------------+
9: g_package varchar2(60) := 'ben_fyi_ntfn_ss' ;
10:
11: procedure set_role_to_send_ntfn
12: (itemtype in varchar2
13: ,itemkey in varchar2

Line 109: end ben_fyi_ntfn_ss;

105: ,avalue => l_url);
106: --
107: end;
108: --
109: end ben_fyi_ntfn_ss;