DBA Data[Home] [Help]

APPS.OE_ORDER_IMPORT_CONFIG_PVT dependencies on OE_MSG_PUB

Line 86: OE_MSG_PUB.set_msg_context(

82: IF l_debug_level > 0 THEN
83: oe_debug_pub.add( 'BEFORE SETTING MESSAGE CONTEXT' ) ;
84: END IF;
85:
86: OE_MSG_PUB.set_msg_context(
87: p_entity_code => 'LINE'
88: ,p_entity_ref => null
89: ,p_entity_id => null
90: ,p_header_id => p_header_rec.header_id

Line 156: oe_msg_pub.add;

152: Else
153: p_return_status := FND_API.G_RET_STS_ERROR;
154: FND_MESSAGE.Set_Name('ONT', 'OE_SERV_LINE_WITH_TOP_REF');
155: FND_MESSAGE.Set_Token('ITEM', p_x_line_tbl(j).inventory_item_id);
156: oe_msg_pub.add;
157: RETURN;
158: End If;
159:
160: /* -----------------------------------------------------------