DBA Data[Home] [Help]

APPS.IGS_AD_IMP_013 dependencies on IGS_PE_TYP_INSTANCES_PKG

Line 230: igs_pe_typ_instances_pkg.insert_row

226: l_ended_by := NULL;
227: l_end_method := NULL;
228: END IF;
229:
230: igs_pe_typ_instances_pkg.insert_row
231: (
232: x_rowid => lv_rowid,
233: x_person_id => p_person_type_rec.person_id,
234: x_course_cd => null,

Line 408: igs_pe_typ_instances_pkg.update_row

404: l_end_method := 'END_IMPORT';
405: l_ended_by := fnd_global.user_id;
406: END IF;
407:
408: igs_pe_typ_instances_pkg.update_row
409: (
410: x_rowid => p_rowid,
411: x_person_id => p_person_type_rec.person_id,
412: x_course_cd => null,