506: fnd_profile.get_specific(name_z => 'GL_ACCESS_SET_ID',
507: val_z => profile_val,
508: defined_z=> defined_flag);
509: if(profile_val IS NULL OR defined_flag = FALSE) then
510: app_exception.raise_exception;
511: end if;
512: l_access_set_id := to_number(profile_val);
513: SELECT NAME
514: INTO p_access_set