DBA Data[Home] [Help]

APPS.PA_MAITN_ORG_UPDATE_BEROW dependencies on APP_EXCEPTION

Line 23: app_exception.raise_exception;

19: if v_err_code < 0 then
20: fnd_message.set_name('PA', 'PA_ALL_ORACLE_ERROR');
21: fnd_message.set_token('errno', to_char(v_err_code));
22: fnd_message.set_token('stage', v_err_stage);
23: app_exception.raise_exception;
24: elsif v_err_code > 0 then
25: fnd_message.set_name('PA', v_err_stage);
26: app_exception.raise_exception;
27: end if;

Line 26: app_exception.raise_exception;

22: fnd_message.set_token('stage', v_err_stage);
23: app_exception.raise_exception;
24: elsif v_err_code > 0 then
25: fnd_message.set_name('PA', v_err_stage);
26: app_exception.raise_exception;
27: end if;
28: end if;
29: pa_org_utils.newRows(pa_org_utils.newRows.count+1) := :new.rowid;
30: END IF;