DBA Data[Home] [Help]

APPS.IGS_EN_IVR_PUB dependencies on IGS_SS_EN_WRAPPERS

Line 251: igs_ss_en_wrappers.enrp_ss_val_person_step(

247:
248: l_ret_status := NULL;
249: l_error_message := NULL;
250: --If the parameters are valid, then call the below procedure to evaluate Person Steps.
251: igs_ss_en_wrappers.enrp_ss_val_person_step(
252: p_person_id => l_person_id,
253: p_person_type => l_person_type,
254: p_load_cal_type => l_cal_type,
255: p_load_ci_sequence_number => l_ci_sequence_number,

Line 352: igs_ss_en_wrappers.validate_enroll_validate (

348: END LOOP;
349:
350: --Perform the program steps validation and change the status of unit section in the cart to Enrolled status.
351: --Pass the concatenated uoo_ids to the procedure, so that it will enroll all those unit sections.
352: igs_ss_en_wrappers.validate_enroll_validate (
353: p_person_id => l_person_id,
354: p_load_cal_type => l_cal_type,
355: p_load_ci_sequence_number => l_ci_sequence_number,
356: p_uoo_ids => l_conc_uoo_id,

Line 863: igs_ss_en_wrappers.enrp_ss_val_person_step(

859: x_message_data => x_msg_data);
860: x_return_status := FND_API.G_RET_STS_ERROR;
861: ELSE
862: --If the parameters are valid, then call the below procedure to evaluate Person Steps.
863: igs_ss_en_wrappers.enrp_ss_val_person_step(
864: p_person_id => l_person_id,
865: p_person_type => l_person_type,
866: p_load_cal_type => l_cal_type,
867: p_load_ci_sequence_number => l_ci_sequence_number,