DBA Data[Home] [Help]

APPS.BEN_EDP_BUS dependencies on BEN_PL_F

Line 122: from ben_pl_f pln

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

Line 469: (p_base_table_name => 'ben_pl_f',

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

Line 474: l_table_name := 'ben_pl_f';

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