DBA Data[Home] [Help]

APPS.MSC_CRP_HORIZONTAL_PLAN dependencies on MSC_CAPACITY_PLANS_S

Line 1315: SELECT msc_capacity_plans_s.nextval

1311: -- --------------------------
1312: -- initialize query id
1313: -- --------------------------
1314: g_error_stmt := 'Debug - initialize - 10';
1315: SELECT msc_capacity_plans_s.nextval
1316: INTO g_query_id
1317: FROM dual;
1318:
1319: -- --------------------------------------------------------