DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_ORDER_CACHE

Line 1708: OE_ORDER_CACHE.g_header_rec:=null;

1704: OE_MSG_PUB.initialize;
1705: x_return_status := FND_API.G_RET_STS_SUCCESS;
1706:
1707:
1708: OE_ORDER_CACHE.g_header_rec:=null;
1709: OE_DELAYED_REQUESTS_PVT.Delete_Reqs_for_Deleted_Entity(
1710: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER
1711: ,p_entity_id => p_header_id
1712: ,x_return_status => l_return_status);

Line 2721: oe_debug_pub.add('Entering OE_ORDER_CACHE.LOAD_SET_OF_BOOKS', 1);

2717: l_debug_level NUMBER := oe_debug_pub.g_debug_level; -- cc project
2718: BEGIN
2719: /* commenting below line for cc project*/
2720: -- OE_DEBUG_PUB.G_DEBUG_LEVEL:=0;
2721: oe_debug_pub.add('Entering OE_ORDER_CACHE.LOAD_SET_OF_BOOKS', 1);
2722:
2723: -- Get set_of_books_id from profile option.
2724:
2725: --l_set_of_books_id := FND_PROFILE.VALUE('OE_SET_OF_BOOKS_ID');

Line 2739: oe_debug_pub.add('Exiting OE_ORDER_CACHE.LOAD_SET_OF_BOOKS', 1);

2735: FROM OE_GL_SETS_OF_BOOKS_V
2736: WHERE SET_OF_BOOKS_ID = l_set_of_books_id;
2737:
2738: END IF;
2739: oe_debug_pub.add('Exiting OE_ORDER_CACHE.LOAD_SET_OF_BOOKS', 1);
2740:
2741: RETURN g_set_of_books_rec;
2742:
2743: EXCEPTION

Line 3598: OE_ORDER_CACHE.g_header_rec.header_id:=null;

3594: END IF;
3595:
3596: -- moved down for bug 3686007
3597:
3598: OE_ORDER_CACHE.g_header_rec.header_id:=null;
3599: OE_GLOBALS.G_HEADER_CREATED := FALSE;
3600: g_db_header_rec := OE_Order_PUB.G_MISS_HEADER_REC;
3601:
3602: