DBA Data[Home] [Help]

APPS.AR_RAXCBR_XMLP_PKG dependencies on OE_ORDER_LINES

Line 132: from oe_order_lines lin,

128: select
129: nvl(sum(nvl(pay.commitment_applied_amount, 0) -
130: nvl(pay.commitment_interfaced_amount,0)),0) om_commitment_amt
131: into unbooked_amt
132: from oe_order_lines lin,
133: oe_payments pay
134: where lin.header_id = pay.header_id(+)
135: and lin.line_id = pay.line_id(+)
136: and lin.commitment_id = customer_trx_id1