DBA Data[Home] [Help]

APPS.POR_AMENDMENT_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 5867: FROM po_distributions_all --

5863: */
5864: l_progress:='010';
5865: SELECT nvl(max(distribution_num), 0)
5866: INTO x_distribution_num
5867: FROM po_distributions_all --
5868: WHERE line_location_id = x_line_location_id;
5869:
5870:
5871: l_progress:='020';

Line 6258: INSERT INTO po_distributions_all --

6254: l_currency_conversion_rate := x_rate_for_req_fields; --
6255:
6256: --!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6257:
6258: INSERT INTO po_distributions_all --
6259: (po_distribution_id,
6260: last_update_date,
6261: last_updated_by,
6262: po_header_id,