DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on OKC_TIME_CODE_UNITS_B

Line 4558: from okc_time_code_units_b

4554: WHERE source_object_id = p_id;
4555:
4556: Cursor get_day_uom_code IS
4557: select uom_code
4558: from okc_time_code_units_b
4559: where tce_code='DAY'
4560: and quantity=1;
4561:
4562: