DBA Data[Home] [Help]

APPS.PAY_RETRO_UTILS_PKG dependencies on PER_BUSINESS_GROUPS_PERF

Line 611: from per_business_groups_perf pbg

607: where paf.assignment_id = cp_asg_id;
608:
609: cursor csr_get_leg_code (cp_bg_id in number) IS
610: select pbg.legislation_code
611: from per_business_groups_perf pbg
612: where pbg.business_group_id = cp_bg_id;
613:
614: l_legrul_name varchar2(40) := 'RETRO_COMP_DFLT_OVERRIDE';
615: l_asg_id number;