DBA Data[Home] [Help]

APPS.BEN_EOY_BUS dependencies on BEN_PTIP_F

Line 121: from ben_ptip_f ctp

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

Line 468: (p_base_table_name => 'ben_ptip_f',

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

Line 473: l_table_name := 'ben_ptip_f';

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