DBA Data[Home] [Help]

APPS.PQP_NL_PENSION_EXTRACTS dependencies on PER_BUSINESS_GROUPS_PERF

Line 5523: FROM per_business_groups_perf pbg

5519: --
5520: CURSOR csr_leg_code (c_business_group_id IN Number) IS
5521: SELECT pbg.legislation_code
5522: ,pbg.currency_code
5523: FROM per_business_groups_perf pbg
5524: WHERE pbg.business_group_id = c_business_group_id;
5525: --
5526: -- Cursor to Check if a org hierarchy is attached to the BG.
5527: -- If it is attached get the valid version as of the effective date.