DBA Data[Home] [Help]

APPS.PSB_BUDGET_GROUPS_PVT dependencies on PER_ORGANIZATION_UNITS

Line 3884: (select 'exists' from per_organization_units

3880: WHERE budget_group_type = 'R'
3881: AND root_budget_group_id = p_top_budget_group_id
3882: AND nvl(root_budget_group,'N') = 'N'
3883: and not exists
3884: (select 'exists' from per_organization_units
3885: where organization_id = bg.organization_id and
3886: business_group_id = bg.root_business_group_id);
3887:
3888: