DBA Data[Home] [Help]

APPS.IGS_PS_VAL_CAL dependencies on IGS_PS_ANL_LOAD_U_LN

Line 27: FROM IGS_PS_ANL_LOAD_U_LN

23: yr_num = p_yr_num AND
24: effective_start_dt < p_effective_start_dt;
25: CURSOR c_find_calul IS
26: SELECT 'x'
27: FROM IGS_PS_ANL_LOAD_U_LN
28: WHERE course_cd = p_course_cd AND
29: crv_version_number = p_version_number AND
30: yr_num = p_yr_num AND
31: effective_start_dt = gv_effective_start_dt;