DBA Data[Home] [Help]

APPS.BEN_CPI_BUS dependencies on BEN_CPI_SHD

Line 207: (p_rec in ben_cpi_shd.g_rec_type

203: --
204: -- {End Of Comments}
205: -- ----------------------------------------------------------------------------
206: Procedure chk_non_updateable_args
207: (p_rec in ben_cpi_shd.g_rec_type
208: ) IS
209: --
210: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
211: --

Line 217: IF NOT ben_cpi_shd.api_updating

213: --
214: -- Only proceed with the validation if a row exists for the current
215: -- record in the HR Schema.
216: --
217: IF NOT ben_cpi_shd.api_updating
218: (p_group_per_in_ler_id => p_rec.group_per_in_ler_id
219: ,p_object_version_number => p_rec.object_version_number
220: ) THEN
221: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 228: ben_cpi_shd.g_old_rec.group_per_in_ler_id then

224: fnd_message.raise_error;
225: END IF;
226: --
227: if nvl(p_rec.group_per_in_ler_id, hr_api.g_number) <>
228: ben_cpi_shd.g_old_rec.group_per_in_ler_id then
229: hr_api.argument_changed_error
230: (p_api_name => l_proc
231: ,p_argument => 'GROUP_PER_IN_LER_ID'
232: ,p_base_table => ben_cpi_shd.g_tab_nam

Line 232: ,p_base_table => ben_cpi_shd.g_tab_nam

228: ben_cpi_shd.g_old_rec.group_per_in_ler_id then
229: hr_api.argument_changed_error
230: (p_api_name => l_proc
231: ,p_argument => 'GROUP_PER_IN_LER_ID'
232: ,p_base_table => ben_cpi_shd.g_tab_nam
233: );
234: end if;
235: --
236: End chk_non_updateable_args;

Line 283: (p_rec in ben_cpi_shd.g_rec_type

279: -- ----------------------------------------------------------------------------
280: -- |---------------------------< insert_validate >----------------------------|
281: -- ----------------------------------------------------------------------------
282: Procedure insert_validate
283: (p_rec in ben_cpi_shd.g_rec_type
284: ) is
285: --
286: l_proc varchar2(72) := g_package||'insert_validate';
287: --

Line 309: ,p_associated_column1 => ben_cpi_shd.g_tab_nam

305: -- Validate Important Attributes
306: --
307: hr_api.validate_bus_grp_id
308: (p_business_group_id => p_rec.business_group_id
309: ,p_associated_column1 => ben_cpi_shd.g_tab_nam
310: || '.BUSINESS_GROUP_ID');
311: --
312: -- after validating the set of important attributes,
313: -- if Multiple Message Detection is enabled and at least

Line 330: (p_rec in ben_cpi_shd.g_rec_type

326: -- ----------------------------------------------------------------------------
327: -- |---------------------------< update_validate >----------------------------|
328: -- ----------------------------------------------------------------------------
329: Procedure update_validate
330: (p_rec in ben_cpi_shd.g_rec_type
331: ) is
332: --
333: l_proc varchar2(72) := g_package||'update_validate';
334: --

Line 355: ,p_associated_column1 => ben_cpi_shd.g_tab_nam

351: -- Validate Important Attributes
352: --
353: hr_api.validate_bus_grp_id
354: (p_business_group_id => p_rec.business_group_id
355: ,p_associated_column1 => ben_cpi_shd.g_tab_nam
356: || '.BUSINESS_GROUP_ID');
357: --
358: -- After validating the set of important attributes,
359: -- if Multiple Message Detection is enabled and at least

Line 382: (p_rec in ben_cpi_shd.g_rec_type

378: -- ----------------------------------------------------------------------------
379: -- |---------------------------< delete_validate >----------------------------|
380: -- ----------------------------------------------------------------------------
381: Procedure delete_validate
382: (p_rec in ben_cpi_shd.g_rec_type
383: ) is
384: --
385: l_proc varchar2(72) := g_package||'delete_validate';
386: --

Line 396: ,ben_cpi_shd.g_old_rec.business_group_id

392: --
393:
394: /* Think this validation is not require, so commenting.....
395: chk_startup_action(false
396: ,ben_cpi_shd.g_old_rec.business_group_id
397: ,ben_cpi_shd.g_old_rec.legislation_code
398: );
399: IF hr_startup_data_api_support.g_startup_mode
400: NOT IN ('GENERIC','STARTUP') THEN

Line 397: ,ben_cpi_shd.g_old_rec.legislation_code

393:
394: /* Think this validation is not require, so commenting.....
395: chk_startup_action(false
396: ,ben_cpi_shd.g_old_rec.business_group_id
397: ,ben_cpi_shd.g_old_rec.legislation_code
398: );
399: IF hr_startup_data_api_support.g_startup_mode
400: NOT IN ('GENERIC','STARTUP') THEN
401: --