DBA Data[Home] [Help]

APPS.CSD_ISUP_DEPOT_WF_PVT dependencies on FND_PROFILE

Line 225: l_repair_type_id := fnd_profile.value('CSD_DEFAULT_REPAIR_TYPE');

221: IF ( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
222: FND_LOG.STRING(FND_LOG.LEVEL_PROCEDURE, lc_mod_name||'begin',
223: 'Entering Private API create_ro_wf');
224: END IF;
225: l_repair_type_id := fnd_profile.value('CSD_DEFAULT_REPAIR_TYPE');
226:
227: -- if Profile is not set, set repair type to standard.
228: if l_repair_type_id is null then
229:

Line 260: fnd_profile.get('CSD_DEFAULT_PRICE_LIST',l_price_list_id);

256: --notes_message := notes_message || g_incident_number;
257:
258: -- get the profile value for the default price list.
259:
260: fnd_profile.get('CSD_DEFAULT_PRICE_LIST',l_price_list_id);
261:
262: -- set if the multi org security context, if its not already set.
263: -- without this all the secured apps data may not be visible.
264:

Line 391: IF (nvl(fnd_profile.value('CSD_AUTO_CHECK_BULLETINS'),'N') = 'Y') THEN

387:
388: end if;
389:
390: -- swai: 12.1.1 bug 7176940 - check service bulletins after RO creation
391: IF (nvl(fnd_profile.value('CSD_AUTO_CHECK_BULLETINS'),'N') = 'Y') THEN
392: CSD_RO_BULLETINS_PVT.LINK_BULLETINS_TO_RO(
393: p_api_version_number => 1.0,
394: p_init_msg_list => Fnd_Api.G_FALSE,
395: p_commit => Fnd_Api.G_TRUE,