DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on HZ_DSS_UTIL_PUB

Line 1175: hz_dss_util_pub.test_instance(

1171: -- THE HZ_LOCATIONS ENTITY WAS INADVERTENTLY MISSED DURING THE CODING PHASE OF
1172: -- THE DSS PROJECT
1173:
1174: l_test_security :=
1175: hz_dss_util_pub.test_instance(
1176: p_operation_code => 'INSERT',
1177: p_db_object_name => 'HZ_LOCATIONS',
1178: p_instance_pk1_value => x_location_id,
1179: p_user_name => fnd_global.user_name,

Line 1532: hz_dss_util_pub.test_instance(

1528: CLOSE c_standalone_location;
1529:
1530: IF l_standalone_location = 'N' THEN
1531: l_test_security :=
1532: hz_dss_util_pub.test_instance(
1533: p_operation_code => 'UPDATE',
1534: p_db_object_name => 'HZ_LOCATIONS',
1535: p_instance_pk1_value => l_location_rec.location_id,
1536: p_user_name => fnd_global.user_name,