DBA Data[Home] [Help]

APPS.PJI_UTILS dependencies on DBMS_STANDARD

Line 218: dbms_standard.raise_application_error(-20050, l_error_msg);

214:
215: l_override_date := to_date(l_override, 'MM/DD/YYYY');
216:
217: exception when others then
218: dbms_standard.raise_application_error(-20050, l_error_msg);
219:
220: end;
221:
222: return greatest(l_global_start_date, l_override_date);