DBA Data[Home] [Help]

APPS.BEN_ENV_OBJECT dependencies on PER_BUSINESS_GROUPS

Line 73: from per_business_groups bgp

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