DBA Data[Home] [Help]

APPS.BEN_EIV_BUS dependencies on BEN_EXTRA_INPUT_VALUES

Line 30: , ben_extra_input_values eiv

26: --
27: cursor csr_leg_code is
28: select pbg.legislation_code
29: from per_business_groups pbg
30: , ben_extra_input_values eiv
31: where eiv.extra_input_value_id = p_extra_input_value_id
32: and pbg.business_group_id = eiv.business_group_id;
33: --
34: -- Declare local variables

Line 123: from ben_extra_input_values

119: l_proc varchar2(72) := g_package||'chk_inp_val_unique';
120: l_api_updating boolean;
121: l_dummy char(1);
122: cursor c1 is select null
123: from ben_extra_input_values
124: Where extra_input_value_id <> nvl(p_extra_input_value_id,-1)
125: and acty_base_rt_id = p_acty_base_rt_id
126: and input_value_id = p_input_value_id;
127: --