DBA Data[Home] [Help]

APPS.BEN_ECV_BUS dependencies on DT_API

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

922: p_argument_value => p_datetrack_mode);
923: --
924: -- Only perform the validation if the datetrack update mode is valid
925: --
926: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
927: --
928: --
929: -- Ensure the arguments are not null
930: --

Line 942: NOT (dt_api.check_min_max_dates

938: p_argument => 'validation_end_date',
939: p_argument_value => p_validation_end_date);
940: --
941: /* If ((nvl(p_eligy_criteria_id, hr_api.g_number) <> hr_api.g_number) and
942: NOT (dt_api.check_min_max_dates
943: (p_base_table_name => 'ben_eligy_criteria',
944: p_base_key_column => 'eligy_criteria_id',
945: p_base_key_value => p_eligy_criteria_id,
946: p_from_date => p_validation_start_date,

Line 953: NOT (dt_api.check_min_max_dates

949: Raise l_integrity_error;
950: End If;*/
951: --
952: If ((nvl(p_eligy_prfl_id, hr_api.g_number) <> hr_api.g_number) and
953: NOT (dt_api.check_min_max_dates
954: (p_base_table_name => 'ben_eligy_prfl_f',
955: p_base_key_column => 'eligy_prfl_id',
956: p_base_key_value => p_eligy_prfl_id,
957: p_from_date => p_validation_start_date,

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

1002: -- Processing continues.
1003: --
1004: -- Post Failure:
1005: -- If a row exists by determining the returning Boolean value from the
1006: -- generic dt_api.rows_exist function then we must supply an error via
1007: -- the use of the local exception handler l_rows_exist.
1008: --
1009: -- Developer Implementation Notes:
1010: -- This procedure should not need maintenance unless the HR Schema model