DBA Data[Home] [Help]

APPS.BEN_PCX_BUS dependencies on DT_API

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

494: p_argument_value => p_datetrack_mode);
495: --
496: -- Only perform the validation if the datetrack update mode is valid
497: --
498: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
499: --
500: --
501: -- Ensure the arguments are not null
502: --

Line 514: NOT (dt_api.check_min_max_dates

510: p_argument => 'validation_end_date',
511: p_argument_value => p_validation_end_date);
512: --
513: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
514: NOT (dt_api.check_min_max_dates
515: (p_base_table_name => 'ben_pl_f',
516: p_base_key_column => 'pl_id',
517: p_base_key_value => p_pl_id,
518: p_from_date => p_validation_start_date,

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

565: -- Processing continues.
566: --
567: -- Post Failure:
568: -- If a row exists by determining the returning Boolean value from the
569: -- generic dt_api.rows_exist function then we must supply an error via
570: -- the use of the local exception handler l_rows_exist.
571: --
572: -- Developer Implementation Notes:
573: -- This procedure should not need maintenance unless the HR Schema model