DBA Data[Home] [Help]

APPS.HZ_DUP_PVT dependencies on HZ_DSS_UTIL_PUB

Line 2017: l_test_security := hz_dss_util_pub.test_instance(

2013:
2014: -- DSS Check if dss profile enabled and dl dss rule is not set to F(do not check DSS)
2015: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' and l_dl_dss_prof <> 'F' THEN
2016:
2017: l_test_security := hz_dss_util_pub.test_instance(
2018: p_operation_code => 'UPDATE',
2019: p_db_object_name => 'HZ_PARTIES',
2020: p_instance_pk1_value => l_party_id,
2021: p_user_name => fnd_global.user_name,