DBA Data[Home] [Help]

APPS.BEN_RCL_BUS dependencies on DT_API

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

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

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

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

Line 580: If (dt_api.rows_exist

576: (p_api_name => l_proc,
577: p_argument => 'rltd_per_chg_cs_ler_id',
578: p_argument_value => p_rltd_per_chg_cs_ler_id);
579: --
580: If (dt_api.rows_exist
581: (p_base_table_name => 'ben_ler_rltd_per_cs_ler_f',
582: p_base_key_column => 'rltd_per_chg_cs_ler_id',
583: p_base_key_value => p_rltd_per_chg_cs_ler_id,
584: p_from_date => p_validation_start_date,