DBA Data[Home] [Help]

APPS.PER_PDP_BUS dependencies on PER_BUSINESS_GROUPS_PERF

Line 769: from per_business_groups_perf bus

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

Line 960: from per_business_groups_perf bus

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