DBA Data[Home] [Help]

APPS.OKS_BILL_REC_PUB dependencies on OE_ORDER_LINES_ALL

Line 9947: oe_order_lines_all oel

9943: CURSOR om_period_csr(p_id IN NUMBER) IS
9944: select oel.service_period,oel.service_duration,
9945: oel.ordered_quantity
9946: from okc_k_rel_objs rel,
9947: oe_order_lines_all oel
9948: where rel.cle_id = p_id
9949: and oel.line_id = rel.object1_id1;
9950:
9951:

Line 10374: oe_order_lines_all oel

10370: CURSOR om_period_csr(p_id IN NUMBER) IS
10371: select oel.service_period,oel.service_duration,
10372: oel.ordered_quantity
10373: from okc_k_rel_objs rel,
10374: oe_order_lines_all oel
10375: where rel.cle_id = p_id
10376: and oel.line_id = rel.object1_id1;
10377:
10378: Cursor max_billto_date_csr(p_cle_id IN NUMBER)