DBA Data[Home] [Help]

APPS.PJI_UTILS dependencies on 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);

Line 295: -- for GSCC standards

291: end if;
292:
293: elsif (l_output_dest = 'DBMS_OUTPUT') then
294: null;
295: -- for GSCC standards
296: -- dbms_ output.put_ line(p_msg || l_timestamp);
297: else
298: -- in all other cases write the message into the log file
299: pa_debug.log_message(p_message => p_msg || l_timestamp);

Line 350: -- for GSCC standards

346: );
347:
348: elsif (l_output_dest = 'DBMS_OUTPUT') then
349: null;
350: -- for GSCC standards
351: -- dbms_ output.put_ line('OUT: ' || p_msg);
352: else
353: -- in all other cases write the message into the output file
354: FND_FILE.PUT(FND_FILE.OUTPUT, p_msg);