DBA Data[Home] [Help]

APPS.BEN_WCN_BUS dependencies on DT_API

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

497: p_argument_value => p_datetrack_mode);
498: --
499: -- Only perform the validation if the datetrack update mode is valid
500: --
501: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
502: --
503: --
504: -- Ensure the arguments are not null
505: --

Line 517: NOT (dt_api.check_min_max_dates

513: p_argument => 'validation_end_date',
514: p_argument_value => p_validation_end_date);
515: --
516: If ((nvl(p_wv_prtn_rsn_pl_id, hr_api.g_number) <> hr_api.g_number) and
517: NOT (dt_api.check_min_max_dates
518: (p_base_table_name => 'ben_wv_prtn_rsn_pl_f',
519: p_base_key_column => 'wv_prtn_rsn_pl_id',
520: p_base_key_value => p_wv_prtn_rsn_pl_id,
521: p_from_date => p_validation_start_date,

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

569: -- Processing continues.
570: --
571: -- Post Failure:
572: -- If a row exists by determining the returning Boolean value from the
573: -- generic dt_api.rows_exist function then we must supply an error via
574: -- the use of the local exception handler l_rows_exist.
575: --
576: -- Developer Implementation Notes:
577: -- This procedure should not need maintenance unless the HR Schema model