DBA Data[Home] [Help]

APPS.BEN_ENV_OBJECT dependencies on PER_BUSINESS_GROUPS

Line 71: from per_business_groups bgp

67: (c_bgp_id in number
68: )
69: is
70: select bgp.legislation_code
71: from per_business_groups bgp
72: where bgp.business_group_id = c_bgp_id;
73: --
74: l_bgpdets c_bgpdets%rowtype;
75: --