DBA Data[Home] [Help]

APPS.BEN_CSR_BUS dependencies on DT_API

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

323: p_argument_value => p_datetrack_mode);
324: --
325: -- Only perform the validation if the datetrack update mode is valid
326: --
327: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
328: --
329: --
330: -- Ensure the arguments are not null
331: --

Line 343: NOT (dt_api.check_min_max_dates

339: p_argument => 'validation_end_date',
340: p_argument_value => p_validation_end_date);
341: --
342: If ((nvl(p_ler_id, hr_api.g_number) <> hr_api.g_number) and
343: NOT (dt_api.check_min_max_dates
344: (p_base_table_name => 'ben_ler_f',
345: p_base_key_column => 'ler_id',
346: p_base_key_value => p_ler_id,
347: p_from_date => p_validation_start_date,

Line 358: NOT (dt_api.check_min_max_dates

354: -- the date track api with both values.
355: if p_ler_id = p_rsltg_ler_id then
356: null;
357: elsif ((nvl(p_rsltg_ler_id, hr_api.g_number) <> hr_api.g_number) and
358: NOT (dt_api.check_min_max_dates
359: (p_base_table_name => 'ben_ler_f',
360: p_base_key_column => 'ler_id',
361: p_base_key_value => p_rsltg_ler_id,
362: p_from_date => p_validation_start_date,

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

408: -- Processing continues.
409: --
410: -- Post Failure:
411: -- If a row exists by determining the returning Boolean value from the
412: -- generic dt_api.rows_exist function then we must supply an error via
413: -- the use of the local exception handler l_rows_exist.
414: --
415: -- Developer Implementation Notes:
416: -- This procedure should not need maintenance unless the HR Schema model