DBA Data[Home] [Help]

APPS.PO_CHORD_WF5 dependencies on PO_CORE_S2

Line 214: po_core_s2.get_po_currency (x_po_header_id,

210: into x_po_header_id
211: FROM po_releases_all PR
212: WHERE PR.po_release_id = x_po_release_id;
213:
214: po_core_s2.get_po_currency (x_po_header_id,
215: x_base_currency,
216: x_po_currency );
217:
218: IF x_base_currency <> x_po_currency THEN

Line 220: po_core_s2.get_currency_info (x_po_currency,

216: x_po_currency );
217:
218: IF x_base_currency <> x_po_currency THEN
219:
220: po_core_s2.get_currency_info (x_po_currency,
221: x_precision,
222: x_min_unit );
223:
224: po_core_s2.get_currency_info (x_base_currency,

Line 224: po_core_s2.get_currency_info (x_base_currency,

220: po_core_s2.get_currency_info (x_po_currency,
221: x_precision,
222: x_min_unit );
223:
224: po_core_s2.get_currency_info (x_base_currency,
225: x_base_precision,
226: x_base_min_unit );
227:
228: