DBA Data[Home] [Help]

APPS.OE_OE_FORM_HEADER dependencies on OE_ORDER_CACHE

Line 1709: OE_ORDER_CACHE.g_header_rec:=null;

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

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

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

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

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

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

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