DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OE_ORDER_LINES_ALL

Line 3210: from oe_order_lines_all

3206: -- cursor to check if line is exist in OE_ORDER_LINES .
3207: --
3208: cursor csr_order_line is
3209: select null
3210: from oe_order_lines_all
3211: where line_id = p_line_id;
3212:
3213: Begin
3214: hr_utility.set_location('Entering:'||l_proc, 5);