DBA Data[Home] [Help]

APPS.HZ_PARTY_SITE_V2PUB dependencies on HZ_DSS_UTIL_PUB

Line 1800: hz_dss_util_pub.test_instance(

1796: -- Bug 3818648: check dss profile before call 3.
1797: --
1798: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' THEN
1799: l_test_security :=
1800: hz_dss_util_pub.test_instance(
1801: p_operation_code => 'INSERT',
1802: p_db_object_name => 'HZ_PARTY_SITES',
1803: p_instance_pk1_value => x_party_site_id,
1804: p_user_name => fnd_global.user_name,

Line 2072: hz_dss_util_pub.test_instance(

2068: -- Bug 3818648: check dss profile before call test_instance.
2069: --
2070: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' THEN
2071: l_test_security :=
2072: hz_dss_util_pub.test_instance(
2073: p_operation_code => 'UPDATE',
2074: p_db_object_name => 'HZ_PARTY_SITES',
2075: p_instance_pk1_value => l_party_site_rec.party_site_id,
2076: p_user_name => fnd_global.user_name,