DBA Data[Home] [Help]

APPS.IGC_CC_COMPLETE_COVER_PKG dependencies on AP_INVOICE_DISTRIBUTIONS

Line 346: from ap_invoice_distributions ind

342: Function matched_releases ( x_po_header_id IN PO_HEADERS.PO_HEADER_ID%TYPE )
343: return boolean IS
344: Cursor C_matched_releases is
345: Select 'X'
346: from ap_invoice_distributions ind
347: , po_distributions pd
348: , po_headers ph
349: where ind.po_distribution_id = pd.po_distribution_id
350: and pd.po_header_id = ph.po_header_id