DBA Data[Home] [Help]

APPS.PYUDET dependencies on FND_PROFILE

Line 443: g_current_req_id := nvl(fnd_profile.value('CONC_REQUEST_ID'),-1);

439: g_request_id := p_request_id;
440: g_p6_request_id := p_p6_request_id;
441: g_effective_date := p_effective_date;
442: g_authority := p_authority;
443: g_current_req_id := nvl(fnd_profile.value('CONC_REQUEST_ID'),-1);
444: g_update_count := 0;
445: g_reject_count := 0;
446: -- Insert the G_EFFECTIVE_DATE into FND_SESSION
447: hr_utility.fnd_insert(g_effective_date);

Line 725: l_request_id number := nvl(fnd_profile.value('CONC_REQUEST_ID'),-1);

721: p_line_no in out nocopy number,
722: p_text in varchar2,
723: p_request_id in number default null)
724: IS
725: l_request_id number := nvl(fnd_profile.value('CONC_REQUEST_ID'),-1);
726: BEGIN
727: if p_request_id is not null then
728: l_request_id := p_request_id;
729: end if;

Line 2560: fnd_profile.get('GB RTI Uptake', l_uptake_value);

2556: elsif g_mode in (3,4) then
2557: l_m34_rec := p_m34_rec;
2558: -- Here based on profile we have to process the employee.
2559: -- Get the profile value
2560: fnd_profile.get('GB RTI Uptake', l_uptake_value);
2561: hr_utility.trace(' l_uptake_value : '||l_uptake_value);
2562:
2563: /* When RTI Profile is set to None continue the old process
2564: as employer is not live on RTI.

Line 3001: fnd_profile.get('GB_OVERRIDE_SOY', g_SOY_override_profile);

2997: set_global(p_request_id,p_mode,p_effective_date,p_business_group_id,
2998: p_payroll_id,p_authority,p_p6_request_id,p_validate_only );
2999:
3000: -- Bug#9253974: fetch "HR : GB Override SOY Authority" profile value
3001: fnd_profile.get('GB_OVERRIDE_SOY', g_SOY_override_profile);
3002:
3003: --------------------------------
3004: -- Start the process --
3005: --------------------------------