DBA Data[Home] [Help]

APPS.IGS_EN_IVR_PUB dependencies on FND_PROFILE

Line 1049: IF NVL(FND_PROFILE.VALUE('IGS_EN_DISP_DUNIT_STUD'), 'N') = 'Y' THEN

1045: x_msg_data := l_message_data;
1046: RETURN;
1047: END IF;
1048:
1049: IF NVL(FND_PROFILE.VALUE('IGS_EN_DISP_DUNIT_STUD'), 'N') = 'Y' THEN
1050: l_status_not_shown := '''UNCONFIRM''';
1051: ELSE
1052: l_status_not_shown := '''UNCONFIRM'', ''DROPPED''';
1053: END IF;

Line 1736: IF NVL(FND_PROFILE.VALUE('CAREER_MODEL_ENABLED'),'N') = 'Y' THEN

1732: RETURN;
1733: END IF;
1734:
1735: -- Check the career model, if it is enabled then get the primary program...
1736: IF NVL(FND_PROFILE.VALUE('CAREER_MODEL_ENABLED'),'N') = 'Y' THEN
1737: IF p_career IS NULL THEN
1738: igs_en_gen_017.enrp_msg_string_to_list(
1739: p_message_string => 'IGS_EN_NO_CAREER',
1740: p_init_msg_list => FND_API.G_FALSE,

Line 2004: IF NVL(FND_PROFILE.VALUE('CAREER_MODEL_ENABLED'),'N') = 'Y' THEN

2000: /*
2001: Determine if single or multiple program for the student
2002: and set the career_program pl/sql table
2003: */
2004: IF NVL(FND_PROFILE.VALUE('CAREER_MODEL_ENABLED'),'N') = 'Y' THEN
2005: -- career
2006: FOR rec_career_mode IN c_career_mode(l_person_id)
2007: LOOP
2008: l_rec_count := l_rec_count + 1;