DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_PARTIES_PKG dependencies on HZ_DSS_UTIL_PUB

Line 369: hz_dss_util_pub.test_instance(

365: /* Check if the DSS security is granted to the user.
366: Only check for update. */
367: FOR i IN 1..l_party_orig_system_reference.count LOOP
368: l_dss_security_errors(i) :=
369: hz_dss_util_pub.test_instance(
370: p_operation_code => 'UPDATE',
371: p_db_object_name => 'HZ_PARTIES',
372: p_instance_pk1_value => l_party_id(i),
373: p_user_name => fnd_global.user_name,