DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL dependencies on OE_TRANSACTION_TYPES_VL

Line 1135: FROM oe_transaction_types_vl

1131: THEN
1132: BEGIN
1133:
1134: SELECT 'VALID' into l_dummy
1135: FROM oe_transaction_types_vl
1136: WHERE SALES_DOCUMENT_TYPE_CODE = 'B'
1137: AND transaction_type_id = p_x_header_rec.order_type_id
1138: AND trunc(sysdate) between start_date_Active and
1139: nvl(end_date_active,trunc(sysdate));