DBA Data[Home] [Help]

APPS.JTF_UM_USERTYPE_CREDENTIALS dependencies on FND_USER_PKG

Line 566: fnd_user_pkg.EnableUser (

562: where user_id = X_USER_ID;
563:
564: if to_char(userStartDate) = to_char(FND_API.G_MISS_DATE)
565: and to_char(userEndDate) = to_char(FND_API.G_MISS_DATE) then
566: fnd_user_pkg.EnableUser (
567: username => X_USER_NAME,
568: start_date => sysdate,
569: end_date => fnd_user_pkg.null_date);
570: end if;

Line 569: end_date => fnd_user_pkg.null_date);

565: and to_char(userEndDate) = to_char(FND_API.G_MISS_DATE) then
566: fnd_user_pkg.EnableUser (
567: username => X_USER_NAME,
568: start_date => sysdate,
569: end_date => fnd_user_pkg.null_date);
570: end if;
571: --end of changes for 3899304
572: -- removing JTF_PENDING_REMOVAL resp assigned during registration process
573: -- as we now have a check to assign default responsibility only if there