DBA Data[Home] [Help]

APPS.FND_CONCURRENT dependencies on FND_APPLICATION_VL

Line 981: fnd_lookups L, fnd_application_vl A

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
985: and ps.printer_style_name = p.OUTPUT_PRINT_STYLE

Line 2455: from fnd_application_vl

2451: elsif (Arg1 = -1) then
2452: begin
2453: select APPLICATION_NAME
2454: into Detail
2455: from fnd_application_vl
2456: where APPLICATION_ID = Arg2;
2457: exception
2458: when others then
2459: Detail := 'APPID = ' || to_char(Arg2);