DBA Data[Home] [Help]

APPS.GMD_SPREAD_CALCULATE_PKG dependencies on GMD_MATERIAL_HEADER_GTMP

Line 741: FROM gmd_material_header_gtmp

737:
738: -- Added the following code to Get formula id for passed in simulation bug 13406890
739: CURSOR Cur_get_formula_id IS
740: SELECT FORMULA_ID
741: FROM gmd_material_header_gtmp
742: WHERE entity_id = V_entity_id;
743:
744: l_formula_id NUMBER;
745: