DBA Data[Home] [Help]

APPS.PER_PDP_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 766: from per_business_groups_perf bus

762: := g_package||'chk_last_standard_process_date';
763: --
764: cursor csr_get_legislation_code is
765: select bus.legislation_code
766: from per_business_groups_perf bus
767: where bus.business_group_id = p_business_group_id
768: and rownum = 1;
769: -- Bug 3387328. Used _perf view to increase perfomance.
770: --

Line 957: from per_business_groups_perf bus

953: l_legislation_code per_business_groups.legislation_code%TYPE;
954: --
955: cursor csr_get_legislation_code is
956: select bus.legislation_code
957: from per_business_groups_perf bus
958: where bus.business_group_id = p_business_group_id
959: and rownum = 1;
960: -- Bug 3387328. Used _perf view to improve performance.
961: --