DBA Data[Home] [Help]

APPS.GL_CRM_UTILITIES_PKG dependencies on GL_MESSAGE

Line 474: gl_message.func_ent('Daily Rates Import');

470: -- e. Currency is not an EMU currency
471: -- o Range of dates specified does not exceeds 366 days
472: --
473: -- If there is any error, an appropriate error_code will be set.
474: gl_message.func_ent('Daily Rates Import');
475:
476: -- GL_CRM_UTILITIES_PKG.DEBUG_MODE := TRUE;
477:
478: UPDATE gl_daily_rates_interface ri

Line 758: gl_message.write_log('CRM0004', 1, 'VALUE', golden_rule_flag);

754: --- will run the gl_rate_rates here, which will remove all the gl_daily_rates lines.
755: fnd_profile.get('GL_CRM_CR_OVERRIDE', golden_rule_flag);
756:
757: IF DEBUG_MODE THEN
758: gl_message.write_log('CRM0004', 1, 'VALUE', golden_rule_flag);
759: END IF;
760:
761: IF (golden_rule_flag = 'SYSTEM') OR(golden_rule_flag = 'BOTH') THEN
762: IF DEBUG_MODE THEN

Line 1225: gl_message.func_ent('Cross Rates Calculation');

1221: FROM gl_daily_conversion_types gct,
1222: gl_cross_rate_rules gcrs
1223: WHERE gct.conversion_type = gcrs.conversion_type);
1224:
1225: gl_message.func_ent('Cross Rates Calculation');
1226:
1227: -- select all the lines who can be calculate cross rate from the gl_daily_rates table
1228: IF DEBUG_MODE THEN
1229: fnd_file.put_line(fnd_file.LOG, 'Clean gl_cross_rate_temp.');

Line 1760: gl_message.write_log('CRM0002', 0);

1756: END IF;
1757: EXCEPTION
1758: WHEN OTHERS THEN
1759: ROLLBACK;
1760: gl_message.write_log('CRM0002', 0);
1761: fnd_file.put_line
1762: (fnd_file.LOG,
1763: 'Error: Duplicate Row or Overlapping Date Range found.');
1764: fnd_file.put_line

Line 1773: gl_message.func_succ('Cross Rates Calculation');

1769: ('ERROR',
1770: 'Error: Duplicate Row or Overlapping Date Range found.');
1771: END;
1772:
1773: gl_message.func_succ('Cross Rates Calculation');
1774: END IF;
1775:
1776: ---- End Calculation
1777: