DBA Data[Home] [Help]

APPS.OKS_BILL_SCH dependencies on OE_ORDER_LINES_ALL

Line 437: oe_order_lines_all oel

433:
434: CURSOR om_period_csr IS
435: select oel.service_period
436: from okc_k_rel_objs rel,
437: oe_order_lines_all oel
438: where rel.cle_id = P_cle_id
439: and oel.line_id = rel.object1_id1;
440:
441: