DBA Data[Home] [Help]

APPS.POS_DROP_SHIP_PVT dependencies on WF_CORE

Line 203: wf_core.context('POS_DROP_SHIP_PVT','get_drop_ship_xml_info',SQLERRM);

199: end if;
200:
201: exception
202: when others then
203: wf_core.context('POS_DROP_SHIP_PVT','get_drop_ship_xml_info',SQLERRM);
204: null; --We don't want to raise the exception here as it will stop generation of XML
205:
206: end get_drop_ship_xml_info;
207: