DBA Data[Home] [Help]

APPS.PAY_DEFINED_BALANCES_PKG dependencies on PER_BUSINESS_GROUPS

Line 221: from per_business_groups

217: is
218: cursor get_bg_leg(p_bg number)
219: is
220: select legislation_code
221: from per_business_groups
222: where business_group_id = p_bg;
223: --
224: cursor get_sess_date
225: is