DBA Data[Home] [Help]

APPS.BEN_PRB_BUS dependencies on DT_API

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

490: p_argument_value => p_datetrack_mode);
491: --
492: -- Only perform the validation if the datetrack update mode is valid
493: --
494: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
495: --
496: --
497: -- Ensure the arguments are not null
498: --

Line 510: NOT (dt_api.check_min_max_dates

506: p_argument => 'validation_end_date',
507: p_argument_value => p_validation_end_date);
508: --
509: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
510: NOT (dt_api.check_min_max_dates
511: (p_base_table_name => 'ben_pl_f',
512: p_base_key_column => 'pl_id',
513: p_base_key_value => p_pl_id,
514: p_from_date => p_validation_start_date,

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

562: -- Processing continues.
563: --
564: -- Post Failure:
565: -- If a row exists by determining the returning Boolean value from the
566: -- generic dt_api.rows_exist function then we must supply an error via
567: -- the use of the local exception handler l_rows_exist.
568: --
569: -- Developer Implementation Notes:
570: -- This procedure should not need maintenance unless the HR Schema model