DBA Data[Home] [Help]

APPS.IGS_AS_SU_ATMPT_ITM_PKG dependencies on IGS_AS_SUAAI_OUHIST_PKG

Line 280: igs_as_suaai_ouhist_pkg.insert_row (

276: OR NVL (new_references.outcome_dt, igs_ge_date.igsdate ('1900/01/01')) <>
277: NVL (old_references.outcome_dt, igs_ge_date.igsdate ('1900/01/01'))
278: OR NVL (new_references.outcome_comment_code, 'NULL') <> NVL (old_references.outcome_comment_code, 'NULL')
279: ) THEN
280: igs_as_suaai_ouhist_pkg.insert_row (
281: x_rowid => l_rowid,
282: x_person_id => old_references.person_id,
283: x_course_cd => old_references.course_cd,
284: x_unit_cd => old_references.unit_cd,