DBA Data[Home] [Help]

APPS.PO_XML_DELIVERY dependencies on PO_VENDORS

Line 1150: from po_vendors pva, po_headers_all pha

1146: end if;
1147:
1148: if(is_supplier_pcard > 0) then
1149: select pva.vendor_name into p_card_name
1150: from po_vendors pva, po_headers_all pha
1151: where pha.po_header_id = p_header_id and
1152: pva.vendor_id = pha.vendor_id;
1153: -- p_card_name := 'Supplier P-Card';
1154: