DBA Data[Home] [Help]

APPS.IGS_DA_TRNS_IMP dependencies on IGS_PS_VER_PKG

Line 1912: write_message ('Before igs_ps_ver_pkg.get_pk_for_validation ');

1908: x_return_status BOOLEAN := TRUE;
1909: BEGIN
1910: ecx_debug.push ('IGS_DA_TRNS_IMP.VALIDATE_ADV_STD_DB_CONS');
1911: x_return_status := TRUE;
1912: write_message ('Before igs_ps_ver_pkg.get_pk_for_validation ');
1913:
1914: IF NOT igs_ps_ver_pkg.get_pk_for_validation (x_course_cd => p_program_cd,
1915: x_version_number => p_version_number
1916: )

Line 1914: IF NOT igs_ps_ver_pkg.get_pk_for_validation (x_course_cd => p_program_cd,

1910: ecx_debug.push ('IGS_DA_TRNS_IMP.VALIDATE_ADV_STD_DB_CONS');
1911: x_return_status := TRUE;
1912: write_message ('Before igs_ps_ver_pkg.get_pk_for_validation ');
1913:
1914: IF NOT igs_ps_ver_pkg.get_pk_for_validation (x_course_cd => p_program_cd,
1915: x_version_number => p_version_number
1916: )
1917: THEN
1918: fnd_message.set_name ('IGS', 'IGS_AV_PRG_CD_NOT_EXISTS');