DBA Data[Home] [Help]

APPS.BEN_EEP_BUS dependencies on BEN_PL_F

Line 121: from ben_pl_f pln

117: l_exists varchar2(1);
118: --
119: cursor c1 is
120: select null
121: from ben_pl_f pln
122: where pln.pl_id = p_pl_id
123: and pln.business_group_id = p_business_group_id
124: and p_effective_date
125: between pln.effective_start_date and pln.effective_end_date;

Line 468: (p_base_table_name => 'ben_pl_f',

464: Raise l_integrity_error;
465: End If;
466: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
467: NOT (dt_api.check_min_max_dates
468: (p_base_table_name => 'ben_pl_f',
469: p_base_key_column => 'pl_id',
470: p_base_key_value => p_pl_id,
471: p_from_date => p_validation_start_date,
472: p_to_date => p_validation_end_date))) Then

Line 473: l_table_name := 'ben_pl_f';

469: p_base_key_column => 'pl_id',
470: p_base_key_value => p_pl_id,
471: p_from_date => p_validation_start_date,
472: p_to_date => p_validation_end_date))) Then
473: l_table_name := 'ben_pl_f';
474: Raise l_integrity_error;
475: End If;
476: --
477: End If;