DBA Data[Home] [Help]

APPS.BEN_ERP_BUS dependencies on DT_API

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

703: p_argument_value => p_datetrack_mode);
704: --
705: -- Only perform the validation if the datetrack update mode is valid
706: --
707: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
708: --
709: --
710: -- Ensure the arguments are not null
711: --

Line 723: NOT (dt_api.check_min_max_dates

719: p_argument => 'validation_end_date',
720: p_argument_value => p_validation_end_date);
721: --
722: If ((nvl(p_lee_rsn_id, hr_api.g_number) <> hr_api.g_number) and
723: NOT (dt_api.check_min_max_dates
724: (p_base_table_name => 'ben_lee_rsn_f',
725: p_base_key_column => 'lee_rsn_id',
726: p_base_key_value => p_lee_rsn_id,
727: p_from_date => p_validation_start_date,

Line 733: NOT (dt_api.check_min_max_dates

729: l_table_name := 'ben_lee_rsn_f';
730: Raise l_integrity_error;
731: End If;
732: If ((nvl(p_pl_id, hr_api.g_number) <> hr_api.g_number) and
733: NOT (dt_api.check_min_max_dates
734: (p_base_table_name => 'ben_pl_f',
735: p_base_key_column => 'pl_id',
736: p_base_key_value => p_pl_id,
737: p_from_date => p_validation_start_date,

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

785: -- Processing continues.
786: --
787: -- Post Failure:
788: -- If a row exists by determining the returning Boolean value from the
789: -- generic dt_api.rows_exist function then we must supply an error via
790: -- the use of the local exception handler l_rows_exist.
791: --
792: -- Developer Implementation Notes:
793: -- This procedure should not need maintenance unless the HR Schema model