DBA Data[Home] [Help]

APPS.POS_DROP_SHIP_PVT dependencies on POS_DROP_SHIP_PVT

Line 1: PACKAGE BODY POS_DROP_SHIP_PVT AS

1: PACKAGE BODY POS_DROP_SHIP_PVT AS
2: /* $Header: POSVDROB.pls 120.1 2006/07/28 23:01:45 abtrived noship $ */
3:
4: /*=======================================================================+
5: | FILENAME

Line 9: | PL/SQL body for package: POS_DROP_SHIP_PVT

5: | FILENAME
6: | POSVDROB.pls
7: |
8: | DESCRIPTION
9: | PL/SQL body for package: POS_DROP_SHIP_PVT
10: |
11: *=====================================================================*/
12:
13:

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:

Line 208: end POS_DROP_SHIP_PVT;

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:
208: end POS_DROP_SHIP_PVT;