DBA Data[Home] [Help]

APPS.POA_SAVINGS_NP dependencies on EDW_LOCAL_SYSTEM_PARAMETERS

Line 16: p_rate_type edw_local_system_parameters.rate_type%type) RETURN NUMBER;

12:
13: FUNCTION get_currency_conv_rate (p_from_currency_code po_headers_all.currency_code%type,
14: p_to_currency_code VARCHAR2,
15: p_rate_date DATE,
16: p_rate_type edw_local_system_parameters.rate_type%type) RETURN NUMBER;
17: PRAGMA RESTRICT_REFERENCES (get_currency_conv_rate, WNDS);
18:
19: END poa_savings_np;