DBA Data[Home] [Help]

APPS.HRI_PARAMETERS dependencies on BISBV_BUSINESS_PLANS

Line 674: from bisbv_business_plans

670: from sys.dual
671: union
672: select plan_id
673: ,description plan_name
674: from bisbv_business_plans
675: where current_plan_flag = 'Y'
676: order by 2;
677:
678: BEGIN