DBA Data[Home] [Help]

APPS.FND_CONC dependencies on FND_CONC_PP_ACTIONS

Line 229: from fnd_conc_pp_actions

225:
226: -- se if the request has any pp actions
227: select count(*)
228: into pp_cnt
229: from fnd_conc_pp_actions
230: where concurrent_request_id = P_REQUEST_ID
231: and action_type = 6; -- REMOVE FOR PHASE 2
232:
233:

Line 238: from fnd_conc_pp_actions

234: if pp_cnt > 0 then
235:
236: select processor_id, completed
237: into proc_id, complete
238: from fnd_conc_pp_actions
239: where concurrent_request_id = P_REQUEST_ID
240: and action_type = 6; -- REMOVE FOR PHASE 2
241:
242: -- if processor_id has been updated, post-processing has begun