DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_TRANSACTION_TYPES_ALL

Line 588: FROM oe_transaction_types_all

584: THEN
585:
586: SELECT TAX_CALCULATION_EVENT_CODE
587: INTO l_tax_calculation_event_code
588: FROM oe_transaction_types_all
589: WHERE transaction_type_id
590: = OE_Order_Cache.g_header_rec.order_type_id;
591:
592: IF nvl(l_tax_calculation_event_code, 'ENTERING') IN ('ENTERING', 'BOOKING') THEN

Line 1188: into lline_category_code from oe_transaction_types_all

1184: OE_DEBUG_PUB.Add('IN OE_VALIDATE_LINE.Validate_Line_Type old line type Id: '||p_old_line_rec.line_type_id);
1185: OE_DEBUG_PUB.Add('IN OE_VALIDATE_LINE.Validate_Line_Type new line type Id: '||p_line_rec.line_type_id);
1186: END IF;
1187: select ORDER_CATEGORY_CODE
1188: into lline_category_code from oe_transaction_types_all
1189: where transaction_type_id = p_line_rec.line_type_id;
1190:
1191: if p_line_rec.line_category_code <> lline_category_code then
1192: IF l_debug_level > 0 then