DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_ORDER_LINES_ALL

Line 7987: select line_id from oe_order_lines_all

7983: l_apply_automatic_atchmt VARCHAR2(1) :=
7984: NVL(FND_PROFILE.VALUE('OE_APPLY_AUTOMATIC_ATCHMT'),'Y') ; --5893276
7985:
7986: cursor line_ids(p_header_id IN NUMBER) is
7987: select line_id from oe_order_lines_all
7988: where header_id = p_header_id;
7989: --bug 4190357
7990: -- R12 CC encryption
7991: l_changed_attribute VARCHAR2(200);