DBA Data[Home] [Help]

APPS.OE_OE_HTML_LINE_EXT dependencies on OE_GLOBALS

Line 24: l_control_rec OE_GLOBALS.Control_Rec_Type;

20: , x_cascade_flag OUT NOCOPY BOOLEAN
21: , p_line_tbl IN OE_ORDER_PUB.Line_Tbl_Type
22: , p_old_line_tbl IN OE_ORDER_PUB.Line_Tbl_Type
23: ) IS
24: l_control_rec OE_GLOBALS.Control_Rec_Type;
25: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
26: l_return_status VARCHAR2(1);
27: I Number;
28: J Number;

Line 43: OE_GLOBALS.G_UI_FLAG := TRUE;

39:
40: oe_debug_pub.g_debug_level := FND_PROFILE.VALUE('ONT_DEBUG_LEVEL');
41: l_fname := oe_Debug_pub.set_debug_mode('FILE');
42: oe_debug_pub.debug_on;
43: OE_GLOBALS.G_UI_FLAG := TRUE;
44: l_control_rec.controlled_operation := TRUE;
45: l_control_rec.validate_entity := FALSE;
46: l_control_rec.write_to_DB := FALSE;
47:

Line 122: l_line_tbl(i).operation = OE_GLOBALS.G_OPR_UPDATE THEN

118: l_num_lines := l_line_tbl.COUNT;
119: WHILE I IS NOT NULL AND l_num_lines > 0
120: LOOP
121: IF FND_API.To_Boolean(l_line_tbl(i).db_flag) OR
122: l_line_tbl(i).operation = OE_GLOBALS.G_OPR_UPDATE THEN
123: oe_debug_pub.add('Operation -Update');
124: -- The operation is set to handle if it doesn't get set in middle tier.
125: l_line_tbl(i).operation:=OE_GLOBALS.G_OPR_UPDATE;
126:

Line 125: l_line_tbl(i).operation:=OE_GLOBALS.G_OPR_UPDATE;

121: IF FND_API.To_Boolean(l_line_tbl(i).db_flag) OR
122: l_line_tbl(i).operation = OE_GLOBALS.G_OPR_UPDATE THEN
123: oe_debug_pub.add('Operation -Update');
124: -- The operation is set to handle if it doesn't get set in middle tier.
125: l_line_tbl(i).operation:=OE_GLOBALS.G_OPR_UPDATE;
126:
127: -- PO would have already queried the record if the old record is missing.
128: -- So this is a redundant call. Commenting for performance reasons.
129: OE_Line_Util.Query_Row

Line 136: l_line_tbl(i).operation:=OE_GLOBALS.G_OPR_CREATE;

132: ELSE
133: -- This needs to be changed once deletes are handled.
134: oe_debug_pub.add('Operation -CREATE');
135: -- The operation is set to handle if it doesn't get set in middle tier.
136: l_line_tbl(i).operation:=OE_GLOBALS.G_OPR_CREATE;
137: GET_LINE_SHIPMENT_NUMBER(
138: x_return_Status => l_return_status
139: , p_header_id => l_line_tbl(i).header_id
140: , x_line_number => l_line_tbl(i).line_number

Line 229: OE_GLOBALS.G_UI_FLAG := FALSE;

225: oe_debug_pub.add( 'IN END HTML LINE- SAVE' ) ;
226: EXCEPTION
227: WHEN FND_API.G_EXC_ERROR THEN
228:
229: OE_GLOBALS.G_UI_FLAG := FALSE;
230:
231: x_return_status := FND_API.G_RET_STS_ERROR;
232:
233: -- Get message count and data

Line 242: OE_GLOBALS.G_UI_FLAG := FALSE;

238: );
239:
240: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
241:
242: OE_GLOBALS.G_UI_FLAG := FALSE;
243:
244: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
245:
246: -- Get message count and data