DBA Data[Home] [Help]

APPS.BEN_PSL_BUS dependencies on DT_API

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

462: p_argument_value => p_datetrack_mode);
463: --
464: -- Only perform the validation if the datetrack update mode is valid
465: --
466: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
467: --
468: --
469: -- Ensure the arguments are not null
470: --

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

523: -- Processing continues.
524: --
525: -- Post Failure:
526: -- If a row exists by determining the returning Boolean value from the
527: -- generic dt_api.rows_exist function then we must supply an error via
528: -- the use of the local exception handler l_rows_exist.
529: --
530: -- Developer Implementation Notes:
531: -- This procedure should not need maintenance unless the HR Schema model

Line 583: If (dt_api.rows_exist

579: (p_api_name => l_proc,
580: p_argument => 'per_info_chg_cs_ler_id',
581: p_argument_value => p_per_info_chg_cs_ler_id);
582: --
583: If (dt_api.rows_exist
584: (p_base_table_name => 'ben_ler_per_info_cs_ler_f',
585: p_base_key_column => 'per_info_chg_cs_ler_id',
586: p_base_key_value => p_per_info_chg_cs_ler_id,
587: p_from_date => p_validation_start_date,