DBA Data[Home] [Help]

APPS.OE_PREPAYMENT_UTIL dependencies on OE_ORDER_HEADERS_ALL

Line 1365: from oe_order_headers_all

1361:
1362: Begin
1363: select payment_term_id, transactional_curr_code
1364: into l_term_id, l_curr_code
1365: from oe_order_headers_all
1366: where header_id = p_header_id;
1367: Exception
1368: when no_data_found then
1369: l_term_id := null;