DBA Data[Home] [Help]

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

Line 315: -- for GSCC standards

311: end if;
312:
313: elsif (l_output_dest = 'DBMS_OUTPUT') then
314: null;
315: -- for GSCC standards
316: -- dbms_ output.put_ line(p_msg || l_timestamp);
317: else
318: -- in all other cases write the message into the log file
319: pa_debug.log_message(p_message => p_msg || l_timestamp);

Line 370: -- for GSCC standards

366: );
367:
368: elsif (l_output_dest = 'DBMS_OUTPUT') then
369: null;
370: -- for GSCC standards
371: -- dbms_ output.put_ line('OUT: ' || p_msg);
372: else
373: -- in all other cases write the message into the output file
374: FND_FILE.PUT(FND_FILE.OUTPUT, p_msg);