DBA Data[Home] [Help]

APPS.FF_FFN_BUS dependencies on FF_FFN_SHD

Line 255: ff_ffn_shd.constraint_error('FF_FUNC_CLASS_CHK');

251: (p_effective_date => p_effective_date
252: ,p_lookup_type => 'FUNCTION_CLASS'
253: ,p_lookup_code => p_class
254: ) then
255: ff_ffn_shd.constraint_error('FF_FUNC_CLASS_CHK');
256: end if;
257: --
258: hr_utility.set_location('Entering:'|| l_proc, 30);
259: -- User defined functions are not allowed.

Line 261: ff_ffn_shd.constraint_error('FF_FUNC_CLASS_CHK');

257: --
258: hr_utility.set_location('Entering:'|| l_proc, 30);
259: -- User defined functions are not allowed.
260: if (p_class = 'U') then
261: ff_ffn_shd.constraint_error('FF_FUNC_CLASS_CHK');
262: end if;
263: --
264: hr_utility.set_location('Entering:'|| l_proc, 40);
265: --

Line 302: ff_ffn_shd.constraint_error('FF_FUNC_DATA_TYPE_CHK');

298: (p_effective_date => p_effective_date
299: ,p_lookup_type => 'DATA_TYPE'
300: ,p_lookup_code => p_data_type
301: ) then
302: ff_ffn_shd.constraint_error('FF_FUNC_DATA_TYPE_CHK');
303: end if;
304: --
305: hr_utility.set_location('Entering:'|| l_proc, 20);
306: --

Line 435: ,p_rec in ff_ffn_shd.g_rec_type

431: -- {End Of Comments}
432: -- ----------------------------------------------------------------------------
433: Procedure chk_non_updateable_args
434: (p_effective_date in date
435: ,p_rec in ff_ffn_shd.g_rec_type
436: ) IS
437: --
438: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
439: --

Line 445: IF NOT ff_ffn_shd.api_updating

441: --
442: -- Only proceed with the validation if a row exists for the current
443: -- record in the HR Schema.
444: --
445: IF NOT ff_ffn_shd.api_updating
446: (p_function_id => p_rec.function_id
447: ,p_object_version_number => p_rec.object_version_number
448: ) THEN
449: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 457: nvl(ff_ffn_shd.g_old_rec.business_group_id, hr_api.g_number) then

