DBA Data[Home] [Help]

APPS.AP_CLM_PVT_PKG dependencies on PO_LINE_LOCATIONS

Line 125: l_matching_basis PO_LINE_LOCATIONS.matching_basis%TYPE;

121: l_quantity_billed PO_DISTRIBUTIONS_ALL.quantity_billed%TYPE ;
122: l_amount_billed PO_DISTRIBUTIONS_ALL.amount_billed%TYPE ;
123: l_quantity_cancelled PO_DISTRIBUTIONS_ALL.quantity_cancelled%TYPE ;
124: l_amount_cancelled PO_DISTRIBUTIONS_ALL.amount_cancelled%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;

Line 126: l_quantity_received PO_LINE_LOCATIONS.quantity_received%TYPE;

122: l_amount_billed PO_DISTRIBUTIONS_ALL.amount_billed%TYPE ;
123: l_quantity_cancelled PO_DISTRIBUTIONS_ALL.quantity_cancelled%TYPE ;
124: l_amount_cancelled PO_DISTRIBUTIONS_ALL.amount_cancelled%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);

Line 127: l_amount_received PO_LINE_LOCATIONS.amount_received%TYPE;

123: l_quantity_cancelled PO_DISTRIBUTIONS_ALL.quantity_cancelled%TYPE ;
124: l_amount_cancelled PO_DISTRIBUTIONS_ALL.amount_cancelled%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);

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