DBA Data[Home] [Help]

APPS.IGS_AS_GEN_001 dependencies on IGS_GE_INS_SLE

Line 427: igs_ge_ins_sle.genp_set_log_entry (

423: IF c_suaai_rec.grade IS NOT NULL THEN
424: --
425: -- Log warning that the item has an outcome recorded against it.
426: --
427: igs_ge_ins_sle.genp_set_log_entry (
428: p_s_log_type,
429: p_key,
430: p_sle_key,
431: 'IGS_AS_ASSITEM_LOGICALLY_DEL', -- Warn that an outcome exist.

Line 447: igs_ge_ins_sle.genp_set_log_entry (

443: END IF;
444: ROLLBACK TO sp_save_point;
445: p_message_name := 'IGS_AS_UNABLE_LOGICAL_DEL';
446: p_error_count := p_error_count + 1;
447: igs_ge_ins_sle.genp_set_log_entry (
448: p_s_log_type,
449: p_key,
450: p_sle_key,
451: 'IGS_AS_UNABLE_LOGICAL_DEL', -- Error, record locked.