DBA Data[Home] [Help]

APPS.OKS_TIME_MEASURES_PUB dependencies on OKC_TIME_CODE_UNITS_V

Line 100: from OKC_TIME_CODE_UNITS_V

96: Cursor cs_uom(cp_tce_code IN VARCHAR2
97: ,cp_quantity IN NUMBER)
98: is
99: select uom_code
100: from OKC_TIME_CODE_UNITS_V
101: where tce_code = cp_tce_code and quantity = cp_quantity
102: and active_flag = 'Y';
103:
104: l_uom VARCHAR2(10);