DBA Data[Home] [Help]

APPS.AP_PREPAY_PKG dependencies on PO_AP_LINE_LOC_REC_TYPE

Line 4014: l_po_ap_line_loc_rec PO_AP_LINE_LOC_REC_TYPE;

4010:
4011: --Contract Payments: Replacing the PO apis
4012: --with new unified API
4013: l_po_ap_dist_rec PO_AP_DIST_REC_TYPE;
4014: l_po_ap_line_loc_rec PO_AP_LINE_LOC_REC_TYPE;
4015: l_api_name VARCHAR2(50);
4016: l_return_status VARCHAR2(100);
4017: l_msg_data VARCHAR2(4000);
4018: l_shipment_quantity_recouped NUMBER;

Line 4122: l_po_ap_line_loc_rec := PO_AP_LINE_LOC_REC_TYPE.create_object(

4118:
4119: END LOOP;
4120:
4121: IF (l_shipment_quantity_recouped <> 0 OR l_shipment_amount_recouped <> 0) THEN
4122: l_po_ap_line_loc_rec := PO_AP_LINE_LOC_REC_TYPE.create_object(
4123: p_po_line_location_id => p_po_line_location_id,
4124: p_uom_code => p_matched_uom_lookup_code,
4125: p_quantity_billed => NULL,
4126: p_amount_billed => NULL,

Line 4193: l_po_ap_line_loc_rec := PO_AP_LINE_LOC_REC_TYPE.create_object(

4189: CLOSE C_PO_Receipt_Update;
4190:
4191: IF (l_shipment_quantity_recouped <> 0 OR l_shipment_amount_recouped <> 0) THEN
4192:
4193: l_po_ap_line_loc_rec := PO_AP_LINE_LOC_REC_TYPE.create_object(
4194: p_po_line_location_id => l_po_line_location_id,
4195: p_uom_code => l_unit_meas_lookup_code,
4196: p_quantity_billed => NULL,
4197: p_amount_billed => NULL,