DBA Data[Home] [Help]

APPS.GHR_SES_CONV_PKG dependencies on HR_UTILITY

Line 159: hr_utility.set_location( 'Entering : ' || l_proc, 10);

155: and paf.position_id = l_position_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

Line 161: hr_utility.set_location('l_prog_name conc_request_id :' || l_prog_name ,11);

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;
165: else