DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_CPT_PKG dependencies on HZ_DSS_UTIL_PUB

Line 288: hz_dss_util_pub.test_instance(

284: /* Check if the DSS security is granted to the user.
285: Only check for update. */
286: FOR i IN 1..l_cp_orig_system_reference.count LOOP
287: l_dss_security_errors(i) :=
288: hz_dss_util_pub.test_instance(
289: p_operation_code => 'UPDATE',
290: p_db_object_name => 'HZ_CONTACT_POINTS',
291: p_instance_pk1_value => l_contact_point_id(i),
292: p_instance_pk2_value => null,