DBA Data[Home] [Help]

APPS.IBE_PARTY_V2PVT dependencies on IBE_USER_PVT

Line 147: IBE_USER_PVT.Create_User(p_user_name => p_username,

143: -- Call Create_User to create user in FND by setting
144: -- by setting the customer_id column from fnd_user table
145: -- to person_party_id
146: IF (p_username <> FND_API.G_MISS_CHAR and p_username is not null) then
147: IBE_USER_PVT.Create_User(p_user_name => p_username,
148: p_password => p_password,
149: p_start_date => sysdate,
150: p_end_date => null,
151: p_password_date => sysdate,

Line 488: IBE_USER_PVT.Create_User(p_user_name => p_username,

484: -- Call Create_User to create user in FND by setting
485: -- by setting the customer_id column from fnd_user table
486: -- to x_rel_party_id
487: IF (p_username <> FND_API.G_MISS_CHAR and p_username is not null) then
488: IBE_USER_PVT.Create_User(p_user_name => p_username,
489: p_password => p_password,
490: p_start_date => sysdate,
491: p_end_date => null,
492: p_password_date => sysdate,