DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_PROCESS_PVT dependencies on PO_LINE_LOCATIONS_ALL

Line 1672: l_outsourced_assembly po_line_locations_all.outsourced_assembly%type;

1668: l_uom_convert VARCHAR2(2) := fnd_profile.value('PO_REQ_BPA_UOM_CONVERT');
1669: l_ga_uom PO_LINES.unit_meas_lookup_code%TYPE;
1670: l_quantity_in_ga_uom PO_LINES_INTERFACE.quantity%TYPE;
1671: l_conversion_rate NUMBER :=1;
1672: l_outsourced_assembly po_line_locations_all.outsourced_assembly%type;
1673: l_retainage_rate PO_VENDOR_SITES_ALL.retainage_rate%type;
1674: --
1675: l_job_long_description PO_REQUISITION_LINES_ALL.job_long_description%TYPE;
1676: l_who_rec PO_NEGOTIATIONS_SV2.who_rec_type;