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 890: RAISE fnd_api.g_exc_unexpected_error;

886: psp_xmlgen.update_er_person_xml (p_wf_item_key => itemkey,
887: p_return_status => l_return_status);
888:
889: IF (l_return_status = 'E') THEN
890: RAISE fnd_api.g_exc_unexpected_error;
891: END IF;
892:
893: end if; --- funcmode = RUN
894: exception

Line 1265: RAISE fnd_api.g_exc_unexpected_error;

1261: psp_xmlgen.update_er_person_xml (p_wf_item_key => itemkey,
1262: p_return_status => l_return_status);
1263:
1264: IF (l_return_status = 'E') THEN
1265: RAISE fnd_api.g_exc_unexpected_error;
1266: END IF;
1267:
1268: end if; ---funcmode
1269: exception