DBA Data[Home] [Help]

APPS.IGS_GE_REF_CD_PKG dependencies on IGS_AS_SUA_REF_CDS_PKG

Line 158: igs_as_sua_ref_cds_pkg.get_UFK_Igs_As_Sua_Ref_Cds

154: Know limitations, enhancements or remarks
155: Change History
156: Who When What
157: swaghmar 11-JULY-2005 Bug#4327987 Added a call to
158: igs_as_sua_ref_cds_pkg.get_UFK_Igs_As_Sua_Ref_Cds
159: to check for existing child
160: Student Unit Reference Codes
161: (reverse chronological order - newest change first)
162: ***************************************************************/

Line 194: -- Added a call to igs_as_sua_ref_cds_pkg.get_UFK_Igs_As_Sua_Ref_Cds to check for existing

190: old_references.reference_cd_type,
191: old_references.reference_cd);
192:
193: -- swaghmar 11-JULY-2005 Bug#4327987
194: -- Added a call to igs_as_sua_ref_cds_pkg.get_UFK_Igs_As_Sua_Ref_Cds to check for existing
195: -- child Student Unit Reference Codes
196:
197: igs_as_sua_ref_cds_pkg.get_UFK_Igs_As_Sua_Ref_Cds (
198: old_references.reference_cd_type,

Line 197: igs_as_sua_ref_cds_pkg.get_UFK_Igs_As_Sua_Ref_Cds (

193: -- swaghmar 11-JULY-2005 Bug#4327987
194: -- Added a call to igs_as_sua_ref_cds_pkg.get_UFK_Igs_As_Sua_Ref_Cds to check for existing
195: -- child Student Unit Reference Codes
196:
197: igs_as_sua_ref_cds_pkg.get_UFK_Igs_As_Sua_Ref_Cds (
198: old_references.reference_cd_type,
199: old_references.reference_cd);
200:
201: END Check_Child_Existance;