DBA Data[Home] [Help]

APPS.PER_PTU_BUS dependencies on DT_API

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

58: p_argument_value => p_datetrack_mode);
59: --
60: -- Only perform the validation if the datetrack update mode is valid
61: --
62: If (dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode)) then
63: --
64: --
65: -- Ensure the arguments are not null
66: --

Line 78: NOT (dt_api.check_min_max_dates

74: p_argument => 'validation_end_date',
75: p_argument_value => p_validation_end_date);
76: --
77: If ((nvl(p_person_id, hr_api.g_number) <> hr_api.g_number) and
78: NOT (dt_api.check_min_max_dates
79: (p_base_table_name => 'per_all_people_f', -- Bug 3111207
80: p_base_key_column => 'person_id',
81: p_base_key_value => p_person_id,
82: p_from_date => p_validation_start_date,

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

132: -- Processing continues.
133: --
134: -- Post Failure:
135: -- If a row exists by determining the returning Boolean value from the
136: -- generic dt_api.rows_exist function then we must supply an error via
137: -- the use of the local exception handler l_rows_exist.
138: --
139: -- Developer Implementation Notes:
140: -- This procedure should not need maintenance unless the HR Schema model