DBA Data[Home] [Help]

APPS.OE_ACCOUNTING dependencies on STANDARD

Line 64: AND NVL(line_category_code,'STANDARD') <> 'RETURN'

60: NVL(SUM( NVL(ordered_quantity,0) * NVL(unit_selling_price,0)),0)
61: INTO l_uninv_commitment_bal
62: FROM oe_order_lines
63: WHERE commitment_id = p_customer_trx_id
64: AND NVL(line_category_code,'STANDARD') <> 'RETURN'
65: AND NVL(invoice_interface_status_code,'NO') <> 'YES';
66:
67: ELSE
68: