DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on OE_TRANSACTION_TYPES_VL

Line 993: FROM oe_transaction_types_vl

989: THEN
990: BEGIN
991:
992: SELECT 'VALID' into l_dummy
993: FROM oe_transaction_types_vl
994: WHERE SALES_DOCUMENT_TYPE_CODE = 'B'
995: AND transaction_type_id = p_x_header_rec.order_type_id
996: AND trunc(sysdate) between start_date_Active and
997: nvl(end_date_active,trunc(sysdate));