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.6.12020000.3 2013/02/10 16:32:48 vegajula ship $ */
3:
4: PROCEDURE getAttachmentUrl (p_document_id IN NUMBER, x_attachment_content OUT NOCOPY VARCHAR2) AS
5: BEGIN

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

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

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

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

Line 447: END PO_XML_UTILS_GRP;

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