DBA Data[Home] [Help]

APPS.AP_CLM_PVT_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 129: l_unit_meas_lookup_code PO_LINE_LOCATIONS_ALL.unit_meas_lookup_code%TYPE;

125: l_matching_basis PO_LINE_LOCATIONS.matching_basis%TYPE;
126: l_quantity_received PO_LINE_LOCATIONS.quantity_received%TYPE;
127: l_amount_received PO_LINE_LOCATIONS.amount_received%TYPE;
128: l_hold_name VARCHAR2(30);
129: l_unit_meas_lookup_code PO_LINE_LOCATIONS_ALL.unit_meas_lookup_code%TYPE;
130: l_return_status VARCHAR2(1);
131: l_debug_info VARCHAR2(240);
132:
133: BEGIN