DBA Data[Home] [Help]

APPS.BEN_BNB_BUS dependencies on DT_API

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

394: p_argument_value => p_datetrack_mode);
395: --
396: -- Only perform the validation if the datetrack update mode is valid
397: --
398: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
399: --
400: --
401: -- Ensure the arguments are not null
402: --

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

455: -- Processing continues.
456: --
457: -- Post Failure:
458: -- If a row exists by determining the returning Boolean value from the
459: -- generic dt_api.rows_exist function then we must supply an error via
460: -- the use of the local exception handler l_rows_exist.
461: --
462: -- Developer Implementation Notes:
463: -- This procedure should not need maintenance unless the HR Schema model

Line 515: If (dt_api.rows_exist

511: (p_api_name => l_proc,
512: p_argument => 'bnfts_bal_id',
513: p_argument_value => p_bnfts_bal_id);
514: --
515: If (dt_api.rows_exist
516: (p_base_table_name => 'ben_per_bnfts_bal_f',
517: p_base_key_column => 'bnfts_bal_id',
518: p_base_key_value => p_bnfts_bal_id,
519: p_from_date => p_validation_start_date,