DBA Data[Home] [Help]

APPS.IGS_AS_SUAAI_OUHIST_PKG dependencies on IGS_AS_SU_ATMPT_ITM_PKG

Line 130: || igs_as_su_atmpt_itm_pkg.get_pk_For_validation for the code fix

126: || Who When What
127: || (reverse chronological order - newest change first)
128: || Who when What
129: || Aiyer 17-Apr-2002 Modified the parameter list for the call to the function
130: || igs_as_su_atmpt_itm_pkg.get_pk_For_validation for the code fix
131: || of the bug 2323692.Initially unit_cd field was being passes as parameter
132: || to the x_person_id field and vice versa. As person_id is a number and unit cd is a character, hence
133: || assignment of unit cd to person_id used to give a character to numeric conversion error.This has been rectified
134: */

Line 148: ELSIF NOT igs_as_su_atmpt_itm_pkg.get_pk_For_validation (

144: (new_references.ass_id IS NULL) OR
145: (new_references.creation_dt IS NULL) OR
146: (new_references.uoo_id IS NULL))) THEN
147: NULL;
148: ELSIF NOT igs_as_su_atmpt_itm_pkg.get_pk_For_validation (
149: x_course_cd => new_references.course_cd,
150: x_person_id => new_references.person_id,
151: x_ass_id => new_references.ass_id,
152: x_creation_dt => new_references.creation_dt,