46: --COMMIT;
47:
48: RETURN l_itemkey;
49: EXCEPTION
50: WHEN fnd_api.g_exc_error THEN
51: ROLLBACK;
52: WHEN fnd_api.g_exc_unexpected_error THEN
53: ROLLBACK;
54: WHEN OTHERS THEN
48: RETURN l_itemkey;
49: EXCEPTION
50: WHEN fnd_api.g_exc_error THEN
51: ROLLBACK;
52: WHEN fnd_api.g_exc_unexpected_error THEN
53: ROLLBACK;
54: WHEN OTHERS THEN
55: ROLLBACK;
56: END raise_appr_rej_supp_event;