DBA Data[Home] [Help]

APPS.IGS_PR_GEN_006 dependencies on STANDARD

Line 192: -- course type qualification, if doesn't then move onto a standard ou

188: v_crv_cow_rec.ou_start_dt = p_ou_start_dt THEN
189: RETURN 'Y';
190: END IF;
191: -- Firstly search for a direct match to an organisational unit with the
192: -- course type qualification, if doesn't then move onto a standard ou
193: -- relationship test.
194: OPEN c_our (
195: v_crv_cow_rec.org_unit_cd,
196: v_crv_cow_rec.ou_start_dt,

Line 499: -- Get the 'standard' GPA figure applicable to a course version / institution.

495: p_prg_sequence_number IN NUMBER )
496: RETURN NUMBER IS
497: gv_other_detail VARCHAR2(255);
498: BEGIN -- IGS_GR_get_std_gpa
499: -- Get the 'standard' GPA figure applicable to a course version / institution.
500: -- Note: currently this routine embeds the concept of the 'standard' value
501: -- within the logic, however, in future this will be expanded in a
502: -- rule / configuration option.
503: DECLARE

Line 500: -- Note: currently this routine embeds the concept of the 'standard' value

496: RETURN NUMBER IS
497: gv_other_detail VARCHAR2(255);
498: BEGIN -- IGS_GR_get_std_gpa
499: -- Get the 'standard' GPA figure applicable to a course version / institution.
500: -- Note: currently this routine embeds the concept of the 'standard' value
501: -- within the logic, however, in future this will be expanded in a
502: -- rule / configuration option.
503: DECLARE
504: v_std_gpa NUMBER := 0;

Line 537: -- Get the 'standard' wam figure applicable to a course version / institution.

533: p_prg_sequence_number IN NUMBER )
534: RETURN NUMBER IS
535: gv_other_detail VARCHAR2(255);
536: BEGIN -- IGS_PR_get_std_wam
537: -- Get the 'standard' wam figure applicable to a course version / institution.
538: -- Note: currently this routine embeds the concept of the 'standard' value
539: -- within the logic, however, in future this will be expanded in a
540: -- rule / configuration option.
541: DECLARE

Line 538: -- Note: currently this routine embeds the concept of the 'standard' value

534: RETURN NUMBER IS
535: gv_other_detail VARCHAR2(255);
536: BEGIN -- IGS_PR_get_std_wam
537: -- Get the 'standard' wam figure applicable to a course version / institution.
538: -- Note: currently this routine embeds the concept of the 'standard' value
539: -- within the logic, however, in future this will be expanded in a
540: -- rule / configuration option.
541: DECLARE
542: v_std_wam NUMBER := 0;