DBA Data[Home] [Help]

APPS.AP_APPROVAL_MATCHED_PKG dependencies on PO_INVOICE_HOLD_CHECK

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

6374: AND po_header_id is NOT NULL)
6375: LOOP
6376:
6377: Print_Debug(l_debug_loc, 'pay when paid check for po_heade_id : '||i.po_header_id );
6378: po_invoice_hold_check.pay_when_paid(p_api_version => l_api_version,
6379: p_po_header_id => i.po_header_id,
6380: p_invoice_id => p_invoice_id,
6381: x_return_status => l_return_status,
6382: x_msg_count => l_msg_count,

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

6453: AND po_header_id is NOT NULL)
6454: LOOP
6455:
6456: Print_Debug(l_debug_loc, 'po deliverable check for po_heade_id : '||i.po_header_id );
6457: po_invoice_hold_check.deliverable_overdue_check(p_api_version => l_api_version,
6458: p_po_header_id => i.po_header_id,
6459: p_invoice_id => p_invoice_id,
6460: x_return_status => l_return_status,
6461: x_msg_count => l_msg_count,