DBA Data[Home] [Help]

APPS.BEN_CGP_BUS dependencies on DT_API

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

628: p_argument_value => p_datetrack_mode);
629: --
630: -- Only perform the validation if the datetrack update mode is valid
631: --
632: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
633: --
634: --
635: -- Ensure the arguments are not null
636: --

Line 648: NOT (dt_api.check_min_max_dates

644: p_argument => 'validation_end_date',
645: p_argument_value => p_validation_end_date);
646: --
647: If ((nvl(p_eligy_prfl_id, hr_api.g_number) <> hr_api.g_number) and
648: NOT (dt_api.check_min_max_dates
649: (p_base_table_name => 'ben_eligy_prfl_f',
650: p_base_key_column => 'eligy_prfl_id',
651: p_base_key_value => p_eligy_prfl_id,
652: p_from_date => p_validation_start_date,

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

699: -- Processing continues.
700: --
701: -- Post Failure:
702: -- If a row exists by determining the returning Boolean value from the
703: -- generic dt_api.rows_exist function then we must supply an error via
704: -- the use of the local exception handler l_rows_exist.
705: --
706: -- Developer Implementation Notes:
707: -- This procedure should not need maintenance unless the HR Schema model

Line 759: If (dt_api.rows_exist

755: (p_api_name => l_proc,
756: p_argument => 'cntng_prtn_elig_prfl_id',
757: p_argument_value => p_cntng_prtn_elig_prfl_id);
758: --
759: If (dt_api.rows_exist
760: (p_base_table_name => 'ben_cntnu_prtn_ctfn_typ_f',
761: p_base_key_column => 'cntng_prtn_elig_prfl_id',
762: p_base_key_value => p_cntng_prtn_elig_prfl_id,
763: p_from_date => p_validation_start_date,