DBA Data[Home] [Help]

APPS.BEN_ELEMENT_DELETE_CHECK dependencies on BEN_PRTT_ENRT_RSLT_F

Line 23: from ben_prtt_enrt_rslt_f pen ));

19: --Bug 2673501 fixes added this to see if it is creation by benefits process.
20: --We show this error for the rows created by the benefits process.
21: and ee.creator_id in
22: ( select pen.prtt_enrt_rslt_id
23: from ben_prtt_enrt_rslt_f pen ));
24: l_temp number;
25: begin
26: open c_abr;
27: fetch c_abr into l_temp;