DBA Data[Home] [Help]

APPS.BEN_WPN_BUS dependencies on DT_API

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

264: p_argument_value => p_datetrack_mode);
265: --
266: -- Only perform the validation if the datetrack update mode is valid
267: --
268: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
269: --
270: --
271: -- Ensure the arguments are not null
272: --

Line 284: NOT (dt_api.check_min_max_dates

280: p_argument => 'validation_end_date',
281: p_argument_value => p_validation_end_date);
282: --
283: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
284: NOT (dt_api.check_min_max_dates
285: (p_base_table_name => 'ben_pl_f',
286: p_base_key_column => 'pl_id',
287: p_base_key_value => p_pl_id,
288: p_from_date => p_validation_start_date,

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

336: -- Processing continues.
337: --
338: -- Post Failure:
339: -- If a row exists by determining the returning Boolean value from the
340: -- generic dt_api.rows_exist function then we must supply an error via
341: -- the use of the local exception handler l_rows_exist.
342: --
343: -- Developer Implementation Notes:
344: -- This procedure should not need maintenance unless the HR Schema model