DBA Data[Home] [Help]

APPS.IGS_EN_GEN_017 dependencies on IGS_EN_IVR_PUB

Line 226: igs_en_ivr_pub.evaluate_person_steps(

222: END IF;
223:
224: --Call the below procedure for the Person Step validations
225: l_message_data := NULL;
226: igs_en_ivr_pub.evaluate_person_steps(
227: p_api_version => 1.0,
228: p_init_msg_list => FND_API.G_FALSE,
229: p_commit => FND_API.G_FALSE,
230: p_person_number => p_person_number,

Line 443: --If the control reaches till here then perform the Person Validate Step by calling igs_en_ivr_pub.evaluate_person_steps.

439: );
440: RETURN;
441: END IF;
442: --
443: --If the control reaches till here then perform the Person Validate Step by calling igs_en_ivr_pub.evaluate_person_steps.
444: --
445: igs_en_ivr_pub.evaluate_person_steps(
446: p_api_version => 1.0,
447: p_init_msg_list => FND_API.G_FALSE,

Line 445: igs_en_ivr_pub.evaluate_person_steps(

441: END IF;
442: --
443: --If the control reaches till here then perform the Person Validate Step by calling igs_en_ivr_pub.evaluate_person_steps.
444: --
445: igs_en_ivr_pub.evaluate_person_steps(
446: p_api_version => 1.0,
447: p_init_msg_list => FND_API.G_FALSE,
448: p_commit => FND_API.G_FALSE,
449: p_person_number => p_person_number,

Line 699: p_term_tbl OUT NOCOPY igs_en_ivr_pub.term_tbl_type,

695: RETURN igs_en_gen_017.g_invoke_source;
696: END enrp_get_invoke_source;
697:
698: PROCEDURE enrp_get_term_ivr_list(
699: p_term_tbl OUT NOCOPY igs_en_ivr_pub.term_tbl_type,
700: p_error_message OUT NOCOPY VARCHAR2 ,
701: p_ret_status OUT NOCOPY VARCHAR2 ) AS
702: /*
703: || Created By : Nishikant

Line 1011: igs_en_ivr_pub.validate_career_program

1007: */
1008: /*
1009: Validate the career and program
1010: */
1011: igs_en_ivr_pub.validate_career_program
1012: (
1013: p_api_version => 1.0,
1014: p_init_msg_list => FND_API.G_FALSE,
1015: p_commit => FND_API.G_FALSE,