DBA Data[Home] [Help]

APPS.PON_PROFILE_UTIL_PKG dependencies on FND_REQUEST

Line 565: l_printer_state := FND_REQUEST.SET_PRINT_OPTIONS(printer=>'noprint',copies => 0);

561:
562: /* Change printer options, as work around to
563: concurrent manager bug 1880369 */
564:
565: l_printer_state := FND_REQUEST.SET_PRINT_OPTIONS(printer=>'noprint',copies => 0);
566:
567: IF l_printer_state = TRUE THEN
568: l_status := 'Y';
569: ELSE