DBA Data[Home] [Help]

APPS.PQH_VLD_BUS dependencies on PQH_VLD_SHD

Line 182: ,p_rec in pqh_vld_shd.g_rec_type

178: -- {End Of Comments}
179: -- ----------------------------------------------------------------------------
180: Procedure chk_non_updateable_args
181: (p_effective_date in date
182: ,p_rec in pqh_vld_shd.g_rec_type
183: ) IS
184: --
185: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
186: --

Line 192: IF NOT pqh_vld_shd.api_updating

188: --
189: -- Only proceed with the validation if a row exists for the current
190: -- record in the HR Schema.
191: --
192: IF NOT pqh_vld_shd.api_updating
193: (p_validation_id => p_rec.validation_id
194: ,p_object_version_number => p_rec.object_version_number
195: ) THEN
196: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 206: If p_rec.BUSINESS_GROUP_ID <> pqh_vld_shd.g_old_rec.business_group_id then

202: -- Checks to ensure non-updateable args have
203: -- not been updated.
204: --
205:
206: If p_rec.BUSINESS_GROUP_ID <> pqh_vld_shd.g_old_rec.business_group_id then
207: hr_utility.set_message(8302, 'PQH_FR_BUS_NO_UPD');
208: fnd_message.raise_error;
209: End If;
210:

Line 211: If p_rec.PERSON_ID <> pqh_vld_shd.g_old_rec.person_id then

207: hr_utility.set_message(8302, 'PQH_FR_BUS_NO_UPD');
208: fnd_message.raise_error;
209: End If;
210:
211: If p_rec.PERSON_ID <> pqh_vld_shd.g_old_rec.person_id then
212: hr_utility.set_message(8302, 'PQH_FR_BUS_NO_UPD');
213: fnd_message.raise_error;
214: End If;
215:

Line 225: ,p_rec in pqh_vld_shd.g_rec_type

221: -- |---------------------------< insert_validate >----------------------------|
222: -- ----------------------------------------------------------------------------
223: Procedure insert_validate
224: (p_effective_date in date
225: ,p_rec in pqh_vld_shd.g_rec_type
226: ) is
227: --
228: l_proc varchar2(72) := g_package||'insert_validate';
229: --

Line 237: ,p_associated_column1 => pqh_vld_shd.g_tab_nam

233: -- Call all supporting business operations
234: --
235: hr_api.validate_bus_grp_id
236: (p_business_group_id => p_rec.business_group_id
237: ,p_associated_column1 => pqh_vld_shd.g_tab_nam
238: || '.BUSINESS_GROUP_ID');
239: --
240: -- After validating the set of important attributes,
241: -- if Multiple Message detection is enabled and at least

Line 257: ,p_rec in pqh_vld_shd.g_rec_type

253: -- |---------------------------< update_validate >----------------------------|
254: -- ----------------------------------------------------------------------------
255: Procedure update_validate
256: (p_effective_date in date
257: ,p_rec in pqh_vld_shd.g_rec_type
258: ) is
259: --
260: l_proc varchar2(72) := g_package||'update_validate';
261: --

Line 269: ,p_associated_column1 => pqh_vld_shd.g_tab_nam

265: -- Call all supporting business operations
266: --
267: hr_api.validate_bus_grp_id
268: (p_business_group_id => p_rec.business_group_id
269: ,p_associated_column1 => pqh_vld_shd.g_tab_nam
270: || '.BUSINESS_GROUP_ID');
271: --
272: -- After validating the set of important attributes,
273: -- if Multiple Message detection is enabled and at least

Line 293: (p_rec in pqh_vld_shd.g_rec_type

289: -- ----------------------------------------------------------------------------
290: -- |---------------------------< delete_validate >----------------------------|
291: -- ----------------------------------------------------------------------------
292: Procedure delete_validate
293: (p_rec in pqh_vld_shd.g_rec_type
294: ) is
295: --
296: l_proc varchar2(72) := g_package||'delete_validate';
297: --