DBA Data[Home] [Help]

APPS.BEN_PCD_BUS dependencies on DT_API

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

696: p_argument_value => p_datetrack_mode);
697: --
698: -- Only perform the validation if the datetrack update mode is valid
699: --
700: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
701: --
702: --
703: -- Ensure the arguments are not null
704: --

Line 716: NOT (dt_api.check_min_max_dates

712: p_argument => 'validation_end_date',
713: p_argument_value => p_validation_end_date);
714: --
715: If ((nvl(p_per_cm_id, hr_api.g_number) <> hr_api.g_number) and
716: NOT (dt_api.check_min_max_dates
717: (p_base_table_name => 'ben_per_cm_f',
718: p_base_key_column => 'per_cm_id',
719: p_base_key_value => p_per_cm_id,
720: p_from_date => p_validation_start_date,

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

767: -- Processing continues.
768: --
769: -- Post Failure:
770: -- If a row exists by determining the returning Boolean value from the
771: -- generic dt_api.rows_exist function then we must supply an error via
772: -- the use of the local exception handler l_rows_exist.
773: --
774: -- Developer Implementation Notes:
775: -- This procedure should not need maintenance unless the HR Schema model