DBA Data[Home] [Help]

APPS.OE_GENESIS_UTIL dependencies on OE_ORDER_SOURCES

Line 11: FROM oe_order_sources

7: RETURN BOOLEAN
8: IS
9: CURSOR l_enabled_sources_cur IS
10: SELECT order_source_id
11: FROM oe_order_sources
12: WHERE aia_enabled_flag = 'Y';
13: BEGIN
14: -- If the enabled sources global table is not yet initialized,
15: -- load the same.