DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on WF_LOCAL_SYNCH

Line 2243: 'Calling wf_local_synch.propagate_user');

2239: --
2240:
2241: if (fnd_log.LEVEL_STATEMENT >= fnd_log.g_current_runtime_level) then
2242: fnd_log.string(FND_LOG.LEVEL_STATEMENT, c_log_head || l_api_name,
2243: 'Calling wf_local_synch.propagate_user');
2244: fnd_log.string(FND_LOG.LEVEL_STATEMENT, c_log_head || l_api_name,
2245: 'ORCLGUID = '|| my_guid);
2246: fnd_log.string(FND_LOG.LEVEL_STATEMENT, c_log_head || l_api_name,
2247: 'PER_PERSON_ID = '|| my_empid);

Line 2256: wf_local_synch.propagate_user('FND_USR',my_userid, myList, my_start, my_exp);

2252: fnd_log.string(FND_LOG.LEVEL_STATEMENT, c_log_head || l_api_name,
2253: 'OLD_USER_NAME = '|| g_old_user_name);
2254: end if;
2255: -- update wf and the entity manager --
2256: wf_local_synch.propagate_user('FND_USR',my_userid, myList, my_start, my_exp);
2257: -- end of unstub
2258:
2259: if (fnd_log.LEVEL_STATEMENT >= fnd_log.g_current_runtime_level) then
2260: fnd_log.string(FND_LOG.LEVEL_STATEMENT, c_log_head || l_api_name,

Line 2261: 'Finished wf_local_synch.propagate_user');

2257: -- end of unstub
2258:
2259: if (fnd_log.LEVEL_STATEMENT >= fnd_log.g_current_runtime_level) then
2260: fnd_log.string(FND_LOG.LEVEL_STATEMENT, c_log_head || l_api_name,
2261: 'Finished wf_local_synch.propagate_user');
2262: end if;
2263: -- -----------------------------------------------------------------
2264: -- since wf_local_synch is temporarily stubbed out, also make the
2265: -- direct calls to entity-mgr to compensate (jvc)

Line 2264: -- since wf_local_synch is temporarily stubbed out, also make the

2260: fnd_log.string(FND_LOG.LEVEL_STATEMENT, c_log_head || l_api_name,
2261: 'Finished wf_local_synch.propagate_user');
2262: end if;
2263: -- -----------------------------------------------------------------
2264: -- since wf_local_synch is temporarily stubbed out, also make the
2265: -- direct calls to entity-mgr to compensate (jvc)
2266: -- -----------------------------------------------------------------
2267:
2268: -- don't make this call anymore - code unstubbed