DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on OKC_TIME_CODE_UNITS_V

Line 10612: from okc_time_code_units_v

10608: l_bil_sch_out oks_bill_sch.itembillsch_tbl;
10609: l_uom_code Varchar2(240);
10610: Cursor get_day_uom_code IS
10611: select uom_code
10612: from okc_time_code_units_v
10613: where tce_code='DAY'
10614: and quantity=1;
10615:
10616: