DBA Data[Home] [Help]

APPS.PQP_NL_PENSION_EXTRACTS dependencies on PER_BUSINESS_GROUPS_PERF

Line 5712: FROM per_business_groups_perf pbg

5708: --
5709: CURSOR csr_leg_code (c_business_group_id IN Number) IS
5710: SELECT pbg.legislation_code
5711: ,pbg.currency_code
5712: FROM per_business_groups_perf pbg
5713: WHERE pbg.business_group_id = c_business_group_id;
5714: --
5715: -- Cursor to Check if a org hierarchy is attached to the BG.
5716: -- If it is attached get the valid version as of the effective date.