DBA Data[Home] [Help]

APPS.OE_BLKT_RELEASE_UTIL dependencies on OE_GLOBALS

Line 7: G_BINARY_LIMIT CONSTANT NUMBER := OE_GLOBALS.G_BINARY_LIMIT; --bug8465849

3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Blkt_Release_Util';
7: G_BINARY_LIMIT CONSTANT NUMBER := OE_GLOBALS.G_BINARY_LIMIT; --bug8465849
8:
9: ---------------------------------------------------------------------------
10: -- LOCAL FUNCTION Get_Line_Number
11: -- Used to set line_number token in error messages

Line 1084: IF NOT OE_GLOBALS.EQUAL(l_uom,

1080: IF g_blkt_line_tbl(l_blanket_line_id).uom IS NOT NULL
1081: AND l_set_quantity > 0
1082: THEN
1083:
1084: IF NOT OE_GLOBALS.EQUAL(l_uom,
1085: g_blkt_line_tbl(l_blanket_line_id).uom)
1086: THEN
1087:
1088: oe_debug_pub.add('convert uom');

Line 1365: IF NOT OE_GLOBALS.G_UI_FLAG THEN

1361: , p_header_id => l_hdr_id
1362: , p_line_id => p_request_tbl_temp(I).entity_id );
1363:
1364: --Start of bug# 16167166
1365: IF NOT OE_GLOBALS.G_UI_FLAG THEN
1366: OE_MSG_PUB.Update_Msg_Context(
1367: p_order_source_id => OE_Order_Cache.g_header_rec.order_source_id
1368: , p_orig_sys_document_ref => OE_Order_Cache.g_header_rec.orig_sys_document_ref );
1369: END IF; --End of bug# 16167166