DBA Data[Home] [Help]

APPS.CE_BAT_UTILS dependencies on CE_SYSTEM_PARAMETERS

Line 69: from ce_system_parameters

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

Line 276: from ce_system_parameters

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