DBA Data[Home] [Help]

APPS.PQP_NL_PGGM_PENSION_EXTRACTS dependencies on PER_BUSINESS_GROUPS_PERF

Line 1942: FROM per_business_groups_perf pbg

1938: -- Get the Legislation Code and Curreny Code
1939: CURSOR csr_leg_code (c_business_group_id IN Number) IS
1940: SELECT pbg.legislation_code
1941: ,pbg.currency_code
1942: FROM per_business_groups_perf pbg
1943: WHERE pbg.business_group_id = c_business_group_id;
1944:
1945: -- Cursor to Check if a org hierarchy is attached to the BG.
1946: -- If it is attached get the valid version as of the effective date.