DBA Data[Home] [Help]

APPS.BEN_BPR_BUS dependencies on DT_API

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

1442: p_argument_value => p_datetrack_mode);
1443: --
1444: -- Only perform the validation if the datetrack update mode is valid
1445: --
1446: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
1447: --
1448: --
1449: -- Ensure the arguments are not null
1450: --

Line 1462: NOT (dt_api.check_min_max_dates

1458: p_argument => 'validation_end_date',
1459: p_argument_value => p_validation_end_date);
1460: --
1461: If ((nvl(p_acty_base_rt_id, hr_api.g_number) <> hr_api.g_number) and
1462: NOT (dt_api.check_min_max_dates
1463: (p_base_table_name => 'ben_acty_base_rt_f',
1464: p_base_key_column => 'acty_base_rt_id',
1465: p_base_key_value => p_acty_base_rt_id,
1466: p_from_date => p_validation_start_date,

Line 1472: NOT (dt_api.check_min_max_dates

1468: l_table_name := 'ben_acty_base_rt_f';
1469: Raise l_integrity_error;
1470: End If;
1471: If ((nvl(p_bnft_prvdr_pool_id, hr_api.g_number) <> hr_api.g_number) and
1472: NOT (dt_api.check_min_max_dates
1473: (p_base_table_name => 'ben_bnft_prvdr_pool_f',
1474: p_base_key_column => 'bnft_prvdr_pool_id',
1475: p_base_key_value => p_bnft_prvdr_pool_id,
1476: p_from_date => p_validation_start_date,

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

1523: -- Processing continues.
1524: --
1525: -- Post Failure:
1526: -- If a row exists by determining the returning Boolean value from the
1527: -- generic dt_api.rows_exist function then we must supply an error via
1528: -- the use of the local exception handler l_rows_exist.
1529: --
1530: -- Developer Implementation Notes:
1531: -- This procedure should not need maintenance unless the HR Schema model