DBA Data[Home] [Help]

APPS.PJI_UTILS dependencies on DBMS_STANDARD

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

194:
195: l_override_date := to_date(l_override, 'MM/DD/YYYY');
196:
197: exception when others then
198: dbms_standard.raise_application_error(-20050, l_error_msg);
199:
200: end;
201:
202: return greatest(l_global_start_date, l_override_date);