DBA Data[Home] [Help]

APPS.PO_DATATEMPLATE_PKG dependencies on PO_INQ_SV

Line 1102: l_return := l_return + PO_INQ_SV.get_active_enc_amount(x_rate => l_rate

1098: FETCH cur_shipments INTO l_line_loc_id, l_shipment_type;
1099: OPEN cur_distributions(l_line_loc_id);
1100: LOOP
1101: FETCH cur_distributions INTO l_rate,l_dist_id, l_enc_amt;
1102: l_return := l_return + PO_INQ_SV.get_active_enc_amount(x_rate => l_rate
1103: ,x_enc_amount => l_enc_amt
1104: ,x_shipment_type => l_shipment_type
1105: ,x_po_distribution_id => l_dist_id);
1106: EXIT WHEN cur_distributions%NOTFOUND;