DBA Data[Home] [Help]

APPS.JAI_CMN_ST_FORMS_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 252: from po_distributions_all

248: /* and invoice_distribution_id = p_invoice_distribution_id ; */
249:
250: cursor c_get_po_details (p_po_distribution_id number) is
251: select po_header_id, po_line_id, line_location_id
252: from po_distributions_all
253: where po_distribution_id = p_po_distribution_id;
254:
255: /*Cursor Added by nprashar for bug # 12561167 */
256: cursor c_get_po_details_rcv (p_invoice_id_match number) is