DBA Data[Home] [Help]

APPS.PSP_ER_WORKFLOW dependencies on FND_API

Line 295: RAISE fnd_api.g_exc_unexpected_error;

291: if wf_rname_array.count = 0 then
292: hr_utility.trace('er_workflow --> count =0 req_id='||to_char(l_request_id));
293: --dbms_output.put_line('INIT APPROVALS:no recs for approval.. raise error');
294: ---- raise error here, with appropriate error;
295: RAISE fnd_api.g_exc_unexpected_error;
296: end if;
297:
298: forall k in 1..wf_rname_array.count
299: update psp_eff_report_approvals

Line 874: RAISE fnd_api.g_exc_unexpected_error;

870: psp_xmlgen.update_er_person_xml (p_wf_item_key => itemkey,
871: p_return_status => l_return_status);
872:
873: IF (l_return_status = 'E') THEN
874: RAISE fnd_api.g_exc_unexpected_error;
875: END IF;
876:
877: end if; --- funcmode = RUN
878: exception

Line 1233: RAISE fnd_api.g_exc_unexpected_error;

1229: psp_xmlgen.update_er_person_xml (p_wf_item_key => itemkey,
1230: p_return_status => l_return_status);
1231:
1232: IF (l_return_status = 'E') THEN
1233: RAISE fnd_api.g_exc_unexpected_error;
1234: END IF;
1235:
1236: end if; ---funcmode
1237: exception