DBA Data[Home] [Help]

APPS.FND_CONCURRENT dependencies on FND_PRINTER_STYLES_VL

Line 980: from fnd_concurrent_programs p, fnd_printer_styles_VL ps,

976: ltype varchar2(8) := 'YES_NO';
977: begin
978: select PRINTER_NAME, user_printer_style_name, l.meaning
979: into printer, style, save_output
980: from fnd_concurrent_programs p, fnd_printer_styles_VL ps,
981: fnd_lookups L, fnd_application_vl A
982: where
983: l.lookup_code = p.SAVE_OUTPUT_FLAG
984: and l.lookup_type = ltype