DBA Data[Home] [Help]

APPS.OE_INBOUND_INT dependencies on OE_GLOBALS

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

4763:
4764: --
4765: -- Commented these as a part of ER 7025965
4766: --
4767: -- aPlsqlItem(1).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
4768: -- aPlsqlItem(1).request_type := OE_GLOBALS.G_BOOK_ORDER;
4769:
4770: RETURN aPlsqlItem;
4771: END SQL_TO_PL25;

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

4764: --
4765: -- Commented these as a part of ER 7025965
4766: --
4767: -- aPlsqlItem(1).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
4768: -- aPlsqlItem(1).request_type := OE_GLOBALS.G_BOOK_ORDER;
4769:
4770: RETURN aPlsqlItem;
4771: END SQL_TO_PL25;
4772:

Line 5012: p_action_request_tbl_(1).entity_code := OE_GLOBALS.G_ENTITY_HEADER;

5008: oe_debug_pub.add('+++ Sales order under creation...');
5009: -- Bug 7629966
5010: IF ( Nvl(p_header_rec.booked_flag, 'N') = 'Y' ) THEN
5011: oe_debug_pub.add('+++ Requesting booking...');
5012: p_action_request_tbl_(1).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
5013: p_action_request_tbl_(1).request_type := OE_GLOBALS.G_BOOK_ORDER;
5014: END IF;
5015: ELSIF ( p_header_rec.transaction_phase_code = 'N' ) THEN
5016: oe_debug_pub.add('+++ Quote under creation, not populating action request table.');

Line 5013: p_action_request_tbl_(1).request_type := OE_GLOBALS.G_BOOK_ORDER;

5009: -- Bug 7629966
5010: IF ( Nvl(p_header_rec.booked_flag, 'N') = 'Y' ) THEN
5011: oe_debug_pub.add('+++ Requesting booking...');
5012: p_action_request_tbl_(1).entity_code := OE_GLOBALS.G_ENTITY_HEADER;
5013: p_action_request_tbl_(1).request_type := OE_GLOBALS.G_BOOK_ORDER;
5014: END IF;
5015: ELSIF ( p_header_rec.transaction_phase_code = 'N' ) THEN
5016: oe_debug_pub.add('+++ Quote under creation, not populating action request table.');
5017: END IF;