DBA Data[Home] [Help]

APPS.FF_FGL_BUS dependencies on FF_FGL_SHD

Line 189: ,p_rec in ff_fgl_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 ff_fgl_shd.g_rec_type
190: ) IS
191: --
192: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
193: --

Line 199: IF NOT ff_fgl_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 ff_fgl_shd.api_updating
200: (p_global_id => p_rec.global_id
201: ,p_effective_date => p_effective_date
202: ,p_object_version_number => p_rec.object_version_number
203: ) THEN

Line 436: (p_rec in ff_fgl_shd.g_rec_type

432: -- ----------------------------------------------------------------------------
433: -- |---------------------------< insert_validate >----------------------------|
434: -- ----------------------------------------------------------------------------
435: Procedure insert_validate
436: (p_rec in ff_fgl_shd.g_rec_type
437: ,p_effective_date in date
438: ,p_datetrack_mode in varchar2
439: ,p_validation_start_date in date
440: ,p_validation_end_date in date

Line 462: ,p_associated_column1 => ff_fgl_shd.g_tab_nam

458: -- Validate Important Attributes
459: --
460: hr_api.validate_bus_grp_id
461: (p_business_group_id => p_rec.business_group_id
462: ,p_associated_column1 => ff_fgl_shd.g_tab_nam
463: || '.BUSINESS_GROUP_ID');
464: --
465: -- after validating the set of important attributes,
466: -- if Multiple Message Detection is enabled and at least

Line 483: (p_rec in ff_fgl_shd.g_rec_type

479: -- ----------------------------------------------------------------------------
480: -- |---------------------------< update_validate >----------------------------|
481: -- ----------------------------------------------------------------------------
482: Procedure update_validate
483: (p_rec in ff_fgl_shd.g_rec_type
484: ,p_effective_date in date
485: ,p_datetrack_mode in varchar2
486: ,p_validation_start_date in date
487: ,p_validation_end_date in date

Line 509: ,p_associated_column1 => ff_fgl_shd.g_tab_nam

505: -- Validate Important Attributes
506: --
507: hr_api.validate_bus_grp_id
508: (p_business_group_id => p_rec.business_group_id
509: ,p_associated_column1 => ff_fgl_shd.g_tab_nam
510: || '.BUSINESS_GROUP_ID');
511: --
512: -- After validating the set of important attributes,
513: -- if Multiple Message Detection is enabled and at least

Line 543: (p_rec in ff_fgl_shd.g_rec_type

539: -- ----------------------------------------------------------------------------
540: -- |---------------------------< delete_validate >----------------------------|
541: -- ----------------------------------------------------------------------------
542: Procedure delete_validate
543: (p_rec in ff_fgl_shd.g_rec_type
544: ,p_effective_date in date
545: ,p_datetrack_mode in varchar2
546: ,p_validation_start_date in date
547: ,p_validation_end_date in date

Line 557: ,ff_fgl_shd.g_old_rec.business_group_id

553: hr_utility.set_location('Entering:'||l_proc, 5);
554: --
555: --
556: chk_startup_action(false
557: ,ff_fgl_shd.g_old_rec.business_group_id
558: ,ff_fgl_shd.g_old_rec.legislation_code
559: );
560: IF hr_startup_data_api_support.g_startup_mode
561: NOT IN ('GENERIC','STARTUP') THEN

Line 558: ,ff_fgl_shd.g_old_rec.legislation_code

554: --
555: --
556: chk_startup_action(false
557: ,ff_fgl_shd.g_old_rec.business_group_id
558: ,ff_fgl_shd.g_old_rec.legislation_code
559: );
560: IF hr_startup_data_api_support.g_startup_mode
561: NOT IN ('GENERIC','STARTUP') THEN
562: --