DBA Data[Home] [Help]

APPS.IGS_PS_CREATE_GENERIC_PKG dependencies on IGS_PS_USEC_WLST_PRF_PKG

Line 5014: IF igs_ps_usec_wlst_prf_pkg.get_uk_for_validation(x_preference_code =>p_usec_wlst_rec.preference_code,

5010: BEGIN
5011:
5012: IF(p_insert_update = 'I') THEN
5013: /* Unique Key Validation */
5014: IF igs_ps_usec_wlst_prf_pkg.get_uk_for_validation(x_preference_code =>p_usec_wlst_rec.preference_code,
5015: x_preference_version=>p_usec_wlst_rec.preference_version,
5016: x_unit_sec_wlst_priority_id =>l_n_wlst_usec_pri_id) THEN
5017: igs_ps_validate_lgcy_pkg.set_msg('IGS_PS_LGCY_REC_EXISTS', 'USEC_WLST_PRF', 'LEGACY_TOKENS', FALSE);
5018: p_usec_wlst_rec.status := 'W';