DBA Data[Home] [Help]

APPS.IGS_AV_UNT_LGCY_PUB dependencies on IGS_PS_VER_PKG

Line 567: mydebug('Before igs_ps_ver_pkg.get_pk_for_validation ' );

563: +===========================================================================*/
564: x_return_status BOOLEAN :=TRUE;
565: BEGIN
566: x_return_status := TRUE;
567: mydebug('Before igs_ps_ver_pkg.get_pk_for_validation ' );
568: IF NOT igs_ps_ver_pkg.get_pk_for_validation
569: (
570: x_course_cd => p_lgcy_adstunt_rec.program_cd,
571: x_version_number => p_version_number

Line 568: IF NOT igs_ps_ver_pkg.get_pk_for_validation

564: x_return_status BOOLEAN :=TRUE;
565: BEGIN
566: x_return_status := TRUE;
567: mydebug('Before igs_ps_ver_pkg.get_pk_for_validation ' );
568: IF NOT igs_ps_ver_pkg.get_pk_for_validation
569: (
570: x_course_cd => p_lgcy_adstunt_rec.program_cd,
571: x_version_number => p_version_number
572: ) THEN