DBA Data[Home] [Help]

APPS.BEN_ELP_BUS dependencies on DT_API

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

1366: p_argument_value => p_datetrack_mode);
1367: --
1368: -- Only perform the validation if the datetrack update mode is valid
1369: --
1370: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
1371: --
1372: --
1373: -- Ensure the arguments are not null
1374: --

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

1429: -- Processing continues.
1430: --
1431: -- Post Failure:
1432: -- If a row exists by determining the returning Boolean value from the
1433: -- generic dt_api.rows_exist function then we must supply an error via
1434: -- the use of the local exception handler l_rows_exist.
1435: --
1436: -- Developer Implementation Notes:
1437: -- This procedure should not need maintenance unless the HR Schema model

Line 1490: If (dt_api.rows_exist

1486: (p_api_name => l_proc,
1487: p_argument => 'eligy_prfl_id',
1488: p_argument_value => p_eligy_prfl_id);
1489: --
1490: If (dt_api.rows_exist
1491: (p_base_table_name => 'BEN_VRBL_RT_ELIG_PRFL_F',
1492: p_base_key_column => 'eligy_prfl_id',
1493: p_base_key_value => p_eligy_prfl_id,
1494: p_from_date => p_validation_start_date,