DBA Data[Home] [Help]

APPS.IGS_EN_IVR_PUB dependencies on IGS_SS_ENR_DETAILS

Line 1665: || stutta 27-NOV-2003 Changed the call to igs_ss_enr_details.enrp_get_prgm_for_career

1661: || return with error.
1662: || Known limitations, enhancements or remarks :
1663: || Change History :
1664: || Who When What
1665: || stutta 27-NOV-2003 Changed the call to igs_ss_enr_details.enrp_get_prgm_for_career
1666: || by passing in two new parameters.
1667: */
1668: l_api_name CONSTANT VARCHAR2(30) := 'validate_career_program';
1669: l_api_version CONSTANT NUMBER := 1.0;

Line 1751: igs_ss_enr_details.enrp_get_prgm_for_career(

1747: RETURN;
1748: END IF;
1749:
1750: -- Get the primary program and if not found then error out...
1751: igs_ss_enr_details.enrp_get_prgm_for_career(
1752: p_person_id => l_person_id ,
1753: p_carrer => p_career ,
1754: p_primary_program => l_primary_code ,
1755: p_primary_program_version => l_primary_version,