DBA Data[Home] [Help]

APPS.IGS_AS_ADI_UPLD_PR_PKG dependencies on FND_API

Line 768: RAISE fnd_api.g_exc_unexpected_error;

764: v_request_id :=
765: fnd_request.submit_request ('IGS', 'IGSPRS04', NULL, NULL, FALSE, p_user_id, p_batch_datetime, p_delete_rows);
766: END IF;
767: IF v_request_id = 0 THEN
768: RAISE fnd_api.g_exc_unexpected_error;
769: END IF;
770: COMMIT;
771: --
772: END progression_outcome_process;