DBA Data[Home] [Help]

APPS.FND_CONC dependencies on FND_CONC_PP_ACTIONS

Line 248: from fnd_conc_pp_actions

244:
245: -- se if the request has any pp actions
246: select count(*)
247: into pp_cnt
248: from fnd_conc_pp_actions
249: where concurrent_request_id = P_REQUEST_ID
250: and action_type = 6; -- REMOVE FOR PHASE 2
251:
252:

Line 257: from fnd_conc_pp_actions

253: if pp_cnt > 0 then
254:
255: select processor_id, completed
256: into proc_id, complete
257: from fnd_conc_pp_actions
258: where concurrent_request_id = P_REQUEST_ID
259: and action_type = 6; -- REMOVE FOR PHASE 2
260:
261: -- if processor_id has been updated, post-processing has begun