DBA Data[Home] [Help]

APPS.ICXSUNWF dependencies on ICXSUNWF

Line 1: PACKAGE BODY icxsunwf as

1: PACKAGE BODY icxsunwf as
2: --$Header: ICXWFSNB.pls 115.4 2001/01/03 16:10:52 pkm ship $
3: --
4:
5: procedure Add_Domain(itemtype in varchar2,

Line 49: wf_core.context('icxsunwf','Add_Domain',itemtype,itemkey);

45: result := '';
46:
47: exception
48: when others then
49: wf_core.context('icxsunwf','Add_Domain',itemtype,itemkey);
50: raise;
51: end;
52:
53: procedure Verify_Name(itemtype in varchar2,

Line 109: wf_core.context('icxsunwf','Verify_Name',itemtype,itemkey);

105: end if;
106:
107: exception
108: when others then
109: wf_core.context('icxsunwf','Verify_Name',itemtype,itemkey);
110: raise;
111: end;
112:
113: procedure StartNameProcess(p_username in varchar2,

Line 152: wf_core.context('icxsunwf','StartNameProcess',l_itemtype,p_itemkey);

148: --
149: --
150: exception
151: when others then
152: wf_core.context('icxsunwf','StartNameProcess',l_itemtype,p_itemkey);
153: raise;
154: end StartNameProcess;
155: --
156: --

Line 157: end icxsunwf;

153: raise;
154: end StartNameProcess;
155: --
156: --
157: end icxsunwf;