DBA Data[Home] [Help]

APPS.IGS_EN_GET_SCAEH_DTL dependencies on IGS_EN_GEN_004

Line 150: v_hist_col_value := IGS_EN_GEN_004.ENRP_GET_SCAH_COL(

146: CLOSE c_last_e_scah;
147: IF v_hist_col_value IS NULL THEN
148: -- get the value of the first history instance
149: -- with a value for the column
150: v_hist_col_value := IGS_EN_GEN_004.ENRP_GET_SCAH_COL(
151: p_column_name,
152: p_person_id,
153: p_course_cd,
154: v_last_hist_end_dt);

Line 192: v_hist_col_value := IGS_EN_GEN_004.ENRP_GET_SCAH_COL(

188: -- last ENROLLED definition.
189: IF v_hist_col_value IS NULL THEN
190: -- get the value of the first history
191: -- instance with a value for the column
192: v_hist_col_value := IGS_EN_GEN_004.ENRP_GET_SCAH_COL(
193: p_column_name,
194: p_person_id,
195: p_course_cd,
196: v_last_hist_end_dt);