DBA Data[Home] [Help]

APPS.BEN_LCT_BUS dependencies on DT_API

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

770: p_argument_value => p_datetrack_mode);
771: --
772: -- Only perform the validation if the datetrack update mode is valid
773: --
774: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
775: --
776: --
777: -- Ensure the arguments are not null
778: --

Line 790: NOT (dt_api.check_min_max_dates

786: p_argument => 'validation_end_date',
787: p_argument_value => p_validation_end_date);
788: --
789: If ((nvl(p_ptip_id, hr_api.g_number) <> hr_api.g_number) and
790: NOT (dt_api.check_min_max_dates
791: (p_base_table_name => 'ben_ptip_f',
792: p_base_key_column => 'ptip_id',
793: p_base_key_value => p_ptip_id,
794: p_from_date => p_validation_start_date,

Line 800: NOT (dt_api.check_min_max_dates

796: l_table_name := 'ben_ptip_f';
797: Raise l_integrity_error;
798: End If;
799: If ((nvl(p_ler_id, hr_api.g_number) <> hr_api.g_number) and
800: NOT (dt_api.check_min_max_dates
801: (p_base_table_name => 'ben_ler_f',
802: p_base_key_column => 'ler_id',
803: p_base_key_value => p_ler_id,
804: p_from_date => p_validation_start_date,

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

850: -- Processing continues.
851: --
852: -- Post Failure:
853: -- If a row exists by determining the returning Boolean value from the
854: -- generic dt_api.rows_exist function then we must supply an error via
855: -- the use of the local exception handler l_rows_exist.
856: --
857: -- Developer Implementation Notes:
858: -- This procedure should not need maintenance unless the HR Schema model