DBA Data[Home] [Help]

APPS.HZ_PERSON_INFO_V2PUB dependencies on HZ_EDUCATION_PKG

Line 790: HZ_EDUCATION_PKG.Insert_Row (

786: RAISE FND_API.G_EXC_ERROR;
787: END IF;
788:
789: -- call table handler to insert a row
790: HZ_EDUCATION_PKG.Insert_Row (
791: x_EDUCATION_ID => p_education_rec.education_id,
792: x_COURSE_MAJOR => p_education_rec.course_major,
793: x_PARTY_ID => p_education_rec.party_id,
794: x_SCHOOL_PARTY_ID => p_education_rec.school_party_id,

Line 899: HZ_EDUCATION_PKG.Update_Row (

895: RAISE FND_API.G_EXC_ERROR;
896: END IF;
897:
898: -- call table handler to update a row
899: HZ_EDUCATION_PKG.Update_Row (
900: x_Rowid => l_rowid,
901: x_EDUCATION_ID => p_education_rec.education_id,
902: x_COURSE_MAJOR => p_education_rec.course_major,
903: x_PARTY_ID => p_education_rec.party_id,

Line 2530: * HZ_EDUCATION_PKG.Select_Row

2526: * DESCRIPTION
2527: * Gets class education record.
2528: *
2529: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
2530: * HZ_EDUCATION_PKG.Select_Row
2531: *
2532: * ARGUMENTS
2533: * IN:
2534: * p_init_msg_list Initialize message stack if it is set to

Line 2591: HZ_EDUCATION_PKG.Select_Row (

2587: -- The x_education_rec.education_id must be initiated to p_education_id
2588: x_education_rec.education_id := p_education_id;
2589:
2590:
2591: HZ_EDUCATION_PKG.Select_Row (
2592: X_EDUCATION_ID => x_education_rec.education_id,
2593: X_PARTY_ID => x_education_rec.party_id,
2594: X_COURSE_MAJOR => x_education_rec.course_major,
2595: X_DEGREE_RECEIVED => x_education_rec.degree_received,