DBA Data[Home] [Help]

APPS.BIS_INDICATOR_REGION_UI_PVT dependencies on BISBV_BUSINESS_PLANS

Line 1751: FROM BISBV_BUSINESS_PLANS

1747: v_ind_level_id pls_integer := p_ind_level_id;
1748:
1749: cursor plan_cur is
1750: SELECT plan_id,short_name,name
1751: FROM BISBV_BUSINESS_PLANS
1752: ORDER BY name;
1753:
1754: -- mdamle 01/15/2001 - Use Dim6 and Dim7
1755: -- added short_names and additional levels

Line 3522: FROM BISBV_BUSINESS_PLANS

3518:
3519:
3520: CURSOR plan_cur is
3521: SELECT plan_id,short_name,name
3522: FROM BISBV_BUSINESS_PLANS
3523: ORDER BY name;
3524:
3525: -- mdamle 01/15/2001 - Use Dim6 and Dim7
3526: cursor bisfv_target_levels_cur(p_tarid in pls_integer) is