453: END IF;
454: --
455: --
456: if nvl(p_rec.business_group_id, hr_api.g_number) <>
457: nvl(ff_ffn_shd.g_old_rec.business_group_id, hr_api.g_number) then
458: hr_api.argument_changed_error
459: (p_api_name => l_proc
460: ,p_argument => 'BUSINESS_GROUP_ID'
461: ,p_base_table => ff_ffn_shd.g_tab_nam

Line 461: ,p_base_table => ff_ffn_shd.g_tab_nam

457: nvl(ff_ffn_shd.g_old_rec.business_group_id, hr_api.g_number) then
458: hr_api.argument_changed_error
459: (p_api_name => l_proc
460: ,p_argument => 'BUSINESS_GROUP_ID'
461: ,p_base_table => ff_ffn_shd.g_tab_nam
462: );
463: end if;
464: --
465: if nvl(p_rec.legislation_code, hr_api.g_varchar2) <>

Line 466: nvl(ff_ffn_shd.g_old_rec.legislation_code, hr_api.g_varchar2) then

462: );
463: end if;
464: --
465: if nvl(p_rec.legislation_code, hr_api.g_varchar2) <>
466: nvl(ff_ffn_shd.g_old_rec.legislation_code, hr_api.g_varchar2) then
467: hr_api.argument_changed_error
468: (p_api_name => l_proc
469: ,p_argument => 'LEGISLATION_CODE'
470: ,p_base_table => ff_ffn_shd.g_tab_nam

Line 470: ,p_base_table => ff_ffn_shd.g_tab_nam

466: nvl(ff_ffn_shd.g_old_rec.legislation_code, hr_api.g_varchar2) then
467: hr_api.argument_changed_error
468: (p_api_name => l_proc
469: ,p_argument => 'LEGISLATION_CODE'
470: ,p_base_table => ff_ffn_shd.g_tab_nam
471: );
472: end if;
473:
474: if nvl(p_rec.function_id, hr_api.g_number) <>

Line 475: nvl(ff_ffn_shd.g_old_rec.function_id, hr_api.g_number) then

471: );
472: end if;
473:
474: if nvl(p_rec.function_id, hr_api.g_number) <>
475: nvl(ff_ffn_shd.g_old_rec.function_id, hr_api.g_number) then
476: hr_api.argument_changed_error
477: (p_api_name => l_proc
478: ,p_argument => 'FUNCTION_ID'
479: ,p_base_table => ff_ffn_shd.g_tab_nam

Line 479: ,p_base_table => ff_ffn_shd.g_tab_nam

475: nvl(ff_ffn_shd.g_old_rec.function_id, hr_api.g_number) then
476: hr_api.argument_changed_error
477: (p_api_name => l_proc
478: ,p_argument => 'FUNCTION_ID'
479: ,p_base_table => ff_ffn_shd.g_tab_nam
480: );
481: end if;
482:
483: --

Line 538: ,p_rec in ff_ffn_shd.g_rec_type

534: -- |---------------------------< insert_validate >----------------------------|
535: -- ----------------------------------------------------------------------------
536: Procedure insert_validate
537: (p_effective_date in date
538: ,p_rec in ff_ffn_shd.g_rec_type
539: ) is
540: --
541: l_proc varchar2(72) := g_package||'insert_validate';
542: --

Line 560: ,p_associated_column1 => ff_ffn_shd.g_tab_nam

556: -- Validate Important Attributes
557: --
558: hr_api.validate_bus_grp_id
559: (p_business_group_id => p_rec.business_group_id
560: ,p_associated_column1 => ff_ffn_shd.g_tab_nam
561: || '.BUSINESS_GROUP_ID');
562: --
563: -- after validating the set of important attributes,
564: -- if Multiple Message Detection is enabled and at least

Line 612: ,p_rec in ff_ffn_shd.g_rec_type

608: -- |---------------------------< update_validate >----------------------------|
609: -- ----------------------------------------------------------------------------
610: Procedure update_validate
611: (p_effective_date in date
612: ,p_rec in ff_ffn_shd.g_rec_type
613: ) is
614: --
615: l_proc varchar2(72) := g_package||'update_validate';
616: --

Line 634: ,p_associated_column1 => ff_ffn_shd.g_tab_nam

630: -- Validate Important Attributes
631: --
632: hr_api.validate_bus_grp_id
633: (p_business_group_id => p_rec.business_group_id
634: ,p_associated_column1 => ff_ffn_shd.g_tab_nam
635: || '.BUSINESS_GROUP_ID');
636: --
637: -- After validating the set of important attributes,
638: -- if Multiple Message Detection is enabled and at least

Line 676: (p_rec in ff_ffn_shd.g_rec_type

672: -- ----------------------------------------------------------------------------
673: -- |---------------------------< delete_validate >----------------------------|
674: -- ----------------------------------------------------------------------------
675: Procedure delete_validate
676: (p_rec in ff_ffn_shd.g_rec_type
677: ) is
678: --
679: l_proc varchar2(72) := g_package||'delete_validate';
680: --

Line 686: ,ff_ffn_shd.g_old_rec.business_group_id

682: hr_utility.set_location('Entering:'||l_proc, 5);
683: --
684: --
685: chk_startup_action(false
686: ,ff_ffn_shd.g_old_rec.business_group_id
687: ,ff_ffn_shd.g_old_rec.legislation_code
688: );
689: IF hr_startup_data_api_support.g_startup_mode
690: NOT IN ('GENERIC','STARTUP') THEN

Line 687: ,ff_ffn_shd.g_old_rec.legislation_code

683: --
684: --
685: chk_startup_action(false
686: ,ff_ffn_shd.g_old_rec.business_group_id
687: ,ff_ffn_shd.g_old_rec.legislation_code
688: );
689: IF hr_startup_data_api_support.g_startup_mode
690: NOT IN ('GENERIC','STARTUP') THEN
691: --