DBA Data[Home] [Help]

APPS.CSP_SUPPLY_DEMAND_PVT dependencies on CSP_SUP_DEM_RHS

Line 1371: EXECUTE IMMEDIATE 'TRUNCATE TABLE '||l_oracle_schema||'.CSP_SUP_DEM_RHS';

1367: exit;
1368: end if;
1369: l_level := l_level+1;
1370: end loop;
1371: EXECUTE IMMEDIATE 'TRUNCATE TABLE '||l_oracle_schema||'.CSP_SUP_DEM_RHS';
1372: insert into csp_sup_dem_rhs(
1373: inventory_item_id,
1374: organization_id,
1375: hierarchy_node_id,

Line 1372: insert into csp_sup_dem_rhs(

1368: end if;
1369: l_level := l_level+1;
1370: end loop;
1371: EXECUTE IMMEDIATE 'TRUNCATE TABLE '||l_oracle_schema||'.CSP_SUP_DEM_RHS';
1372: insert into csp_sup_dem_rhs(
1373: inventory_item_id,
1374: organization_id,
1375: hierarchy_node_id,
1376: node_name,