DBA Data[Home] [Help]

APPS.PQH_BUDGET_ANALYSIS_PKG dependencies on PER_BUSINESS_GROUPS

Line 3726: from per_business_groups

3722: and bele.element_type_id = bcl.element_type_id;
3723:
3724: cursor c_currency_code is
3725: select currency_code
3726: from per_business_groups
3727: where business_group_id = p_business_group_id;
3728: --
3729: --
3730: -- Local Variables