DBA Data[Home] [Help]

APPS.PER_CNL_BUS dependencies on PER_CNL_SHD

Line 189: ,p_rec in per_cnl_shd.g_rec_type

185: -- {End Of Comments}
186: -- ----------------------------------------------------------------------------
187: Procedure chk_non_updateable_args
188: (p_effective_date in date
189: ,p_rec in per_cnl_shd.g_rec_type
190: ) IS
191: --
192: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
193: --

Line 199: IF NOT per_cnl_shd.api_updating

195: --
196: -- Only proceed with the validation if a row exists for the current
197: -- record in the HR Schema.
198: --
199: IF NOT per_cnl_shd.api_updating
200: (p_location_id => p_rec.location_id
201: ,p_object_version_number => p_rec.object_version_number
202: ) THEN
203: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 219: ,p_rec in per_cnl_shd.g_rec_type

215: -- |---------------------------< insert_validate >----------------------------|
216: -- ----------------------------------------------------------------------------
217: Procedure insert_validate
218: (p_effective_date in date
219: ,p_rec in per_cnl_shd.g_rec_type
220: ) is
221: --
222: l_proc varchar2(72) := g_package||'insert_validate';
223: --

Line 246: ,p_associated_column1 => per_cnl_shd.g_tab_nam|| '.BUSINESS_GROUP_ID'); */

242: -- Remove this comment when the edit has been completed.
243: -- Validate Important Attributes
244: /* hr_api.validate_bus_grp_id
245: (p_business_group_id => p_rec.business_group_id
246: ,p_associated_column1 => per_cnl_shd.g_tab_nam|| '.BUSINESS_GROUP_ID'); */
247: --
248: -- After validating the set of important attributes,
249: -- if Multiple Message detection is enabled and at least
250: -- one error has been found then abort further validation.

Line 265: ,p_rec in per_cnl_shd.g_rec_type

261: -- |---------------------------< update_validate >----------------------------|
262: -- ----------------------------------------------------------------------------
263: Procedure update_validate
264: (p_effective_date in date
265: ,p_rec in per_cnl_shd.g_rec_type
266: ) is
267: --
268: l_proc varchar2(72) := g_package||'update_validate';
269: --

Line 292: ,p_associated_column1 => per_cnl_shd.g_tab_nam

288: -- Remove this comment when the edit has been completed.
289: -- Validate Important Attributes
290: /* hr_api.validate_bus_grp_id
291: (p_business_group_id => p_rec.business_group_id
292: ,p_associated_column1 => per_cnl_shd.g_tab_nam
293: || '.BUSINESS_GROUP_ID'); */
294: --
295: -- After validating the set of important attributes,
296: -- if Multiple Message detection is enabled and at least

Line 316: (p_rec in per_cnl_shd.g_rec_type

312: -- ----------------------------------------------------------------------------
313: -- |---------------------------< delete_validate >----------------------------|
314: -- ----------------------------------------------------------------------------
315: Procedure delete_validate
316: (p_rec in per_cnl_shd.g_rec_type
317: ) is
318: --
319: l_proc varchar2(72) := g_package||'delete_validate';
320: --