DBA Data[Home] [Help]

APPS.AMS_ACTMETRICS_SEED_PVT dependencies on AMS_UTILITY_PVT

Line 178: Ams_Utility_Pvt.Write_Conc_Log(msg);

174: ||G_PKG_NAME||'.'||name||': '||message1;
175: if message2 is not null then
176: msg := msg || ': '||message2;
177: end if;
178: Ams_Utility_Pvt.Write_Conc_Log(msg);
179: END Write_Log;
180:
181: PROCEDURE Show_Values(
182: p_actmetric_id_table IN num_table_type,

Line 251: ams_utility_pvt.Convert_Currency (

247: END IF;
248:
249: -- Call the proper AMS_UTILITY_API API to convert the amount.
250:
251: ams_utility_pvt.Convert_Currency (
252: x_return_status ,
253: p_from_currency,
254: G_FUNC_CURRENCY,
255: sysdate,

Line 319: ams_utility_pvt.Convert_Currency (

315: END IF;
316:
317: -- Call the proper AMS_UTILITY_API API to convert the amount.
318:
319: ams_utility_pvt.Convert_Currency (
320: x_return_status ,
321: G_FUNC_CURRENCY,
322: p_trans_currency,
323: sysdate,