DBA Data[Home] [Help]

APPS.OE_PORTAL_UTIL dependencies on OE_PORTAL_UTIL

Line 1: PACKAGE BODY OE_Portal_Util AS

1: PACKAGE BODY OE_Portal_Util AS
2: /* $Header: OEXUPORB.pls 120.0 2005/05/31 23:18:16 appldev noship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Portal_Util';

2: /* $Header: OEXUPORB.pls 120.0 2005/05/31 23:18:16 appldev noship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Portal_Util';
7:
8:
9: PROCEDURE get_values
10: ( p_header_rec IN OE_Order_PUB.HEADER_Rec_Type

Line 51: oe_debug_pub.add('entering oe_portal_util.lines', 1);

47: l_return_status VARCHAR2(1);
48: l_old_line_tbl OE_ORDER_PUB.Line_Tbl_Type;
49:
50: BEGIN
51: oe_debug_pub.add('entering oe_portal_util.lines', 1);
52: if p_x_line_tbl(1).operation = OE_GLOBALS.G_OPR_CREATE THEN
53: l_old_line_tbl :=OE_Order_PUB.G_MISS_LINE_TBL;
54: elsif p_x_line_tbl(1).operation = OE_GLOBALS.G_OPR_UPDATE THEN
55: oe_oe_form_line.Get_line

Line 115: OE_DEBUG_PUB.ADD('In OE_PORTAL_UTIL.Set_header_cache, default_outbound_line_type_id =' || ONT_HEADER_DEF_UTIL.g_cached_record.Default_Outbound_Line_Type_Id);

111: where order_type_id=p_header_rec.order_type_id;
112:
113: END IF;
114:
115: OE_DEBUG_PUB.ADD('In OE_PORTAL_UTIL.Set_header_cache, default_outbound_line_type_id =' || ONT_HEADER_DEF_UTIL.g_cached_record.Default_Outbound_Line_Type_Id);
116:
117: OE_ORDER_CACHE.g_header_rec := p_header_rec;
118: OE_GLOBALS.G_HTML_FLAG := TRUE;
119:

Line 173: END OE_Portal_Util;

169: );
170:
171: END get_line;
172:
173: END OE_Portal_Util;