DBA Data[Home] [Help]

APPS.PA_ACC_GEN_WF_PKG dependencies on APP_EXCEPTION

Line 289: app_exception.raise_exception;

285: AND past.per_system_status IN ('ACTIVE_ASSIGN','SUSP_ASSIGN','ACTIVE_CWK');
286:
287: EXCEPTION WHEN no_data_found THEN /* added for bug 6954412 */
288: fnd_message.set_name('PA','PA_NO_ASSIGNMENT');
289: app_exception.raise_exception;
290:
291: END;
292:
293: IF p_employee_ccid is NULL then