DBA Data[Home] [Help]

APPS.BEN_CWB_SINGLE_PER_PROCESS_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 376: from ben_benefit_actions actn, ben_transaction, fnd_concurrent_requests req

372: procedure recreate_error_stack(p_request_id in number) is
373:
374: cursor c_errors(v_request_id in number) is
375: select attribute1
376: from ben_benefit_actions actn, ben_transaction, fnd_concurrent_requests req
377: where req.request_id = v_request_id
378: and req.request_id = actn.request_id
379: and transaction_type = 'EMPENROLL'||benefit_action_id
380: and attribute2 = req.ARGUMENT3;