DBA Data[Home] [Help]

APPS.IGS_EN_GEN_017 dependencies on FND_PROFILE

Line 464: IF FND_PROFILE.VALUE('CAREER_MODEL_ENABLED') = 'Y' THEN

460:
461: --
462: --If the action is 'ALL' then Fetch the students sections for selected term and career/program.
463: --
464: IF FND_PROFILE.VALUE('CAREER_MODEL_ENABLED') = 'Y' THEN
465: l_program_cd := l_primary_code;
466: ELSE
467: l_program_cd := p_program_code;
468: END IF;