DBA Data[Home] [Help]

APPS.BEN_ELP_BUS dependencies on DT_API

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

1391: p_argument_value => p_datetrack_mode);
1392: --
1393: -- Only perform the validation if the datetrack update mode is valid
1394: --
1395: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
1396: --
1397: --
1398: -- Ensure the arguments are not null
1399: --

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

1454: -- Processing continues.
1455: --
1456: -- Post Failure:
1457: -- If a row exists by determining the returning Boolean value from the
1458: -- generic dt_api.rows_exist function then we must supply an error via
1459: -- the use of the local exception handler l_rows_exist.
1460: --
1461: -- Developer Implementation Notes:
1462: -- This procedure should not need maintenance unless the HR Schema model

Line 1515: If (dt_api.rows_exist

1511: (p_api_name => l_proc,
1512: p_argument => 'eligy_prfl_id',
1513: p_argument_value => p_eligy_prfl_id);
1514: --
1515: If (dt_api.rows_exist
1516: (p_base_table_name => 'BEN_VRBL_RT_ELIG_PRFL_F',
1517: p_base_key_column => 'eligy_prfl_id',
1518: p_base_key_value => p_eligy_prfl_id,
1519: p_from_date => p_validation_start_date,