DBA Data[Home] [Help]

APPS.HR_SCL_FLEX dependencies on PER_BUSINESS_GROUPS

Line 881: l_legislation_code per_business_groups.legislation_code%type;

877: ,p_validation_end_date in date
878: ) is
879: --
880: l_proc varchar2(72) := g_package||'kf';
881: l_legislation_code per_business_groups.legislation_code%type;
882: l_cagr_grade_def_id number;
883: l_concat_segments_out varchar2(2000);
884: --
885: --

Line 891: from per_business_groups pbg

887: -- will be used to switch the segment validation.
888: --
889: cursor lcsel is
890: select pbg.legislation_code
891: from per_business_groups pbg
892: where pbg.business_group_id = p_rec.business_group_id;
893: --
894: begin
895: hr_utility.set_location('Entering:'||l_proc, 5);