DBA Data[Home] [Help]

APPS.POS_PARTY_MANAGEMENT_PKG dependencies on FND_USER_PKG

Line 314: fnd_user_pkg.updateuser

310: pos_log.combine_fnd_msg(l_msg_count, x_exception_msg);
311: raise_application_error(-20001, x_exception_msg, true);
312: END IF;
313:
314: fnd_user_pkg.updateuser
315: ( x_user_name => p_username,
316: x_owner => NULL,
317: x_customer_id => x_party_id
318: );