DBA Data[Home] [Help]

APPS.OE_UPG_SO_NEW dependencies on OE_TRANSACTION_TYPES_ALL

Line 1907: oe_transaction_types_all tta

1903: 'RETURN',DEFAULT_INBOUND_LINE_TYPE_ID,0),0)
1904: into
1905: g_line_rec.line_type_id
1906: from
1907: oe_transaction_types_all tta
1908: where tta.transaction_type_id = G_ORDER_TYPE_ID;
1909: exception
1910: when others then
1911: g_line_rec.line_type_id := 0;