DBA Data[Home] [Help]

APPS.PQH_EFC dependencies on HR_UTILITY

Line 156: hr_utility.set_location('Entering: '||l_proc, 5);

152: --
153:
154: BEGIN
155:
156: hr_utility.set_location('Entering: '||l_proc, 5);
157:
158: IF p_entity_cd = 'BVR' THEN
159: -- Budget Version Table BVR
160: OPEN csr_bvr;

Line 236: hr_utility.set_location('Leaving:'||l_proc, 1000);

232: CLOSE csr_bus_grp;
233:
234: END IF; -- currency for business group
235:
236: hr_utility.set_location('Leaving:'||l_proc, 1000);
237:
238: RETURN l_currency_cd;
239:
240: EXCEPTION

Line 242: hr_utility.set_message(8302, 'PQH_CATASTROPHIC_ERROR');

238: RETURN l_currency_cd;
239:
240: EXCEPTION
241: WHEN OTHERS THEN
242: hr_utility.set_message(8302, 'PQH_CATASTROPHIC_ERROR');
243: hr_utility.set_message_token('ROUTINE', l_proc);
244: hr_utility.set_message_token('REASON', SQLERRM);
245: raise ;
246: END;

Line 243: hr_utility.set_message_token('ROUTINE', l_proc);

239:
240: EXCEPTION
241: WHEN OTHERS THEN
242: hr_utility.set_message(8302, 'PQH_CATASTROPHIC_ERROR');
243: hr_utility.set_message_token('ROUTINE', l_proc);
244: hr_utility.set_message_token('REASON', SQLERRM);
245: raise ;
246: END;
247:

Line 244: hr_utility.set_message_token('REASON', SQLERRM);

240: EXCEPTION
241: WHEN OTHERS THEN
242: hr_utility.set_message(8302, 'PQH_CATASTROPHIC_ERROR');
243: hr_utility.set_message_token('ROUTINE', l_proc);
244: hr_utility.set_message_token('REASON', SQLERRM);
245: raise ;
246: END;
247:
248: ------------------------------------------------------------------------------------

Line 439: hr_utility.set_location('Entering: '||l_proc, 5);

435: --
436:
437: BEGIN
438:
439: hr_utility.set_location('Entering: '||l_proc, 5);
440:
441: -- Get the unit of measure
442:
443: IF p_entity_cd = 'BVR' THEN

Line 613: hr_utility.set_location('Leaving:'||l_proc, 1000);

609:
610:
611:
612:
613: hr_utility.set_location('Leaving:'||l_proc, 1000);
614:
615: RETURN l_converted_amt;
616:
617:

Line 620: hr_utility.set_message(8302, 'PQH_CATASTROPHIC_ERROR');

616:
617:
618: EXCEPTION
619: WHEN OTHERS THEN
620: hr_utility.set_message(8302, 'PQH_CATASTROPHIC_ERROR');
621: hr_utility.set_message_token('ROUTINE', l_proc);
622: hr_utility.set_message_token('REASON', SQLERRM);
623: raise ;
624: END;

Line 621: hr_utility.set_message_token('ROUTINE', l_proc);

617:
618: EXCEPTION
619: WHEN OTHERS THEN
620: hr_utility.set_message(8302, 'PQH_CATASTROPHIC_ERROR');
621: hr_utility.set_message_token('ROUTINE', l_proc);
622: hr_utility.set_message_token('REASON', SQLERRM);
623: raise ;
624: END;
625: --

Line 622: hr_utility.set_message_token('REASON', SQLERRM);

618: EXCEPTION
619: WHEN OTHERS THEN
620: hr_utility.set_message(8302, 'PQH_CATASTROPHIC_ERROR');
621: hr_utility.set_message_token('ROUTINE', l_proc);
622: hr_utility.set_message_token('REASON', SQLERRM);
623: raise ;
624: END;
625: --
626: