DBA Data[Home] [Help]

APPS.BEN_WPT_BUS dependencies on DT_API

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

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

Line 345: NOT (dt_api.check_min_max_dates

341: p_argument => 'validation_end_date',
342: p_argument_value => p_validation_end_date);
343: --
344: If ((nvl(p_ptip_id, hr_api.g_number) <> hr_api.g_number) and
345: NOT (dt_api.check_min_max_dates
346: (p_base_table_name => 'ben_ptip_f',
347: p_base_key_column => 'ptip_id',
348: p_base_key_value => p_ptip_id,
349: p_from_date => p_validation_start_date,

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

397: -- Processing continues.
398: --
399: -- Post Failure:
400: -- If a row exists by determining the returning Boolean value from the
401: -- generic dt_api.rows_exist function then we must supply an error via
402: -- the use of the local exception handler l_rows_exist.
403: --
404: -- Developer Implementation Notes:
405: -- This procedure should not need maintenance unless the HR Schema model

Line 457: If (dt_api.rows_exist

453: (p_api_name => l_proc,
454: p_argument => 'wv_prtn_rsn_ptip_id',
455: p_argument_value => p_wv_prtn_rsn_ptip_id);
456: --
457: If (dt_api.rows_exist
458: (p_base_table_name => 'ben_wv_prtn_rsn_ctfn_ptip_f',
459: p_base_key_column => 'wv_prtn_rsn_ptip_id',
460: p_base_key_value => p_wv_prtn_rsn_ptip_id,
461: p_from_date => p_validation_start_date,