DBA Data[Home] [Help]

APPS.OKS_SUBSCRIPTION_PVT dependencies on OKC_TIME_CODE_UNITS_V

Line 2097: From okc_time_code_units_v

2093: ( p_frequency IN VARCHAR2
2094: ) Return VARCHAR2 IS
2095: Cursor uom_cur(p_tce In Varchar2, p_qty Number) Is
2096: Select uom_code
2097: From okc_time_code_units_v
2098: Where tce_code = p_tce
2099: And quantity = p_qty
2100: And active_flag = 'Y';
2101: l_tce_code Varchar2(10);