DBA Data[Home] [Help]

APPS.ITG_SYNCEXCHINBOUND_PVT dependencies on GL_CRM_UTILITIES_PKG

Line 249: /* Set the Enable Trigger flag to TRUE "gl_crm_utilities_pkg.enable_trigger" */

245: IF (l_Debug_Level <= 1) THEN
246: itg_debug_pub.Add('PER - Insert into gl_daily_rates_interface' ,1);
247: END IF;
248:
249: /* Set the Enable Trigger flag to TRUE "gl_crm_utilities_pkg.enable_trigger" */
250: gl_crm_utilities_pkg.change_flag(TRUE);
251:
252: INSERT INTO gl_daily_rates_interface(
253: from_currency, to_currency,

Line 250: gl_crm_utilities_pkg.change_flag(TRUE);

246: itg_debug_pub.Add('PER - Insert into gl_daily_rates_interface' ,1);
247: END IF;
248:
249: /* Set the Enable Trigger flag to TRUE "gl_crm_utilities_pkg.enable_trigger" */
250: gl_crm_utilities_pkg.change_flag(TRUE);
251:
252: INSERT INTO gl_daily_rates_interface(
253: from_currency, to_currency,
254: from_conversion_date, to_conversion_date,

Line 261: /* Set the Enable Trigger flag to FALSE "gl_crm_utilities_pkg.enable_trigger" */

257: p_currency_from, p_currency_to,
258: p_effective_date, p_effective_date,
259: p_ratetype, l_quantity, 'I');
260:
261: /* Set the Enable Trigger flag to FALSE "gl_crm_utilities_pkg.enable_trigger" */
262: gl_crm_utilities_pkg.change_flag(FALSE);
263:
264: DECLARE
265: CURSOR get_error_code IS

Line 262: gl_crm_utilities_pkg.change_flag(FALSE);

258: p_effective_date, p_effective_date,
259: p_ratetype, l_quantity, 'I');
260:
261: /* Set the Enable Trigger flag to FALSE "gl_crm_utilities_pkg.enable_trigger" */
262: gl_crm_utilities_pkg.change_flag(FALSE);
263:
264: DECLARE
265: CURSOR get_error_code IS
266: SELECT error_code