DBA Data[Home] [Help]

APPS.OTA_CERT_APPROVAL_SS dependencies on HR_UTILITY

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

31:
32:
33:
34: BEGIN
35: hr_utility.set_location('ENTERING get_approval_req', 10);
36: IF (funcmode='RUN') THEN
37:
38:
39:

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

67: resultout:='COMPLETE:Y';
68:
69:
70: end if;
71: hr_utility.trace('l_resultout' || resultout);
72:
73: RETURN;
74: END IF; --RUN
75:

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

79: END IF;
80: Exception
81:
82: when others then
83: hr_utility.set_location('ENTERING exception get_approval_req', 10);
84:
85:
86:
87: end get_approval_req;

Line 415: WHEN hr_utility.hr_error THEN

411: ,p_transaction_data => l_transaction_table);
412:
413:
414: EXCEPTION
415: WHEN hr_utility.hr_error THEN
416: -- -------------------------------------------
417: -- an application error has been raised so we must
418: -- redisplay the web form to display the error
419: -- --------------------------------------------

Line 876: hr_utility.trace ('Before create ' ||'10');

872: l_EARLIEST_ENROLL_DATE := hr_transaction_api.get_varchar2_value
873: (p_transaction_step_id => p_transaction_step_id
874: ,p_name => 'P_EARLIESTENROLLDATE');
875:
876: hr_utility.trace ('Before create ' ||'10');
877:
878: ota_cert_enrollment_api.subscribe_to_certification
879: (
880: -- p_effective_date => l_effective_date

Line 916: hr_utility.trace ('AFTER create ' ||'10');

912: ,p_attribute20 => l_attribute20
913: ,p_cert_enrollment_id => l_cert_enrollment_id
914: ,p_enroll_from => 'LRNR');
915:
916: hr_utility.trace ('AFTER create ' ||'10');
917: --Put certification enrollment id in wf attributes
918: --req during update
919: hr_transaction_api.get_transaction_step_info
920: (p_transaction_step_id => p_transaction_step_id

Line 936: hr_utility.trace ('AFTER EVENT_ID ' ||'10');

932: close get_cert_name;
933:
934: wf_engine.setItemAttrText(l_item_type, l_item_key, 'OTA_ACTIVITY_VERSION_NAME',l_certification_name);
935: */
936: hr_utility.trace ('AFTER EVENT_ID ' ||'10');
937: end create_cert_enrollment_tt;
938:
939:
940: