DBA Data[Home] [Help]

APPS.GHR_SES_CONV_PKG dependencies on FND_PROFILE

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

152:
153: BEGIN
154:
155: hr_utility.set_location( 'Entering : ' || l_proc, 10);
156: l_prog_name := Fnd_profile.value('CONC_REQUEST_ID');
157: hr_utility.set_location('l_prog_name conc_request_id :' || l_prog_name ,11);
158:
159: if l_prog_name = '-1' then
160: l_prog_name := NULL;