DBA Data[Home] [Help]

APPS.BEN_REG_BUS dependencies on DT_API

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

211: p_argument_value => p_datetrack_mode);
212: --
213: -- Only perform the validation if the datetrack update mode is valid
214: --
215: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
216: --
217: --
218: -- Ensure the arguments are not null
219: --

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

274: -- Processing continues.
275: --
276: -- Post Failure:
277: -- If a row exists by determining the returning Boolean value from the
278: -- generic dt_api.rows_exist function then we must supply an error via
279: -- the use of the local exception handler l_rows_exist.
280: --
281: -- Developer Implementation Notes:
282: -- This procedure should not need maintenance unless the HR Schema model

Line 334: If (dt_api.rows_exist

330: (p_api_name => l_proc,
331: p_argument => 'regn_id',
332: p_argument_value => p_regn_id);
333: --
334: If (dt_api.rows_exist
335: (p_base_table_name => 'ben_pl_regn_f',
336: p_base_key_column => 'regn_id',
337: p_base_key_value => p_regn_id,
338: p_from_date => p_validation_start_date,

Line 343: If (dt_api.rows_exist

339: p_to_date => p_validation_end_date)) Then
340: l_table_name := 'ben_pl_regn_f';
341: Raise l_rows_exist;
342: End If;
343: If (dt_api.rows_exist
344: (p_base_table_name => 'ben_regn_for_regy_body_f',
345: p_base_key_column => 'regn_id',
346: p_base_key_value => p_regn_id,
347: p_from_date => p_validation_start_date,