DBA Data[Home] [Help]

APPS.FND_CONCURRENT dependencies on FND_PRINTER_STYLES_VL

Line 911: from fnd_concurrent_programs p, fnd_printer_styles_VL ps,

907: ltype varchar2(8) := 'YES_NO';
908: begin
909: select PRINTER_NAME, user_printer_style_name, l.meaning
910: into printer, style, save_output
911: from fnd_concurrent_programs p, fnd_printer_styles_VL ps,
912: fnd_lookups L, fnd_application_vl A
913: where
914: l.lookup_code = p.SAVE_OUTPUT_FLAG
915: and l.lookup_type = ltype