DBA Data[Home] [Help]

APPS.OKS_BILL_REC_PUB dependencies on OE_ORDER_LINES_ALL

Line 10037: oe_order_lines_all oel

10033: CURSOR om_period_csr(p_id IN NUMBER) IS
10034: select oel.service_period,oel.service_duration,
10035: oel.ordered_quantity
10036: from okc_k_rel_objs rel,
10037: oe_order_lines_all oel
10038: where rel.cle_id = p_id
10039: and oel.line_id = rel.object1_id1;
10040:
10041:

Line 10492: oe_order_lines_all oel

10488: CURSOR om_period_csr(p_id IN NUMBER) IS
10489: select oel.service_period,oel.service_duration,
10490: oel.ordered_quantity
10491: from okc_k_rel_objs rel,
10492: oe_order_lines_all oel
10493: where rel.cle_id = p_id
10494: and oel.line_id = rel.object1_id1;
10495:
10496: Cursor max_billto_date_csr(p_cle_id IN NUMBER)