DBA Data[Home] [Help]

APPS.PAY_CNU_BUS1 dependencies on PER_BUSINESS_GROUPS

Line 199: from per_business_groups pbg

195: -- This can be called from insert, as BG is a non-updateable field
196: --
197: cursor csr_leg_code is
198: select pbg.legislation_code
199: from per_business_groups pbg
200: where pbg.business_group_id = p_business_group_id;
201: --
202: Begin
203: --