DBA Data[Home] [Help]

APPS.PER_CAGR_APPLY_RESULTS_PKG dependencies on PER_BUSINESS_GROUPS_PERF

Line 777: FROM per_business_groups_perf

773:
774: -- get the legislation_code for bg.
775: CURSOR csr_bg IS
776: SELECT legislation_code
777: FROM per_business_groups_perf
778: WHERE business_group_id = p_params.business_group_id
779: and rownum = 1; -- Added for bug 3387328 to improve performance.
780:
781: -- get the details of element entries that exist