DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_CURRENCY_SV

Line 4330: PO_CURRENCY_SV.get_rate(x_set_of_books_id => l_pou_sob_id,

4326:
4327: -- copy rate info for PO currency to pou_currency
4328: l_interface_rate_type := l_pou_default_rate_type;
4329: l_interface_rate_date := trunc(sysdate);
4330: PO_CURRENCY_SV.get_rate(x_set_of_books_id => l_pou_sob_id,
4331: x_currency_code => x_currency_code_doc,
4332: x_rate_type => l_pou_default_rate_type,
4333: x_rate_date => l_interface_rate_date,
4334: x_inverse_rate_display_flag => 'N',

Line 4352: IF(PO_CURRENCY_SV.rate_exists (

4348: END IF;
4349:
4350: -- Fail creation of the PO if there is no rate to convert from
4351: -- ROU currency to PO currency
4352: IF(PO_CURRENCY_SV.rate_exists (
4353: p_from_currency => l_rou_currency_code,
4354: p_to_currency => x_currency_code_doc,
4355: p_conversion_date => trunc(sysdate),
4356: p_conversion_type => l_pou_default_rate_type) <> 'Y')