DBA Data[Home] [Help]

APPS.OE_UPG_SO dependencies on OE_TRANSACTION_TYPES_ALL

Line 1458: oe_transaction_types_all tta

1454: 'RETURN',DEFAULT_INBOUND_LINE_TYPE_ID,0),0)
1455: into
1456: g_line_rec.line_type_id
1457: from
1458: oe_transaction_types_all tta
1459: where tta.transaction_type_id = G_ORDER_TYPE_ID;
1460: exception
1461: when others then
1462: g_line_rec.line_type_id := 0;