DBA Data[Home] [Help]

APPS.FND_CONCURRENT dependencies on FND_APPLICATION_VL

Line 912: fnd_lookups L, fnd_application_vl A

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

Line 2346: from fnd_application_vl

2342: elsif (Arg1 = -1) then
2343: begin
2344: select APPLICATION_NAME
2345: into Detail
2346: from fnd_application_vl
2347: where APPLICATION_ID = Arg2;
2348: exception
2349: when others then
2350: Detail := 'APPID = ' || to_char(Arg2);