DBA Data[Home] [Help]

APPS.BEN_PRC_BUS dependencies on DT_API

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

2078: p_argument_value => p_datetrack_mode);
2079: --
2080: -- Only perform the validation if the datetrack update mode is valid
2081: --
2082: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
2083: --
2084: --
2085: -- Ensure the arguments are not null
2086: --

Line 2098: NOT (dt_api.check_min_max_dates

2094: p_argument => 'validation_end_date',
2095: p_argument_value => p_validation_end_date);
2096: --
2097: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
2098: NOT (dt_api.check_min_max_dates
2099: (p_base_table_name => 'ben_pl_f',
2100: p_base_key_column => 'pl_id',
2101: p_base_key_value => p_pl_id,
2102: p_from_date => p_validation_start_date,

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

2183: -- Processing continues.
2184: --
2185: -- Post Failure:
2186: -- If a row exists by determining the returning Boolean value from the
2187: -- generic dt_api.rows_exist function then we must supply an error via
2188: -- the use of the local exception handler l_rows_exist.
2189: --
2190: -- Developer Implementation Notes:
2191: -- This procedure should not need maintenance unless the HR Schema model