DBA Data[Home] [Help]

APPS.CE_BAT_UTILS dependencies on CE_SYSTEM_PARAMETERS

Line 67: from ce_system_parameters

63: BEGIN
64: log('>> get_exchange_rate_type');
65: select cashflow_exchange_rate_type
66: into l_exchange_rate_type
67: from ce_system_parameters
68: where legal_entity_id = p_le_id;
69: log(' type '||l_exchange_rate_type);
70: log('<< get_exchange_rate_type');
71: return (l_exchange_rate_type);

Line 275: from ce_system_parameters

271: BEGIN
272: log('>> get_exchange_date_type');
273: select bat_exchange_date_type
274: into l_exchange_date_type
275: from ce_system_parameters
276: where legal_entity_id = p_le_id;
277:
278: log(' type '||l_exchange_date_type);
279: log('<< get_exchange_date_type');