DBA Data[Home] [Help]

APPS.IGS_PR_GEN_005 dependencies on STANDARD

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

1451: AND v_crv_cow_rec.ou_start_dt = p_ou_start_dt THEN
1452: RETURN 'Y';
1453: END IF;
1454: -- Firstly search for a direct match to an organisational unit with the
1455: -- course type qualification, if doesn't THEN move onto a standard ou
1456: -- relationship test.
1457: OPEN c_our (v_crv_cow_rec.org_unit_cd, v_crv_cow_rec.ou_start_dt, v_crv_cow_rec.course_type);
1458: FETCH c_our INTO v_dummy;
1459: IF c_our%FOUND THEN