DBA Data[Home] [Help]

APPS.IGS_FI_WAIVERS_API_PUB dependencies on FND_LOG

Line 455: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN

451: );
452: WHEN OTHERS THEN
453: ROLLBACK TO create_manual_waivers_pub ;
454: x_return_status := fnd_api.g_ret_sts_unexp_error;
455: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
456: fnd_log.string(fnd_log.level_exception,'igs.plsql.igs_fi_waivers_api_pub.create_manual_waivers.exception','Error : ' || SQLERRM);
457: END IF;
458: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
459: fnd_msg_pub.add_exc_msg(

Line 456: fnd_log.string(fnd_log.level_exception,'igs.plsql.igs_fi_waivers_api_pub.create_manual_waivers.exception','Error : ' || SQLERRM);

452: WHEN OTHERS THEN
453: ROLLBACK TO create_manual_waivers_pub ;
454: x_return_status := fnd_api.g_ret_sts_unexp_error;
455: IF fnd_log.level_exception >= fnd_log.g_current_runtime_level THEN
456: fnd_log.string(fnd_log.level_exception,'igs.plsql.igs_fi_waivers_api_pub.create_manual_waivers.exception','Error : ' || SQLERRM);
457: END IF;
458: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_unexp_error) THEN
459: fnd_msg_pub.add_exc_msg(
460: p_pkg_name => g_pkg_name,

Line 914: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN

910: --Who When What
911: ------------------------------------------------------------------
912: BEGIN
913:
914: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
915: fnd_log.string( fnd_log.level_statement, 'igs.plsql.igs_fi_waivers_api_pub.'||p_v_module, p_v_string);
916: END IF;
917: END log_to_fnd;
918:

Line 915: fnd_log.string( fnd_log.level_statement, 'igs.plsql.igs_fi_waivers_api_pub.'||p_v_module, p_v_string);

911: ------------------------------------------------------------------
912: BEGIN
913:
914: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
915: fnd_log.string( fnd_log.level_statement, 'igs.plsql.igs_fi_waivers_api_pub.'||p_v_module, p_v_string);
916: END IF;
917: END log_to_fnd;
918:
919: END igs_fi_waivers_api_pub;