DBA Data[Home] [Help]

APPS.GL_CRM_UTILITIES_PKG dependencies on GL_BUSINESS_EVENTS

Line 379: gl_business_events.raise(

375:
376: IF (p_mode_flag = 'D') THEN
377:
378: -- Raise the remove conversion event
379: gl_business_events.raise(
380: p_event_name =>
381: 'oracle.apps.gl.CurrencyConversionRates.dailyRate.remove',
382: p_event_key => ekey,
383: p_parameter_name1 => 'FROM_CURRENCY',

Line 397: gl_business_events.raise(

393:
394: ELSE
395:
396: -- Raise the specify conversion event
397: gl_business_events.raise(
398: p_event_name =>
399: 'oracle.apps.gl.CurrencyConversionRates.dailyRate.specify',
400: p_event_key => ekey,
401: p_parameter_name1 => 'FROM_CURRENCY',