DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on OKC_TIME_CODE_UNITS_B

Line 4553: from okc_time_code_units_b

4549: WHERE source_object_id = p_id;
4550:
4551: Cursor get_day_uom_code IS
4552: select uom_code
4553: from okc_time_code_units_b
4554: where tce_code='DAY'
4555: and quantity=1;
4556:
4557: