DBA Data[Home] [Help]

APPS.IGS_EN_SEVIS dependencies on IGS_GE_GEN_003

Line 219: IGS_GE_GEN_003.GENP_INS_LOG (

215: END IF;
216:
217: END IF;
218:
219: IGS_GE_GEN_003.GENP_INS_LOG (
220: 'EN-RET-FT',
221: p_begin_cal_inst||','||p_return_cal_inst||','||p_log_creation_dt,
222: v_creation_dt
223: );

Line 315: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY( 'EN-RET-FT',

311: -- Loop thru all the Student Program attempt
312: FOR sca IN c_sca(i.person_id) LOOP
313:
314: -- Log all the parametes and other details in log entry table.
315: IGS_GE_GEN_003.GENP_INS_LOG_ENTRY( 'EN-RET-FT',
316: p_log_creation_dt ,
317: to_char(i.person_id) || ',' ||
318: UPPER(l_person_name_row.party_number) || ',' ||
319: sca.course_cd || ',' ||