DBA Data[Home] [Help]

APPS.MTH_EQUIPMENT_PKG dependencies on MTH_EQUIPMENT_DIM_S

Line 716: v_row.dimension_key := MTH_EQUIPMENT_DIM_S. NEXTVAL();

712: END IF;
713:
714: -- if the entry is at the equipment level alone, make the dimension key positive
715: IF(p_level_num =10) THEN
716: v_row.dimension_key := MTH_EQUIPMENT_DIM_S. NEXTVAL();
717: ELSE
718: v_row.dimension_key := -MTH_EQUIPMENT_DIM_S. NEXTVAL();
719: END IF;
720:

Line 718: v_row.dimension_key := -MTH_EQUIPMENT_DIM_S. NEXTVAL();

714: -- if the entry is at the equipment level alone, make the dimension key positive
715: IF(p_level_num =10) THEN
716: v_row.dimension_key := MTH_EQUIPMENT_DIM_S. NEXTVAL();
717: ELSE
718: v_row.dimension_key := -MTH_EQUIPMENT_DIM_S. NEXTVAL();
719: END IF;
720:
721: -- load v_row with the current values for the specified entry to be inserted into the denorm table
722: