DBA Data[Home] [Help]

APPS.BEN_ABR_BUS dependencies on BEN_EXTRA_INPUT_VALUES

Line 474: -- ensure that there are no records in ben_extra_input_values

470: -- |------------------------< chk_ext_inp_values >----------------------------|
471: -- ----------------------------------------------------------------------------
472: --
473: -- Description
474: -- ensure that there are no records in ben_extra_input_values
475: --
476: -- Pre Conditions
477: -- None.
478: --

Line 502: from ben_extra_input_values

498: l_proc varchar2(72) := g_package||'chk_ext_inp_values';
499: l_api_updating boolean;
500: l_dummy char(1);
501: cursor c1 is select null
502: from ben_extra_input_values
503: Where acty_base_rt_id = nvl(p_acty_base_rt_id,-1);
504: --
505: Begin
506: hr_utility.set_location('Entering:'||l_proc, 5);