DBA Data[Home] [Help]

APPS.AP_RETRO_PRICING_PKG dependencies on PO_AP_LINE_LOC_REC_TYPE

Line 6363: l_po_ap_line_loc_rec PO_AP_LINE_LOC_REC_TYPE;

6359: --replace the direct updates to po_distributions/po_line_locations
6360: --with single api.
6361:
6362: l_po_ap_dist_rec PO_AP_DIST_REC_TYPE;
6363: l_po_ap_line_loc_rec PO_AP_LINE_LOC_REC_TYPE;
6364: l_return_status VARCHAR2(100);
6365: l_msg_data VARCHAR2(4000);
6366: l_po_distribution_id NUMBER;
6367: l_po_line_location_id NUMBER;

Line 6950: l_po_ap_line_loc_rec := PO_AP_LINE_LOC_REC_TYPE.create_object(

6946: END LOOP;
6947:
6948: CLOSE po_dists;
6949:
6950: l_po_ap_line_loc_rec := PO_AP_LINE_LOC_REC_TYPE.create_object(
6951: p_po_line_location_id => l_po_line_location_id,
6952: p_uom_code => l_uom_code,
6953: p_quantity_billed => NULL,
6954: p_amount_billed => l_shipment_amount_billed,