DBA Data[Home] [Help]

APPS.IGS_PR_GET_CLASS_STD dependencies on IGS_PR_USER_CLASS_STD

Line 195: l_flag := IGS_PR_USER_CLASS_STD.customized_class_standing_flag;

191: AND ipccs.igs_pr_class_std_id = ipcs.igs_pr_class_std_id;
192:
193: BEGIN
194:
195: l_flag := IGS_PR_USER_CLASS_STD.customized_class_standing_flag;
196:
197: /**
198: * Logging all params
199: */

Line 228: IGS_PR_USER_CLASS_STD.get_customized_class_std

224: IF (l_flag = 'Y')
225: THEN -- For Customized Class Standing
226: /* For customized class standing, calling the customized procedure*/
227: l_class_standing :=
228: IGS_PR_USER_CLASS_STD.get_customized_class_std
229: (p_person_id,
230: p_course_cd,
231: p_predictive_ind,
232: p_effective_dt,