DBA Data[Home] [Help]

APPS.BEN_PDL_BUS dependencies on DT_API

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

523: p_argument_value => p_datetrack_mode);
524: --
525: -- Only perform the validation if the datetrack update mode is valid
526: --
527: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
528: --
529: --
530: -- Ensure the arguments are not null
531: --

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

585: -- Processing continues.
586: --
587: -- Post Failure:
588: -- If a row exists by determining the returning Boolean value from the
589: -- generic dt_api.rows_exist function then we must supply an error via
590: -- the use of the local exception handler l_rows_exist.
591: --
592: -- Developer Implementation Notes:
593: -- This procedure should not need maintenance unless the HR Schema model

Line 645: If (dt_api.rows_exist

641: (p_api_name => l_proc,
642: p_argument => 'ptd_lmt_id',
643: p_argument_value => p_ptd_lmt_id);
644: --
645: If (dt_api.rows_exist
646: (p_base_table_name => 'ben_acty_rt_ptd_lmt_f',
647: p_base_key_column => 'ptd_lmt_id',
648: p_base_key_value => p_ptd_lmt_id,
649: p_from_date => p_validation_start_date,