DBA Data[Home] [Help]

APPS.BEN_LOP_BUS dependencies on DT_API

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

1048: p_argument_value => p_datetrack_mode);
1049: --
1050: -- Only perform the validation if the datetrack update mode is valid
1051: --
1052: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
1053: --
1054: --
1055: -- Ensure the arguments are not null
1056: --

Line 1068: NOT (dt_api.check_min_max_dates

1064: p_argument => 'validation_end_date',
1065: p_argument_value => p_validation_end_date);
1066: --
1067: If ((nvl(p_ler_id, hr_api.g_number) <> hr_api.g_number) and
1068: NOT (dt_api.check_min_max_dates
1069: (p_base_table_name => 'ben_ler_f',
1070: p_base_key_column => 'ler_id',
1071: p_base_key_value => p_ler_id,
1072: p_from_date => p_validation_start_date,

Line 1078: NOT (dt_api.check_min_max_dates

1074: l_table_name := 'ben_ler_f';
1075: Raise l_integrity_error;
1076: End If;
1077: If ((nvl(p_oipl_id, hr_api.g_number) <> hr_api.g_number) and
1078: NOT (dt_api.check_min_max_dates
1079: (p_base_table_name => 'ben_oipl_f',
1080: p_base_key_column => 'oipl_id',
1081: p_base_key_value => p_oipl_id,
1082: p_from_date => p_validation_start_date,

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

1129: -- Processing continues.
1130: --
1131: -- Post Failure:
1132: -- If a row exists by determining the returning Boolean value from the
1133: -- generic dt_api.rows_exist function then we must supply an error via
1134: -- the use of the local exception handler l_rows_exist.
1135: --
1136: -- Developer Implementation Notes:
1137: -- This procedure should not need maintenance unless the HR Schema model

Line 1189: If (dt_api.rows_exist

1185: (p_api_name => l_proc,
1186: p_argument => 'ler_chg_oipl_enrt_id',
1187: p_argument_value => p_ler_chg_oipl_enrt_id);
1188: --
1189: If (dt_api.rows_exist
1190: (p_base_table_name => 'ben_ler_chg_oipl_enrt_rl_f',
1191: p_base_key_column => 'ler_chg_oipl_enrt_id',
1192: p_base_key_value => p_ler_chg_oipl_enrt_id,
1193: p_from_date => p_validation_start_date,