DBA Data[Home] [Help]

APPS.BEN_WCT_BUS dependencies on DT_API

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

503: p_argument_value => p_datetrack_mode);
504: --
505: -- Only perform the validation if the datetrack update mode is valid
506: --
507: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
508: --
509: --
510: -- Ensure the arguments are not null
511: --

Line 523: NOT (dt_api.check_min_max_dates

519: p_argument => 'validation_end_date',
520: p_argument_value => p_validation_end_date);
521: --
522: If ((nvl(p_ctfn_rqd_when_rl, hr_api.g_number) <> hr_api.g_number) and
523: NOT (dt_api.check_min_max_dates
524: (p_base_table_name => 'ff_formulas_f',
525: p_base_key_column => 'formula_id',
526: p_base_key_value => p_ctfn_rqd_when_rl,
527: p_from_date => p_validation_start_date,

Line 533: NOT (dt_api.check_min_max_dates

529: l_table_name := 'ff_formulas_f';
530: Raise l_integrity_error;
531: End If;
532: If ((nvl(p_wv_prtn_rsn_ptip_id, hr_api.g_number) <> hr_api.g_number) and
533: NOT (dt_api.check_min_max_dates
534: (p_base_table_name => 'ben_wv_prtn_rsn_ptip_f',
535: p_base_key_column => 'wv_prtn_rsn_ptip_id',
536: p_base_key_value => p_wv_prtn_rsn_ptip_id,
537: p_from_date => p_validation_start_date,

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

585: -- Processing continues.
586: --
587: -- Post Failure:
588: -- If a row exists by determining the returning Boolean value from the
589: -- generic dt_api.rows_exist function then we must supply an error via
590: -- the use of the local exception handler l_rows_exist.
591: --
592: -- Developer Implementation Notes:
593: -- This procedure should not need maintenance unless the HR Schema model