DBA Data[Home] [Help]

APPS.AP_APPROVAL_MATCHED_PKG dependencies on PO_INVOICE_HOLD_CHECK

Line 5879: po_invoice_hold_check.pay_when_paid(p_api_version => l_api_version,

5875: AND po_header_id is NOT NULL)
5876: LOOP
5877:
5878: Print_Debug(l_debug_loc, 'pay when paid check for po_heade_id : '||i.po_header_id );
5879: po_invoice_hold_check.pay_when_paid(p_api_version => l_api_version,
5880: p_po_header_id => i.po_header_id,
5881: p_invoice_id => p_invoice_id,
5882: x_return_status => l_return_status,
5883: x_msg_count => l_msg_count,

Line 5958: po_invoice_hold_check.deliverable_overdue_check(p_api_version => l_api_version,

5954: AND po_header_id is NOT NULL)
5955: LOOP
5956:
5957: Print_Debug(l_debug_loc, 'po deliverable check for po_heade_id : '||i.po_header_id );
5958: po_invoice_hold_check.deliverable_overdue_check(p_api_version => l_api_version,
5959: p_po_header_id => i.po_header_id,
5960: p_invoice_id => p_invoice_id,
5961: x_return_status => l_return_status,
5962: x_msg_count => l_msg_count,