DBA Data[Home] [Help]

APPS.BEN_BATCH_REPORTING dependencies on BEN_BATCH_PROC_INFO

Line 624: from ben_batch_proc_info bpi,

620: bpi.per_proc,
621: bpi.per_unproc,
622: bpi.per_proc_succ,
623: bpi.per_err
624: from ben_batch_proc_info bpi,
625: ben_benefit_actions bft
626: where bft.benefit_action_id = bpi.benefit_action_id
627: and bft.request_id = p_concurrent_request_id;
628: --