DBA Data[Home] [Help]

APPS.BEN_PPE_BUS dependencies on DT_API

Line 213: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then

209: p_argument_value => p_datetrack_mode);
210: --
211: -- Only perform the validation if the datetrack update mode is valid
212: --
213: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
214: --
215: --
216: -- Ensure the arguments are not null
217: --

Line 229: NOT (dt_api.check_min_max_dates

225: p_argument => 'validation_end_date',
226: p_argument_value => p_validation_end_date);
227: --
228: If ((nvl(p_actl_prem_id, hr_api.g_number) <> hr_api.g_number) and
229: NOT (dt_api.check_min_max_dates
230: (p_base_table_name => 'ben_actl_prem_f',
231: p_base_key_column => 'actl_prem_id',
232: p_base_key_value => p_actl_prem_id,
233: p_from_date => p_validation_start_date,

Line 244: NOT (dt_api.check_min_max_dates

240: /***************** BEGIN CODE PRIOR TO WWBUG: 1646442 ****************
241: -- because pen now has different datetracking from ppe must sever
242: -- connection based on effective dating.
243: If ((nvl(p_prtt_enrt_rslt_id, hr_api.g_number) <> hr_api.g_number) and
244: NOT (dt_api.check_min_max_dates
245: (p_base_table_name => 'ben_prtt_enrt_rslt_f',
246: p_base_key_column => 'prtt_enrt_rslt_id',
247: p_base_key_value => p_prtt_enrt_rslt_id,
248: p_from_date => p_validation_start_date,

Line 299: -- generic dt_api.rows_exist function then we must supply an error via

295: -- Processing continues.
296: --
297: -- Post Failure:
298: -- If a row exists by determining the returning Boolean value from the
299: -- generic dt_api.rows_exist function then we must supply an error via
300: -- the use of the local exception handler l_rows_exist.
301: --
302: -- Developer Implementation Notes:
303: -- This procedure should not need maintenance unless the HR Schema model

Line 395: ben_batch_dt_api.batch_validate_bgp_id

391: hr_utility.set_location('Entering:'||l_proc, 5);
392: --
393: -- Call context sensitive validate bgp cache routine
394: --
395: ben_batch_dt_api.batch_validate_bgp_id
396: (p_business_group_id => p_rec.business_group_id
397: );
398: --
399: /*

Line 437: ben_batch_dt_api.batch_validate_bgp_id

433: hr_utility.set_location('Entering:'||l_proc, 5);
434: --
435: -- Call context sensitive validate bgp cache routine
436: --
437: ben_batch_dt_api.batch_validate_bgp_id
438: (p_business_group_id => p_rec.business_group_id
439: );
440: --
441: /*