DBA Data[Home] [Help]

APPS.PO_XML_UTILS_GRP dependencies on STANDARD

Line 218: getTandC (p_po_header_id, 'STANDARD', x_TandCcontent);

214: is
215: begin
216:
217: if p_po_release_id is null then
218: getTandC (p_po_header_id, 'STANDARD', x_TandCcontent);
219: else
220: getTandC (p_po_release_id, 'RELEASE', x_TandCcontent);
221: end if;
222:

Line 267: elsif (upper(p_po_type) = 'STANDARD') then

263: where pra.po_release_id = p_po_header_id
264: and pra.po_header_id = pha.po_header_id;
265:
266:
267: elsif (upper(p_po_type) = 'STANDARD') then
268: select pha.segment1, pha.org_id
269: into l_po_number, l_org_id
270: from po_headers_all pha
271: where pha.po_header_id = p_po_header_id;