DBA Data[Home] [Help]

APPS.OTA_LEARNER_ENROLL_REVIEW_SS dependencies on HR_UTILITY

Line 23: hr_utility.set_location('ENTERING get_approval_req', 10);

19:
20:
21:
22: BEGIN
23: hr_utility.set_location('ENTERING get_approval_req', 10);
24: IF (funcmode='RUN') THEN
25:
26:
27:

Line 46: hr_utility.trace('l_resultout' || resultout);

42: resultout:='COMPLETE:Y';
43:
44:
45: end if;
46: hr_utility.trace('l_resultout' || resultout);
47:
48: RETURN;
49: END IF; --RUN
50:

Line 58: hr_utility.set_location('ENTERING exception get_approval_req', 10);

54: END IF;
55: Exception
56:
57: when others then
58: hr_utility.set_location('ENTERING exception get_approval_req', 10);
59:
60:
61:
62: end get_approval_req;

Line 404: WHEN hr_utility.hr_error THEN

400: ,p_transaction_data => l_transaction_table);
401:
402:
403: EXCEPTION
404: WHEN hr_utility.hr_error THEN
405: -- -------------------------------------------
406: -- an application error has been raised so we must
407: -- redisplay the web form to display the error
408: -- --------------------------------------------

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

3163: l_temp_event_id varchar2(100) := null;
3164: l_return_value varchar2(1) := 'N';
3165: BEGIN
3166:
3167: hr_utility.set_location('Entering:'||l_proc, 5);
3168:
3169: FOR c in cur_get_pending_trn_step_id
3170: LOOP
3171: l_temp_event_id :=

Line 3187: hr_utility.set_location('Entering:'||l_proc, 30);

3183: l_return_value := 'Y';
3184: End If;
3185:
3186: RETURN l_return_value;
3187: hr_utility.set_location('Entering:'||l_proc, 30);
3188: END is_class_pending_for_approval;
3189:
3190:
3191: end ota_learner_enroll_review_ss;