DBA Data[Home] [Help]

APPS.OE_INBOUND_INT dependencies on OE_GLOBALS

Line 125: p_x_line_adj_tbl(l_adj_cnt).operation := OE_GLOBALS.G_OPR_CREATE; -- Operation is Create

121: END IF;
122:
123: l_adj_cnt := p_x_line_adj_tbl.count() + 1;
124: p_x_line_adj_tbl(l_adj_cnt) := OE_ORDER_PUB.G_MISS_LINE_ADJ_REC; -- Initiate to G_MISS for defaulting to happen
125: p_x_line_adj_tbl(l_adj_cnt).operation := OE_GLOBALS.G_OPR_CREATE; -- Operation is Create
126: p_x_line_adj_tbl(l_adj_cnt).line_index := j; -- Set the line_index, to indicate to which line this modifier belongs to
127: p_x_line_adj_tbl(l_adj_cnt).list_header_id := l_list_header_id; -- Modifier Id to be applied
128: p_x_line_adj_tbl(l_adj_cnt).list_line_id := l_list_line_id; -- Modifier Id to be applied
129: p_x_line_adj_tbl(l_adj_cnt).arithmetic_operator := 'AMT'; -- Modifier Application Method is Amount Based

Line 4967: -- aPlsqlItem(1).entity_code := OE_GLOBALS.G_ENTITY_HEADER;

4963:
4964: --
4965: -- Commented these as a part of ER 7025965
4966: --
4967: -- aPlsqlItem(1).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
4968: -- aPlsqlItem(1).request_type := OE_GLOBALS.G_BOOK_ORDER;
4969:
4970: RETURN aPlsqlItem;
4971: END SQL_TO_PL25;

Line 4968: -- aPlsqlItem(1).request_type := OE_GLOBALS.G_BOOK_ORDER;

4964: --
4965: -- Commented these as a part of ER 7025965
4966: --
4967: -- aPlsqlItem(1).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
4968: -- aPlsqlItem(1).request_type := OE_GLOBALS.G_BOOK_ORDER;
4969:
4970: RETURN aPlsqlItem;
4971: END SQL_TO_PL25;
4972:

Line 5168: IF p_line_tbl(i).operation IN (oe_globals.g_opr_update) AND

5164: BEGIN
5165: FOR i IN p_line_tbl.first..p_line_tbl.last
5166: LOOP
5167: -- Identify the line record to be passed to process_order(...) API.
5168: IF p_line_tbl(i).operation IN (oe_globals.g_opr_update) AND
5169: Oe_Genesis_Util.G_INCOMING_FROM_DOO = FALSE -- Bug 13789481
5170: THEN
5171: -- For update operation, ignore the config/option/class items lines.
5172: -- Whether a line is the top model line or not, is indicated by

Line 5521: IF ( p_header_rec.operation = oe_globals.G_OPR_UPDATE ) AND

5517: -- into the header output variable.
5518: --
5519: -- (For bug 8652389)
5520: --
5521: IF ( p_header_rec.operation = oe_globals.G_OPR_UPDATE ) AND
5522: ( p_header_rec.header_id IS NOT NULL ) AND
5523: ( Nvl(x_header_rec.flow_status_code, 'NULL') = 'NULL' )
5524: THEN
5525: DECLARE

Line 5657: repr_control_rec oe_globals.control_rec_type;

5653: oe_debug_pub.ADD(' checking if re-pricing is to be done for: ' || tmp_line_rec.line_id);
5654: IF l_reprice_flag = 'Y' THEN
5655: oe_debug_pub.ADD(' Yes..... indeed it is required.');
5656: DECLARE
5657: repr_control_rec oe_globals.control_rec_type;
5658: repr_line_tbl oe_order_pub.line_tbl_type;
5659: repr_old_line_tbl oe_order_pub.line_tbl_type;
5660:
5661: repr_line_rec oe_order_pub.line_rec_type;

Line 5678: repr_control_rec := oe_globals.init_control_rec(

5674:
5675: repr_line_tbl(1) := repr_line_rec;
5676:
5677: oe_debug_pub.ADD(' Initializing the control record for UPDATE...');
5678: repr_control_rec := oe_globals.init_control_rec(
5679: repr_line_rec.operation, repr_control_rec);
5680:
5681: oe_debug_pub.ADD(' Calling Lines(...)....');
5682: oe_order_pvt.lines(

Line 6023: p_header_rec.operation = Oe_Globals.G_Opr_Create) THEN

6019: END IF;
6020: -- Bug 7629966
6021: IF ( Nvl(p_header_rec.booked_flag, 'N') = 'Y' AND
6022: -- Bug 8872110
6023: p_header_rec.operation = Oe_Globals.G_Opr_Create) THEN
6024: IF l_debug_level > 0 THEN
6025: oe_debug_pub.add('+++ Requesting booking...');
6026: END IF;
6027: p_action_request_tbl_(p_action_request_tbl_.COUNT+1).request_type := OE_GLOBALS.G_BOOK_ORDER; --Bug 8442659

Line 6027: p_action_request_tbl_(p_action_request_tbl_.COUNT+1).request_type := OE_GLOBALS.G_BOOK_ORDER; --Bug 8442659

6023: p_header_rec.operation = Oe_Globals.G_Opr_Create) THEN
6024: IF l_debug_level > 0 THEN
6025: oe_debug_pub.add('+++ Requesting booking...');
6026: END IF;
6027: p_action_request_tbl_(p_action_request_tbl_.COUNT+1).request_type := OE_GLOBALS.G_BOOK_ORDER; --Bug 8442659
6028: p_action_request_tbl_(p_action_request_tbl_.COUNT).entity_code := OE_GLOBALS.G_ENTITY_HEADER; --Bug 8442659
6029: l_booking_action_index := p_action_request_tbl_.COUNT; -- Bug 8872110
6030: p_header_rec_.booked_flag := FND_API.G_MISS_CHAR; --Bug 8485302
6031: END IF;

Line 6028: p_action_request_tbl_(p_action_request_tbl_.COUNT).entity_code := OE_GLOBALS.G_ENTITY_HEADER; --Bug 8442659

6024: IF l_debug_level > 0 THEN
6025: oe_debug_pub.add('+++ Requesting booking...');
6026: END IF;
6027: p_action_request_tbl_(p_action_request_tbl_.COUNT+1).request_type := OE_GLOBALS.G_BOOK_ORDER; --Bug 8442659
6028: p_action_request_tbl_(p_action_request_tbl_.COUNT).entity_code := OE_GLOBALS.G_ENTITY_HEADER; --Bug 8442659
6029: l_booking_action_index := p_action_request_tbl_.COUNT; -- Bug 8872110
6030: p_header_rec_.booked_flag := FND_API.G_MISS_CHAR; --Bug 8485302
6031: END IF;
6032: ELSIF ( p_header_rec.transaction_phase_code = 'N' ) THEN