DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_ADDRESSES_PKG dependencies on HZ_DSS_UTIL_PUB

Line 1931: hz_dss_util_pub.test_instance(

1927: /* Check if the DSS security is granted to the user.
1928: Only check for update. */
1929: FOR i IN 1..l_site_id.count LOOP
1930: l_dss_security_errors(i) :=
1931: hz_dss_util_pub.test_instance(
1932: p_operation_code => 'UPDATE',
1933: p_db_object_name => 'HZ_PARTY_SITES',
1934: p_instance_pk1_value => l_site_id(i),
1935: p_user_name => fnd_global.user_name,