DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_CURRENCY_SV

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

4001:
4002: -- copy rate info for PO currency to pou_currency
4003: l_interface_rate_type := l_pou_default_rate_type;
4004: l_interface_rate_date := trunc(sysdate);
4005: PO_CURRENCY_SV.get_rate(x_set_of_books_id => l_pou_sob_id,
4006: x_currency_code => x_currency_code_doc,
4007: x_rate_type => l_pou_default_rate_type,
4008: x_rate_date => l_interface_rate_date,
4009: x_inverse_rate_display_flag => 'N',

Line 4027: IF(PO_CURRENCY_SV.rate_exists (

4023: END IF;
4024:
4025: -- Fail creation of the PO if there is no rate to convert from
4026: -- ROU currency to PO currency
4027: IF(PO_CURRENCY_SV.rate_exists (
4028: p_from_currency => l_rou_currency_code,
4029: p_to_currency => x_currency_code_doc,
4030: p_conversion_date => trunc(sysdate),
4031: p_conversion_type => l_pou_default_rate_type) <> 'Y')