DBA Data[Home] [Help]

APPS.HZ_UI_UTIL_PKG dependencies on FND_GLOBAL

Line 221: p_user_name => FND_GLOBAL.User_Name,

217: p_operation_code => 'UPDATE',
218: p_db_object_name => p_entity_name,
219: p_instance_pk1_value => p_entity_pk1,
220: p_instance_pk2_value => p_entity_pk2,
221: p_user_name => FND_GLOBAL.User_Name,
222: x_return_status => l_return_status,
223: x_msg_count => l_msg_count,
224: x_msg_data => l_msg_data
225: );

Line 313: p_user_name => FND_GLOBAL.User_Name,

309: p_operation_code => 'DELETE',
310: p_db_object_name => p_entity_name,
311: p_instance_pk1_value => p_entity_pk1,
312: p_instance_pk2_value => p_entity_pk2,
313: p_user_name => FND_GLOBAL.User_Name,
314: x_return_status => l_return_status,
315: x_msg_count => l_msg_count,
316: x_msg_data => l_msg_data
317: );