DBA Data[Home] [Help]

APPS.IGS_AS_ADI_UPLD_AIO_PKG dependencies on FND_FUNCTION

Line 1212: IF fnd_function.test ('IGS_SS_ADMIN_HOME') OR fnd_function.test ('IGSAS016') OR fnd_function.test ('IGSAS030') THEN

1208: linstructorid NUMBER;
1209: outval VARCHAR2 (3);
1210: BEGIN
1211: -- Check if the logged in user is a administrator
1212: IF fnd_function.test ('IGS_SS_ADMIN_HOME') OR fnd_function.test ('IGSAS016') OR fnd_function.test ('IGSAS030') THEN
1213: -- If administrator allow download by returning Y
1214: RETURN 'Y';
1215: ELSIF (fnd_function.test ('IGS_SS_FACULTY_HOME')) THEN
1216: -- Get the customer id for customer attached to the logged in user

Line 1215: ELSIF (fnd_function.test ('IGS_SS_FACULTY_HOME')) THEN

1211: -- Check if the logged in user is a administrator
1212: IF fnd_function.test ('IGS_SS_ADMIN_HOME') OR fnd_function.test ('IGSAS016') OR fnd_function.test ('IGSAS030') THEN
1213: -- If administrator allow download by returning Y
1214: RETURN 'Y';
1215: ELSIF (fnd_function.test ('IGS_SS_FACULTY_HOME')) THEN
1216: -- Get the customer id for customer attached to the logged in user
1217: OPEN cur_cusid;
1218: FETCH cur_cusid INTO customerid;
1219: CLOSE cur_cusid;