DBA Data[Home] [Help]

APPS.BEN_LGE_BUS dependencies on DT_API

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

807: p_argument_value => p_datetrack_mode);
808: --
809: -- Only perform the validation if the datetrack update mode is valid
810: --
811: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
812: --
813: --
814: -- Ensure the arguments are not null
815: --

Line 827: NOT (dt_api.check_min_max_dates

823: p_argument => 'validation_end_date',
824: p_argument_value => p_validation_end_date);
825: --
826: If ((nvl(p_ler_id, hr_api.g_number) <> hr_api.g_number) and
827: NOT (dt_api.check_min_max_dates
828: (p_base_table_name => 'ben_ler_f',
829: p_base_key_column => 'ler_id',
830: p_base_key_value => p_ler_id,
831: p_from_date => p_validation_start_date,

Line 837: NOT (dt_api.check_min_max_dates

833: l_table_name := 'ben_ler_f';
834: Raise l_integrity_error;
835: End If;
836: If ((nvl(p_pgm_id, hr_api.g_number) <> hr_api.g_number) and
837: NOT (dt_api.check_min_max_dates
838: (p_base_table_name => 'ben_pgm_f',
839: p_base_key_column => 'pgm_id',
840: p_base_key_value => p_pgm_id,
841: p_from_date => p_validation_start_date,

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

888: -- Processing continues.
889: --
890: -- Post Failure:
891: -- If a row exists by determining the returning Boolean value from the
892: -- generic dt_api.rows_exist function then we must supply an error via
893: -- the use of the local exception handler l_rows_exist.
894: --
895: -- Developer Implementation Notes:
896: -- This procedure should not need maintenance unless the HR Schema model