DBA Data[Home] [Help]

APPS.GHR_MTO_INT dependencies on FND_PROFILE

Line 105: l_prog_name := Fnd_profile.value('CONC_REQUEST_ID');

101:
102: begin
103: hr_utility.set_location('Entering:'||l_proc, 10);
104:
105: l_prog_name := Fnd_profile.value('CONC_REQUEST_ID');
106:
107: hr_utility.set_location('l_prog_name conc_request_id :' || l_prog_name ,11);
108: if l_prog_name = '-1' then
109: l_prog_name := NULL;