DBA Data[Home] [Help]

APPS.FND_CONCURRENT dependencies on FND_CONC_PP_ACTIONS

Line 780: fnd_conc_pp_actions p

776: cursor c1 is
777: select p.number_of_copies, r.print_style,
778: p.arguments, r.save_output_flag
779: from fnd_concurrent_requests r,
780: fnd_conc_pp_actions p
781: where r.request_id = p.concurrent_request_id
782: and p.action_type = 1
783: and p.concurrent_request_id = get_request_print_options.request_id
784: order by sequence;