DBA Data[Home] [Help]

APPS.JTF_UM_INDIVIDUAL_USER_PVT SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 180

select user_id
from fnd_user
where user_name = p_user_name;*/
Line: 251

 fnd_user_pkg.UpdateUser(
	  		 x_user_name=>p_um_person_rec.user_name,
			 x_owner=>null,
			 x_customer_id=>p_um_person_rec.party_id);