DBA Data[Home] [Help]

APPS.OZF_CLAIM_PVT dependencies on OE_TRANSACTION_TYPES_VL

Line 6804: FROM oe_transaction_types_vl

6800: l_lookup_code_count number := 0;
6801:
6802: CURSOR order_type_count_csr(p_id in number) is
6803: SELECT count(transaction_type_id)
6804: FROM oe_transaction_types_vl
6805: WHERE transaction_type_code = 'ORDER'
6806: AND order_category_code IN ('MIXED', 'RETURN')
6807: AND default_inbound_line_type_id IS NOT NULL
6808: AND transaction_type_id = p_id;