DBA Data[Home] [Help]

APPS.PQH_BGT_BUS dependencies on PER_BUSINESS_GROUPS

Line 2346: from per_business_groups a,

2342: -- Declare cursor
2343: --
2344: cursor csr_leg_code is
2345: select a.legislation_code
2346: from per_business_groups a,
2347: pqh_budgets b
2348: where b.budget_id = p_budget_id
2349: and a.business_group_id = b.business_group_id;
2350: --