DBA Data[Home] [Help]

APPS.BEN_PYR_BUS dependencies on DT_API

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

416: p_argument_value => p_datetrack_mode);
417: --
418: -- Only perform the validation if the datetrack update mode is valid
419: --
420: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
421: --
422: --
423: -- Ensure the arguments are not null
424: --

Line 436: NOT (dt_api.check_min_max_dates

432: p_argument => 'validation_end_date',
433: p_argument_value => p_validation_end_date);
434: --
435: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
436: NOT (dt_api.check_min_max_dates
437: (p_base_table_name => 'ben_vrbl_rt_prfl_f',
438: p_base_key_column => 'vrbl_rt_prfl_id',
439: p_base_key_value => p_vrbl_rt_prfl_id,
440: p_from_date => p_validation_start_date,

Line 449: NOT (dt_api.check_min_max_dates

445: --
446: --Check for Bug 3219987
447: --
448: If ((nvl(p_vrbl_rt_prfl_id, hr_api.g_number) <> hr_api.g_number) and
449: NOT (dt_api.check_min_max_dates
450: (p_base_table_name => 'pay_payrolls_f',
451: p_base_key_column => 'payroll_id',
452: p_base_key_value => p_payroll_id,
453: p_from_date => p_validation_start_date,

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

501: -- Processing continues.
502: --
503: -- Post Failure:
504: -- If a row exists by determining the returning Boolean value from the
505: -- generic dt_api.rows_exist function then we must supply an error via
506: -- the use of the local exception handler l_rows_exist.
507: --
508: -- Developer Implementation Notes:
509: -- This procedure should not need maintenance unless the HR Schema model