DBA Data[Home] [Help]

APPS.PO_XML_UTILS_GRP dependencies on PO_XML_UTILS_GRP

Line 1: PACKAGE BODY PO_XML_UTILS_GRP AS

1: PACKAGE BODY PO_XML_UTILS_GRP AS
2: /* $Header: POXMLUTB.pls 120.4.12010000.2 2008/08/02 10:36:17 rramasam ship $ */
3:
4: procedure getAttachment (p_media_id in NUMBER,
5: p_datatype_id in NUMBER,

Line 91: wf_core.context('PO_XML_UTILS_GRP','splitforids',SQLERRM);

87: x_appl_id := to_number(substr(l_resp_appl, instr(l_resp_appl,':')+1));
88:
89: exception
90: when others then
91: wf_core.context('PO_XML_UTILS_GRP','splitforids',SQLERRM);
92: raise;
93:
94: end splitforids;
95:

Line 118: wf_core.context('PO_XML_UTILS_GRP','splitforids',SQLERRM);

114: end if;
115:
116: exception
117: when others then
118: wf_core.context('PO_XML_UTILS_GRP','splitforids',SQLERRM);
119: -- raise; we don't want to raise exception here as it will lead to failure in XML gen.
120:
121:
122: end getBlanketPONumber;

Line 449: END PO_XML_UTILS_GRP;

445: exception when others then
446: x_lang := 'US'; --We don't want to error out here. Instead let default be : 'US'.
447: end;
448:
449: END PO_XML_UTILS_GRP;
450:
451: