DBA Data[Home] [Help]

APPS.OE_UPDATE_LINE_ACK_UTIL dependencies on OE_MSG_PUB

Line 314: OE_MSG_PUB.Count_And_Get (p_encoded => FND_API.G_FALSE,

310: oe_debug_pub.add( 'ACKNOWLEDGMENT CODE AND DATE UPDATED FOR LINE REF: '|| L_ORIG_SYS_LINE_REF ) ;
311: END IF;
312:
313: /*
314: OE_MSG_PUB.Count_And_Get (p_encoded => FND_API.G_FALSE,
315: p_count => p_msg_count,
316: p_data => p_msg_data);
317: */
318:

Line 322: oe_msg_pub.get (p_msg_index => -2,

318:
319: IF p_msg_count > 0 THEN
320: FOR k IN 1 .. p_msg_count
321: LOOP
322: oe_msg_pub.get (p_msg_index => -2,
323: p_encoded => 'F',
324: p_data => p_msg_data,
325: p_msg_index_out => l_msg_index);
326: