DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OE_ORDER_LINES_ALL

Line 3190: from oe_order_lines_all

3186: -- cursor to check if line is exist in OE_ORDER_LINES .
3187: --
3188: cursor csr_order_line is
3189: select null
3190: from oe_order_lines_all
3191: where line_id = p_line_id;
3192:
3193: Begin
3194: hr_utility.set_location('Entering:'||l_proc, 5);