DBA Data[Home] [Help]

APPS.HZ_PARTY_SITE_V2PUB dependencies on HZ_DSS_UTIL_PUB

Line 1796: hz_dss_util_pub.test_instance(

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

Line 2065: hz_dss_util_pub.test_instance(

2061: -- Bug 3818648: check dss profile before call test_instance.
2062: --
2063: IF NVL(fnd_profile.value('HZ_DSS_ENABLED'), 'N') = 'Y' THEN
2064: l_test_security :=
2065: hz_dss_util_pub.test_instance(
2066: p_operation_code => 'UPDATE',
2067: p_db_object_name => 'HZ_PARTY_SITES',
2068: p_instance_pk1_value => l_party_site_rec.party_site_id,
2069: p_user_name => fnd_global.user_name,