DBA Data[Home] [Help]

APPS.GHR_SES_CONV_PKG dependencies on HR_UTILITY

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

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

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

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