DBA Data[Home] [Help]

APPS.OTA_TDB_BUS dependencies on OE_ORDER_LINES_ALL

Line 3118: from oe_order_lines_all

3114: -- cursor to check if line is exist in OE_ORDER_LINES .
3115: --
3116: cursor csr_order_line is
3117: select null
3118: from oe_order_lines_all
3119: where line_id = p_line_id;
3120:
3121: Begin
3122: hr_utility.set_location('Entering:'||l_proc, 5);