DBA Data[Home] [Help]

APPS.FND_USER_RESP_GROUPS_API dependencies on FND_USER_PKG

Line 528: fnd_user_pkg.user_synch(username);

524: /* Should never happen but be safe in case sync wasn't perfect in past */
525: /* # Should we remove this code and just trust the bulk sync? */
526: if( (l_user_orig_system is NULL)
527: and (l_user_orig_system_id is NULL)) then
528: fnd_user_pkg.user_synch(username);
529: wf_directory.GetRoleOrigSysInfo(username,
530: l_user_orig_system,
531: l_user_orig_system_id);
532: end if;

Line 716: fnd_user_pkg.user_synch(username);

712: /* Should never happen but be safe in case sync wasn't perfect in past */
713: /* # Should we remove this code and just trust bulk sync?*/
714: if( (l_user_orig_system is NULL)
715: and (l_user_orig_system_id is NULL)) then
716: fnd_user_pkg.user_synch(username);
717: wf_directory.GetRoleOrigSysInfo(username,
718: l_user_orig_system,
719: l_user_orig_system_id);
720: end if;

Line 1565: fnd_user_pkg.user_synch(rowrec.user_name);

1561: c_log_head || l_api_name || '.orig_notfound',
1562: 'Orig system and id not found. Trying to sync user:'||
1563: rowrec.user_name);
1564: end if;
1565: fnd_user_pkg.user_synch(rowrec.user_name);
1566: wf_directory.GetRoleOrigSysInfo(rowrec.user_name,
1567: l_user_orig_system,
1568: l_user_orig_system_id);
1569: end if;