DBA Data[Home] [Help]

APPS.BEN_PGC_BUS dependencies on DT_API

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

569: p_argument_value => p_datetrack_mode);
570: --
571: -- Only perform the validation if the datetrack update mode is valid
572: --
573: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
574: --
575: --
576: -- Ensure the arguments are not null
577: --

Line 589: NOT (dt_api.check_min_max_dates

585: p_argument => 'validation_end_date',
586: p_argument_value => p_validation_end_date);
587: --
588: If ((nvl(p_ctfn_rqd_when_rl, hr_api.g_number) <> hr_api.g_number) and
589: NOT (dt_api.check_min_max_dates
590: (p_base_table_name => 'ff_formulas_f',
591: p_base_key_column => 'formula_id',
592: p_base_key_value => p_ctfn_rqd_when_rl,
593: p_from_date => p_validation_start_date,

Line 599: NOT (dt_api.check_min_max_dates

595: l_table_name := 'ff_formulas_f';
596: Raise l_integrity_error;
597: End If;
598: If ((nvl(p_pgm_id, hr_api.g_number) <> hr_api.g_number) and
599: NOT (dt_api.check_min_max_dates
600: (p_base_table_name => 'ben_pgm_f',
601: p_base_key_column => 'pgm_id',
602: p_base_key_value => p_pgm_id,
603: p_from_date => p_validation_start_date,

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

649: -- Processing continues.
650: --
651: -- Post Failure:
652: -- If a row exists by determining the returning Boolean value from the
653: -- generic dt_api.rows_exist function then we must supply an error via
654: -- the use of the local exception handler l_rows_exist.
655: --
656: -- Developer Implementation Notes:
657: -- This procedure should not need maintenance unless the HR Schema model