DBA Data[Home] [Help]

APPS.FND_CONCURRENT dependencies on FND_CONC_PP_ACTIONS

Line 849: fnd_conc_pp_actions p

845: cursor c1 is
846: select p.number_of_copies, r.print_style,
847: p.arguments, r.save_output_flag
848: from fnd_concurrent_requests r,
849: fnd_conc_pp_actions p
850: where r.request_id = p.concurrent_request_id
851: and p.action_type = 1
852: and p.concurrent_request_id = get_request_print_options.request_id
853: order by sequence;