DBA Data[Home] [Help]

APPS.BEN_PND_BUS dependencies on DT_API

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

633: p_argument_value => p_datetrack_mode);
634: --
635: -- Only perform the validation if the datetrack update mode is valid
636: --
637: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
638: --
639: --
640: -- Ensure the arguments are not null
641: --

Line 653: NOT (dt_api.check_min_max_dates

649: p_argument => 'validation_end_date',
650: p_argument_value => p_validation_end_date);
651: --
652: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
653: NOT (dt_api.check_min_max_dates
654: (p_base_table_name => 'ben_pl_f',
655: p_base_key_column => 'pl_id',
656: p_base_key_value => p_pl_id,
657: p_from_date => p_validation_start_date,

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

705: -- Processing continues.
706: --
707: -- Post Failure:
708: -- If a row exists by determining the returning Boolean value from the
709: -- generic dt_api.rows_exist function then we must supply an error via
710: -- the use of the local exception handler l_rows_exist.
711: --
712: -- Developer Implementation Notes:
713: -- This procedure should not need maintenance unless the HR Schema model