DBA Data[Home] [Help]

APPS.IGS_AS_TRNCMT_LGCY_PUB dependencies on IGS_EN_UNIT_SET_PKG

Line 486: igs_en_unit_set_pkg.check_constraints(

482:
483: -- unit_set_cd should be in range (0, 999)
484: IF p_lgcy_trncmt_rec.unit_set_cd IS NOT NULL THEN
485: BEGIN
486: igs_en_unit_set_pkg.check_constraints(
487: column_name => 'UNIT_SET_CD',
488: column_value => p_lgcy_trncmt_rec.unit_set_cd);
489: EXCEPTION
490: WHEN OTHERS THEN