DBA Data[Home] [Help]

APPS.FND_CP_RT_PKG dependencies on FND_PROFILE

Line 225: FND_PROFILE.GET('PRINTER', l_printer);

221: end if;
222:
223: -- Set print options
224:
225: FND_PROFILE.GET('PRINTER', l_printer);
226: if l_printer IS NULL then
227: FND_FILE.PUT_LINE (FND_FILE.LOG, 'Printer is null, will not set print options.');
228: else
229: FND_FILE.PUT_LINE (FND_FILE.LOG, 'Printer is ' || l_printer );