DBA Data[Home] [Help]

APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_EN_UNIT_SET_PKG

Line 562: IF NOT igs_en_unit_set_pkg.get_pk_for_validation (p_usec_rsv_rec.preference_code,p_usec_rsv_rec.preference_version) THEN

558: CLOSE c_group;
559: END IF;
560:
561: IF (p_usec_rsv_rec.priority_value = 'UNIT_SET') THEN
562: IF NOT igs_en_unit_set_pkg.get_pk_for_validation (p_usec_rsv_rec.preference_code,p_usec_rsv_rec.preference_version) THEN
563: igs_ps_validate_lgcy_pkg.set_msg('IGS_PS_LGCY_REC_NOT_EXISTS', 'USEC_RSV_PRF', 'LEGACY_TOKENS', FALSE);
564: p_usec_rsv_rec.status := 'E';
565: END IF;
566: END IF;

Line 5034: IF NOT igs_en_unit_set_pkg.get_pk_for_validation (p_usec_wlst_rec.preference_code,p_usec_wlst_rec.preference_version) THEN

5030: END IF;
5031: END IF;
5032:
5033: IF (p_usec_wlst_rec.priority_value = 'UNIT_SET') THEN
5034: IF NOT igs_en_unit_set_pkg.get_pk_for_validation (p_usec_wlst_rec.preference_code,p_usec_wlst_rec.preference_version) THEN
5035: igs_ps_validate_lgcy_pkg.set_msg('IGS_PS_LGCY_REC_NOT_EXISTS', 'USEC_WLST_PRF', 'LEGACY_TOKENS', FALSE);
5036: p_usec_wlst_rec.status := 'E';
5037: END IF;
5038: END IF;