DBA Data[Home] [Help]

APPS.PQH_DST_BUS dependencies on PER_BUSINESS_GROUPS

Line 190: from per_business_groups a,

186: -- Declare cursor
187: --
188: cursor csr_leg_code is
189: select a.legislation_code
190: from per_business_groups a,
191: pqh_dflt_budget_sets b
192: where b.dflt_budget_set_id = p_dflt_budget_set_id
193: and a.business_group_id = b.business_group_id;
194: --