DBA Data[Home] [Help]

APPS.PO_COPYDOC_S2 dependencies on PO_COPYDOC_S6

Line 280: po_copydoc_s6.insert_rfq_vendors(x_po_header_record.po_header_id,

276: IF (x_action_code = 'RFQ') THEN
277: -- we insert a row into the po_rfq_vendors. this contains the supplier
278: -- from the blanket header : RFQ Copy
279:
280: po_copydoc_s6.insert_rfq_vendors(x_po_header_record.po_header_id,
281: x_po_header_record.vendor_id,
282: x_po_header_record.vendor_site_id,
283: x_po_header_record.vendor_contact_Id);
284: