DBA Data[Home] [Help]

APPS.ISC_EDW_BACKLOGS_F_SIZE dependencies on OE_ORDER_SOURCES

Line 48: oe_order_sources os_1,

44: oe_transaction_types_tl ot,
45: oe_order_lines_all pl,
46: oe_order_headers_all h,
47: oe_order_lines_all l,
48: oe_order_sources os_1,
49: oe_order_sources os_2,
50: mtl_system_items_b p_mtl,
51: mtl_system_items_b mtl,
52: financials_system_params_all fspa,

Line 49: oe_order_sources os_2,

45: oe_order_lines_all pl,
46: oe_order_headers_all h,
47: oe_order_lines_all l,
48: oe_order_sources os_1,
49: oe_order_sources os_2,
50: mtl_system_items_b p_mtl,
51: mtl_system_items_b mtl,
52: financials_system_params_all fspa,
53: gl_sets_of_books gl

Line 160: FROM OE_ORDER_SOURCES;

156: FROM GL_SETS_OF_BOOKS;
157:
158: CURSOR c_6 IS
159: SELECT nvl(avg(nvl(vsize(name),0)),0)
160: FROM OE_ORDER_SOURCES;
161:
162: CURSOR c_7 IS
163: SELECT nvl(avg(nvl(vsize(name),0)),0)
164: FROM OE_TRANSACTION_TYPES_TL;