DBA Data[Home] [Help]

APPS.HR_PARAMETER_HRMNPSUM dependencies on BISBV_BUSINESS_PLANS

Line 134: from bisbv_business_plans

130: select -1 plan_id, ' ' plan_name
131: from sys.dual
132: union
133: select plan_id, description plan_name
134: from bisbv_business_plans
135: where current_plan_flag='Y'
136: order by 2;
137:
138: BEGIN