DBA Data[Home] [Help]

APPS.BEN_LPR_BUS dependencies on DT_API

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

1039: p_argument_value => p_datetrack_mode);
1040: --
1041: -- Only perform the validation if the datetrack update mode is valid
1042: --
1043: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
1044: --
1045: --
1046: -- Ensure the arguments are not null
1047: --

Line 1059: NOT (dt_api.check_min_max_dates

1055: p_argument => 'validation_end_date',
1056: p_argument_value => p_validation_end_date);
1057: --
1058: If ((nvl(p_plip_id, hr_api.g_number) <> hr_api.g_number) and
1059: NOT (dt_api.check_min_max_dates
1060: (p_base_table_name => 'ben_plip_f',
1061: p_base_key_column => 'plip_id',
1062: p_base_key_value => p_plip_id,
1063: p_from_date => p_validation_start_date,

Line 1069: NOT (dt_api.check_min_max_dates

1065: l_table_name := 'ben_plip_f';
1066: Raise l_integrity_error;
1067: End If;
1068: If ((nvl(p_ler_id, hr_api.g_number) <> hr_api.g_number) and
1069: NOT (dt_api.check_min_max_dates
1070: (p_base_table_name => 'ben_ler_f',
1071: p_base_key_column => 'ler_id',
1072: p_base_key_value => p_ler_id,
1073: p_from_date => p_validation_start_date,

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

1119: -- Processing continues.
1120: --
1121: -- Post Failure:
1122: -- If a row exists by determining the returning Boolean value from the
1123: -- generic dt_api.rows_exist function then we must supply an error via
1124: -- the use of the local exception handler l_rows_exist.
1125: --
1126: -- Developer Implementation Notes:
1127: -- This procedure should not need maintenance unless the HR Schema model

Line 1179: If (dt_api.rows_exist

1175: (p_api_name => l_proc,
1176: p_argument => 'ler_chg_plip_enrt_id',
1177: p_argument_value => p_ler_chg_plip_enrt_id);
1178: --
1179: If (dt_api.rows_exist
1180: (p_base_table_name => 'ben_ler_chg_plip_enrt_rl_f',
1181: p_base_key_column => 'ler_chg_plip_enrt_id',
1182: p_base_key_value => p_ler_chg_plip_enrt_id,
1183: p_from_date => p_validation_start_date,