DBA Data[Home] [Help]

APPS.PO_COPYDOC_S3 dependencies on MTL_UNITS_OF_MEASURE

Line 165: x_secondary_unit_fsp MTL_UNITS_OF_MEASURE.UNIT_OF_MEASURE%TYPE;

161:
162: x_quote_type po_headers.type_lookup_code%type;
163: x_quote_sub_type po_headers.quote_type_lookup_code%type;
164: --
165: x_secondary_unit_fsp MTL_UNITS_OF_MEASURE.UNIT_OF_MEASURE%TYPE;
166: x_secondary_uom_fsp MTL_UNITS_OF_MEASURE.UOM_CODE%TYPE;
167: x_secondary_quantity_fsp po_lines.quantity%type;
168: --
169:

Line 166: x_secondary_uom_fsp MTL_UNITS_OF_MEASURE.UOM_CODE%TYPE;

162: x_quote_type po_headers.type_lookup_code%type;
163: x_quote_sub_type po_headers.quote_type_lookup_code%type;
164: --
165: x_secondary_unit_fsp MTL_UNITS_OF_MEASURE.UNIT_OF_MEASURE%TYPE;
166: x_secondary_uom_fsp MTL_UNITS_OF_MEASURE.UOM_CODE%TYPE;
167: x_secondary_quantity_fsp po_lines.quantity%type;
168: --
169:
170: BEGIN