554: -- Step 4.iv: Call PO_MATCH to create ITEM dist lines
555: -------------------------------------------------------
556: debug_info := 'Calling PO Matching to create Item Dist Lines';
557: /* bug 5228301 */
558: AP_MATCHING_UTILS_PKG.Match_Invoice_Line(
559: P_Invoice_Id => C_invoice_id,
560: P_Invoice_Line_Number => C_invoice_line_number,
561: P_Overbill_Flag => C_overbilled,
562: P_Calling_Sequence => Current_calling_sequence);