DBA Data[Home] [Help]

APPS.PAY_CFT_BUS dependencies on DT_API

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

752: p_argument_value => p_datetrack_mode);
753: --
754: -- Only perform the validation if the datetrack update mode is valid
755: --
756: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
757: --
758: --
759: -- Ensure the arguments are not null
760: --

Line 772: NOT (dt_api.check_min_max_dates

768: p_argument => 'validation_end_date',
769: p_argument_value => p_validation_end_date);
770: --
771: If ((nvl(p_assignment_id, hr_api.g_number) <> hr_api.g_number) and
772: NOT (dt_api.check_min_max_dates
773: (p_base_table_name => 'per_all_assignments_f',
774: p_base_key_column => 'assignment_id',
775: p_base_key_value => p_assignment_id,
776: p_from_date => p_validation_start_date,

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

824: -- Processing continues.
825: --
826: -- Post Failure:
827: -- If a row exists by determining the returning Boolean value from the
828: -- generic dt_api.rows_exist function then we must supply an error via
829: -- the use of the local exception handler l_rows_exist.
830: --
831: -- Developer Implementation Notes:
832: -- This procedure should not need maintenance unless the HR Schema model