DBA Data[Home] [Help]

APPS.BEN_VRR_BUS dependencies on BEN_ACTY_BASE_RT_F

Line 116: from ben_acty_base_rt_f

112: is
113: l_proc varchar2(72) := g_package||' chk_vrbl_rt_rl_not_allowed ';
114: l_dummy char(1);
115: cursor c1 is select null
116: from ben_acty_base_rt_f
117: where acty_base_rt_id = p_acty_base_rt_id
118: -- and flx_cr_rt_flag = 'Y'
119: and USES_VARBL_RT_FLAG = 'N'
120: and business_group_id + 0 = p_business_group_id

Line 457: (p_base_table_name => 'ben_acty_base_rt_f',

453: Raise l_integrity_error;
454: End If;*/
455: If ((nvl(p_acty_base_rt_id, hr_api.g_number) <> hr_api.g_number) and
456: NOT (dt_api.check_min_max_dates
457: (p_base_table_name => 'ben_acty_base_rt_f',
458: p_base_key_column => 'acty_base_rt_id',
459: p_base_key_value => p_acty_base_rt_id,
460: p_from_date => p_validation_start_date,
461: p_to_date => p_validation_end_date))) Then

Line 462: l_table_name := 'ben_acty_base_rt_f';

458: p_base_key_column => 'acty_base_rt_id',
459: p_base_key_value => p_acty_base_rt_id,
460: p_from_date => p_validation_start_date,
461: p_to_date => p_validation_end_date))) Then
462: l_table_name := 'ben_acty_base_rt_f';
463: Raise l_integrity_error;
464: End If;
465: --
466: End If;