DBA Data[Home] [Help]

APPS.BEN_PCR_BUS dependencies on DT_API

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

127: p_argument_value => p_datetrack_mode);
128: --
129: -- Only perform the validation if the datetrack update mode is valid
130: --
131: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
132: --
133: --
134: -- Ensure the arguments are not null
135: --

Line 147: NOT (dt_api.check_min_max_dates

143: p_argument => 'validation_end_date',
144: p_argument_value => p_validation_end_date);
145: --
146: If ((nvl(p_per_cm_id, hr_api.g_number) <> hr_api.g_number) and
147: NOT (dt_api.check_min_max_dates
148: (p_base_table_name => 'ben_per_cm_f',
149: p_base_key_column => 'per_cm_id',
150: p_base_key_value => p_per_cm_id,
151: p_from_date => p_validation_start_date,

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

198: -- Processing continues.
199: --
200: -- Post Failure:
201: -- If a row exists by determining the returning Boolean value from the
202: -- generic dt_api.rows_exist function then we must supply an error via
203: -- the use of the local exception handler l_rows_exist.
204: --
205: -- Developer Implementation Notes:
206: -- This procedure should not need maintenance unless the HR Schema model