DBA Data[Home] [Help]

APPS.BEN_VGS_BUS dependencies on DT_API

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

391: p_argument_value => p_datetrack_mode);
392: --
393: -- Only perform the validation if the datetrack update mode is valid
394: --
395: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
396: --
397: --
398: -- Ensure the arguments are not null
399: --

Line 411: NOT (dt_api.check_min_max_dates

407: p_argument => 'validation_end_date',
408: p_argument_value => p_validation_end_date);
409: --
410: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
411: NOT (dt_api.check_min_max_dates
412: (p_base_table_name => 'ben_pl_f',
413: p_base_key_column => 'pl_id',
414: p_base_key_value => p_pl_id,
415: p_from_date => p_validation_start_date,

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

463: -- Processing continues.
464: --
465: -- Post Failure:
466: -- If a row exists by determining the returning Boolean value from the
467: -- generic dt_api.rows_exist function then we must supply an error via
468: -- the use of the local exception handler l_rows_exist.
469: --
470: -- Developer Implementation Notes:
471: -- This procedure should not need maintenance unless the HR Schema model

Line 523: If (dt_api.rows_exist

519: (p_api_name => l_proc,
520: p_argument => 'pl_gd_or_svc_id',
521: p_argument_value => p_pl_gd_or_svc_id);
522: --
523: If (dt_api.rows_exist
524: (p_base_table_name => 'ben_pl_gd_r_svc_ctfn_f',
525: p_base_key_column => 'pl_gd_or_svc_id',
526: p_base_key_value => p_pl_gd_or_svc_id,
527: p_from_date => p_validation_start_date,