DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on OKC_TIME_CODE_UNITS_V

Line 10860: from okc_time_code_units_v

10856: l_bil_sch_out oks_bill_sch.itembillsch_tbl;
10857: l_uom_code Varchar2(240);
10858: Cursor get_day_uom_code IS
10859: select uom_code
10860: from okc_time_code_units_v
10861: where tce_code='DAY'
10862: and quantity=1;
10863:
10864: