DBA Data[Home] [Help]

APPS.OE_INBOUND_INT dependencies on OE_MSG_PUB

Line 5208: oe_msg_pub.get (p_msg_index => i, p_encoded => 'F')

5204: FOR i IN 1..l_msg_count LOOP
5205: x_messages.EXTEND;
5206: x_messages(i) :=
5207: OE_MESSAGE_OBJ(
5208: oe_msg_pub.get (p_msg_index => i, p_encoded => 'F')
5209: );
5210: END LOOP;
5211: ELSE
5212: x_messages.EXTEND;

Line 5214: oe_msg_pub.get (p_msg_index => 1, p_encoded => 'F')

5210: END LOOP;
5211: ELSE
5212: x_messages.EXTEND;
5213: x_messages(1) := OE_MESSAGE_OBJ(
5214: oe_msg_pub.get (p_msg_index => 1, p_encoded => 'F')
5215: );
5216: END IF; -- on l_msg_count > 1 et al.
5217:
5218: -- If debugging is on, add the name of the debug file as an

Line 5227: oe_msg_pub.save_messages(999999999);

5223: x_messages(x_messages.Count) :=
5224: OE_MESSAGE_OBJ ('Debug File: ' || l_temp_var);
5225: END IF;
5226:
5227: oe_msg_pub.save_messages(999999999);
5228:
5229: END IF; -- on l_msg_count > 0
5230:
5231: END Process_Order; -- Overloaded form with newer signature