DBA Data[Home] [Help]

APPS.JAI_CMN_ST_FORMS_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 230: from po_distributions_all

226: /* and invoice_distribution_id = p_invoice_distribution_id ; */
227:
228: cursor c_get_po_details (p_po_distribution_id number) is
229: select po_header_id, po_line_id, line_location_id
230: from po_distributions_all
231: where po_distribution_id = p_po_distribution_id;
232:
233: -- precedences are always available in po taxes only (receipt taxes does not have it)
234: cursor c_get_tax_precedence (p_po_line_location_id number) is