DBA Data[Home] [Help]

APPS.BEN_ACTUAL_PREMIUM_RATE_API dependencies on BEN_DERIVABLE_RATE

Line 249: ben_derivable_rate.rate_prfl_handler('CREATE','ben_pl_f','pl_id',l_c1.pl_id);

245: close c1;
246: --
247: if l_c1.pl_id is not null then
248: --
249: ben_derivable_rate.rate_prfl_handler('CREATE','ben_pl_f','pl_id',l_c1.pl_id);
250: --
251: elsif l_c1.oipl_id is not null then
252: --
253: ben_derivable_rate.rate_prfl_handler('CREATE','ben_oipl_f','oipl_id',l_c1.oipl_id);

Line 253: ben_derivable_rate.rate_prfl_handler('CREATE','ben_oipl_f','oipl_id',l_c1.oipl_id);

249: ben_derivable_rate.rate_prfl_handler('CREATE','ben_pl_f','pl_id',l_c1.pl_id);
250: --
251: elsif l_c1.oipl_id is not null then
252: --
253: ben_derivable_rate.rate_prfl_handler('CREATE','ben_oipl_f','oipl_id',l_c1.oipl_id);
254: --
255: end if;
256: --
257: hr_utility.set_location(l_proc, 60);

Line 691: ben_derivable_rate.rate_prfl_handler('DELETE','ben_pl_f','pl_id',l_c1.pl_id);

687: close c1;
688: --
689: if l_c1.pl_id is not null then
690: --
691: ben_derivable_rate.rate_prfl_handler('DELETE','ben_pl_f','pl_id',l_c1.pl_id);
692: --
693: elsif l_c1.oipl_id is not null then
694: --
695: ben_derivable_rate.rate_prfl_handler('DELETE','ben_oipl_f','oipl_id',l_c1.oipl_id);

Line 695: ben_derivable_rate.rate_prfl_handler('DELETE','ben_oipl_f','oipl_id',l_c1.oipl_id);

691: ben_derivable_rate.rate_prfl_handler('DELETE','ben_pl_f','pl_id',l_c1.pl_id);
692: --
693: elsif l_c1.oipl_id is not null then
694: --
695: ben_derivable_rate.rate_prfl_handler('DELETE','ben_oipl_f','oipl_id',l_c1.oipl_id);
696: --
697: end if;
698: --
699: hr_utility.set_location(l_proc, 60);