DBA Data[Home] [Help]

APPS.MSC_CRP_HORIZONTAL_PLAN dependencies on MSC_CAPACITY_PLANS_S

Line 1140: SELECT msc_capacity_plans_s.nextval

1136: -- --------------------------
1137: -- initialize query id
1138: -- --------------------------
1139: g_error_stmt := 'Debug - initialize - 10';
1140: SELECT msc_capacity_plans_s.nextval
1141: INTO g_query_id
1142: FROM dual;
1143:
1144: -- --------------------------------------------------------