DBA Data[Home] [Help]

APPS.PO_COPYDOC_S3 dependencies on MTL_UNITS_OF_MEASURE

Line 166: x_secondary_unit_fsp MTL_UNITS_OF_MEASURE.UNIT_OF_MEASURE%TYPE;

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

Line 167: x_secondary_uom_fsp MTL_UNITS_OF_MEASURE.UOM_CODE%TYPE;

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