DBA Data[Home] [Help]

APPS.SSPWSMED_PKG dependencies on APP_EXCEPTION

Line 66: app_exception.raise_exception;

62: fetch c1 into c1_rec;
63: if c1%FOUND then
64: fnd_message.set_name ('SSP','SSP_35020_NON_UNQ_MED_EVID');
65: fnd_message.raise_error;
66: app_exception.raise_exception;
67: end if;
68: close c1;
69: END check_unique_mat_evidence;
70:

Line 91: app_exception.raise_exception;

87: fetch c1 into c1_rec;
88: if c1%FOUND then
89: fnd_message.set_name ('SSP', 'SSP_35020_NON_UNQ_MED_EVID');
90: fnd_message.raise_error;
91: app_exception.raise_exception;
92: end if;
93: close c1;
94: END check_unique_abs_evidence;
95: