DBA Data[Home] [Help]

APPS.OE_BULK_TAX_UTIL dependencies on OE_ORDER_TYPES_V

Line 1063: FROM oe_order_types_v ot,

1059: END IF; --end of if invoice_to_org_id IS NOT NULL
1060: BEGIN
1061: SELECT NVL (ot.cust_trx_type_id, 0)
1062: INTO l_cust_trx_type_id
1063: FROM oe_order_types_v ot,
1064: oe_order_headers_all oh
1065: WHERE ot.order_type_id = oh.order_type_id
1066: AND oh.header_id = OE_Bulk_Order_PVT.G_header_REC.header_id(Entity_info_tbl(i).header_index);
1067: EXCEPTION