DBA Data[Home] [Help]

APPS.CN_CALC_FORMULAS_PVT dependencies on CN_CALC_EDGES

Line 1468: WHERE exists (SELECT 1 FROM cn_calc_edges

1464:
1465: CURSOR parent_exist IS
1466: SELECT 1
1467: FROM dual
1468: WHERE exists (SELECT 1 FROM cn_calc_edges
1469: WHERE child_id = p_calc_formula_id
1470: AND edge_type = 'FE');
1471: BEGIN
1472: -- Standard Start of API savepoint

Line 1493: -- 1) the formula is not used in cn_calc_edges

1489:
1490: -- API body
1491:
1492: -- make sure:
1493: -- 1) the formula is not used in cn_calc_edges
1494: -- 2) the formula is not assigned to a plan element or role
1495: -- 3) the formula is not used in modeling
1496:
1497: OPEN parent_exist;