DBA Data[Home] [Help]

APPS.GMD_OPERATION_RESOURCES_PUB dependencies on MTL_UNITS_OF_MEASURE

Line 24: | replaced with mtl_units_of_measure |

20: | raising the exception if a validation |
21: | fails. |
22: | 26-MAY-2008 KBANDDYO Bug#7118558: column um_code is replaced |
23: | with uom_code and table sy_uoms_mst is |
24: | replaced with mtl_units_of_measure |
25: +=========================================================================+
26: API Name : GMD_OPERATION_RESOURCES_PUB
27: Type : Public
28: Function : This package contains public procedures used to create, modify, and delete operation resources

Line 50: FROM mtl_units_of_measure

46:
47: --Bug#7118558
48: CURSOR check_uom(v_uom VARCHAR2) IS
49: SELECT 1
50: FROM mtl_units_of_measure
51: WHERE uom_Code = v_uom
52: AND (disable_date IS NULL or disable_date > SYSDATE); /* pku */
53:
54: