DBA Data[Home] [Help]

APPS.PO_XML_UTILS_GRP dependencies on STANDARD

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

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

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

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