DBA Data[Home] [Help]

APPS.BEN_EPO_BUS dependencies on DT_API

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

1406: p_argument_value => p_datetrack_mode);
1407: --
1408: -- Only perform the validation if the datetrack update mode is valid
1409: --
1410: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
1411: --
1412: --
1413: -- Ensure the arguments are not null
1414: --

Line 1426: NOT (dt_api.check_min_max_dates

1422: p_argument => 'validation_end_date',
1423: p_argument_value => p_validation_end_date);
1424: --
1425: If ((nvl(p_elig_per_id, hr_api.g_number) <> hr_api.g_number) and
1426: NOT (dt_api.check_min_max_dates
1427: (p_base_table_name => 'ben_elig_per_f',
1428: p_base_key_column => 'elig_per_id',
1429: p_base_key_value => p_elig_per_id,
1430: p_from_date => p_validation_start_date,

Line 1436: NOT (dt_api.check_min_max_dates

1432: l_table_name := 'ben_elig_per_f';
1433: Raise l_integrity_error;
1434: End If;
1435: If ((nvl(p_opt_id, hr_api.g_number) <> hr_api.g_number) and
1436: NOT (dt_api.check_min_max_dates
1437: (p_base_table_name => 'ben_opt_f',
1438: p_base_key_column => 'opt_id',
1439: p_base_key_value => p_opt_id,
1440: p_from_date => p_validation_start_date,

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

1488: -- Processing continues.
1489: --
1490: -- Post Failure:
1491: -- If a row exists by determining the returning Boolean value from the
1492: -- generic dt_api.rows_exist function then we must supply an error via
1493: -- the use of the local exception handler l_rows_exist.
1494: --
1495: -- Developer Implementation Notes:
1496: -- This procedure should not need maintenance unless the HR Schema model