DBA Data[Home] [Help]

APPS.CSD_ISUP_DEPOT_WF_PVT dependencies on FND_PROFILE

Line 260: fnd_profile.get('SERVER_TIMEZONE_ID', l_server_tz_id);

256: END IF;
257:
258: -- bug#9581916, subhat.
259: -- derive the contract information.
260: fnd_profile.get('SERVER_TIMEZONE_ID', l_server_tz_id);
261:
262: IF (Fnd_Log.LEVEL_PROCEDURE >= Fnd_Log.G_CURRENT_RUNTIME_LEVEL) THEN
263: Fnd_Log.STRING(Fnd_Log.LEVEL_PROCEDURE, lc_mod_name,
264: 'Calling CSD_REPAIRS_UTIL.GET_ENTITLEMENTS to get contracts if any.');

Line 352: l_repair_type_id := FND_PROFILE.VALUE('CSD_DEFAULT_REPAIR_TYPE');

348: IF (Fnd_Log.LEVEL_PROCEDURE >= Fnd_Log.G_CURRENT_RUNTIME_LEVEL) THEN
349: Fnd_Log.STRING(Fnd_Log.LEVEL_PROCEDURE, lc_mod_name,
350: 'No Default rules set up for repair type. Fetching it from profile');
351: END IF;
352: l_repair_type_id := FND_PROFILE.VALUE('CSD_DEFAULT_REPAIR_TYPE');
353: END IF;
354:
355: -- get the auto process rma flag. bug#9581916, subhat.
356: SELECT nvl(auto_process_rma,'N')

Line 445: p_approval_required_flag => NVL(fnd_profile.value('CSD_CUST_APPROVAL_REQD'),'N'),

441: p_instance_id => null,
442: p_status => 'O',
443: p_status_reason_code => null,
444: p_date_closed => null,
445: p_approval_required_flag => NVL(fnd_profile.value('CSD_CUST_APPROVAL_REQD'),'N'),
446: p_approval_status =>null,
447: p_serial_number => l_current_serial_number,
448: p_promise_date => null,
449: p_attribute_category => null,

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

526: RAISE l_prod_exception;
527: END IF;
528:
529: -- swai: 12.1.1 bug 7176940 - check service bulletins after RO creation
530: IF (nvl(fnd_profile.value('CSD_AUTO_CHECK_BULLETINS'),'N') = 'Y') THEN
531: CSD_RO_BULLETINS_PVT.LINK_BULLETINS_TO_RO(
532: p_api_version_number => 1.0,
533: p_init_msg_list => Fnd_Api.G_FALSE,
534: p_commit => Fnd_Api.G_TRUE,