DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on WF_LOCAL_SYNCH

Line 2850: 'Calling wf_local_synch.propagate_user');

2846: --
2847:
2848: if (fnd_log.LEVEL_STATEMENT >= fnd_log.g_current_runtime_level) then
2849: fnd_log.string(FND_LOG.LEVEL_STATEMENT, c_log_head || l_api_name,
2850: 'Calling wf_local_synch.propagate_user');
2851: fnd_log.string(FND_LOG.LEVEL_STATEMENT, c_log_head || l_api_name,
2852: 'ORCLGUID = '|| my_guid);
2853: fnd_log.string(FND_LOG.LEVEL_STATEMENT, c_log_head || l_api_name,
2854: 'PER_PERSON_ID = '|| my_empid);

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

2859: fnd_log.string(FND_LOG.LEVEL_STATEMENT, c_log_head || l_api_name,
2860: 'OLD_USER_NAME = '|| g_old_user_name);
2861: end if;
2862: -- update wf and the entity manager --
2863: wf_local_synch.propagate_user('FND_USR',my_userid, myList, my_start, my_exp);
2864: -- end of unstub
2865:
2866: if (fnd_log.LEVEL_STATEMENT >= fnd_log.g_current_runtime_level) then
2867: fnd_log.string(FND_LOG.LEVEL_STATEMENT, c_log_head || l_api_name,

Line 2868: 'Finished wf_local_synch.propagate_user');

2864: -- end of unstub
2865:
2866: if (fnd_log.LEVEL_STATEMENT >= fnd_log.g_current_runtime_level) then
2867: fnd_log.string(FND_LOG.LEVEL_STATEMENT, c_log_head || l_api_name,
2868: 'Finished wf_local_synch.propagate_user');
2869: end if;
2870: -- -----------------------------------------------------------------
2871: -- since wf_local_synch is temporarily stubbed out, also make the
2872: -- direct calls to entity-mgr to compensate (jvc)

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

2867: fnd_log.string(FND_LOG.LEVEL_STATEMENT, c_log_head || l_api_name,
2868: 'Finished wf_local_synch.propagate_user');
2869: end if;
2870: -- -----------------------------------------------------------------
2871: -- since wf_local_synch is temporarily stubbed out, also make the
2872: -- direct calls to entity-mgr to compensate (jvc)
2873: -- -----------------------------------------------------------------
2874:
2875: -- don't make this call anymore - code unstubbed