DBA Data[Home] [Help]

APPS.ICXSUNWF dependencies on WF_CORE

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: --