DBA Data[Home] [Help]

APPS.PER_BPR_BUS dependencies on PER_BUSINESS_GROUPS

Line 85: from per_business_groups pbg

81: -- Declare cursor
82: --
83: cursor csr_leg_code is
84: select pbg.legislation_code
85: from per_business_groups pbg
86: , per_bf_payroll_runs bpr
87: where bpr.payroll_run_id = p_payroll_run_id
88: and pbg.business_group_id = bpr.business_group_id;
89: --