DBA Data[Home] [Help]

APPS.GHR_SES_CONV_PKG dependencies on FND_PROFILE

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

156:
157: BEGIN
158:
159: hr_utility.set_location( 'Entering : ' || l_proc, 10);
160: l_prog_name := Fnd_profile.value('CONC_REQUEST_ID');
161: hr_utility.set_location('l_prog_name conc_request_id :' || l_prog_name ,11);
162:
163: if l_prog_name = '-1' then
164: l_prog_name := NULL;