DBA Data[Home] [Help]

APPS.IGS_ST_GEN_003 dependencies on IGS_GE_GEN_003

Line 883: IGS_GE_GEN_003.genp_ins_log_entry(

879: -- Log an error to the IGS_GE_S_ERROR_LOG
880: p_logged_ind := TRUE;
881: END IF;
882: -- Create an entry in the System Log Entry
883: IGS_GE_GEN_003.genp_ins_log_entry(
884: p_s_log_type,
885: p_creation_dt,
886: 'IGS_PE_PERSON IGS_PS_COURSE,' ||
887: TO_CHAR(p_person_id) || ', ' ||

Line 940: IGS_GE_GEN_003.genp_ins_log_entry (

936: -- set that an error has been logged
937: p_logged_ind := TRUE;
938: END IF;
939: --Create an entry in the system log entry
940: IGS_GE_GEN_003.genp_ins_log_entry (
941: p_s_log_type,
942: p_creation_dt,
943: 'IGS_PE_PERSON IGS_PS_COURSE,' ||
944: TO_CHAR(p_person_id) || ', ' ||

Line 989: IGS_GE_GEN_003.genp_ins_log_entry (

985: -- set that an error has been logged
986: p_logged_ind := TRUE;
987: END IF;
988: --Create an entry in the system log entry
989: IGS_GE_GEN_003.genp_ins_log_entry (
990: p_s_log_type,
991: p_creation_dt,
992: 'IGS_PE_PERSON IGS_PS_COURSE,' || TO_CHAR(p_person_id) || ', ' || p_course_cd,
993: 4218,

Line 1037: IGS_GE_GEN_003.genp_ins_log_entry (

1033: -- set that an error has been logged
1034: p_logged_ind := TRUE;
1035: END IF;
1036: --Create an entry in the system log entry
1037: IGS_GE_GEN_003.genp_ins_log_entry (
1038: p_s_log_type,
1039: p_creation_dt,
1040: 'IGS_PE_PERSON IGS_PS_COURSE,' || TO_CHAR(p_person_id) || ', ' || p_course_cd,
1041: 4219,

Line 1076: IGS_GE_GEN_003.genp_ins_log_entry (

1072: IF (p_logged_ind = FALSE) THEN
1073: p_logged_ind := TRUE;
1074: END IF;
1075: -- create an entry in the system log entry
1076: IGS_GE_GEN_003.genp_ins_log_entry (
1077: p_s_log_type,
1078: p_creation_dt,
1079: 'IGS_PE_PERSON IGS_PS_COURSE' || ',' || TO_CHAR(p_person_id) || ',' || p_course_cd,
1080: 4220,

Line 1124: IGS_GE_GEN_003.genp_ins_log_entry (

1120: -- log an error to the IGS_GE_S_ERROR_LOG
1121: p_logged_ind := TRUE;
1122: END IF;
1123: -- create an entry in the system log entry
1124: IGS_GE_GEN_003.genp_ins_log_entry (
1125: p_s_log_type,
1126: p_creation_dt,
1127: 'IGS_PE_PERSON IGS_PS_COURSE' || ',' || TO_CHAR(p_person_id) || ',' || p_course_cd,
1128: 4901,