DBA Data[Home] [Help]

APPS.HZ_LOCATION_V2PUB dependencies on HZ_DSS_UTIL_PUB

Line 1162: hz_dss_util_pub.test_instance(

1158: -- THE HZ_LOCATIONS ENTITY WAS INADVERTENTLY MISSED DURING THE CODING PHASE OF
1159: -- THE DSS PROJECT
1160:
1161: l_test_security :=
1162: hz_dss_util_pub.test_instance(
1163: p_operation_code => 'INSERT',
1164: p_db_object_name => 'HZ_LOCATIONS',
1165: p_instance_pk1_value => x_location_id,
1166: p_user_name => fnd_global.user_name,

Line 1519: hz_dss_util_pub.test_instance(

1515: CLOSE c_standalone_location;
1516:
1517: IF l_standalone_location = 'N' THEN
1518: l_test_security :=
1519: hz_dss_util_pub.test_instance(
1520: p_operation_code => 'UPDATE',
1521: p_db_object_name => 'HZ_LOCATIONS',
1522: p_instance_pk1_value => l_location_rec.location_id,
1523: p_user_name => fnd_global.user_name,