DBA Data[Home] [Help]

APPS.IGC_CC_COMPLETE_COVER_PKG dependencies on PO_DISTRIBUTIONS

Line 347: , po_distributions pd

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
351: and ph.po_header_id = x_po_header_id;