DBA Data[Home] [Help]

APPS.OE_SHIPPING_WF dependencies on OE_MSG_PUB

Line 134: oe_msg_pub.set_process_activity(actid);

130: --
131: IF l_debug_level > 0 THEN
132: oe_debug_pub.add( 'ENTERING OE_SHIPPING_WF.START_SHIPPING '||ITEMTYPE||'/'||ITEMKEY , 1 ) ;
133: END IF;
134: oe_msg_pub.set_process_activity(actid);
135: if (funcmode = 'RUN') then
136:
137:
138: -- CODE CHANGES FOR BUG#6029753 STARTS HERE

Line 242: OE_MSG_PUB.set_msg_context(

238: FROM oe_order_lines
239: WHERE line_id = to_number(itemkey);
240: END IF; -- bulk mode or not
241:
242: OE_MSG_PUB.set_msg_context(
243: p_entity_code => 'LINE'
244: ,p_entity_id => l_line_id
245: ,p_header_id => l_header_id
246: ,p_line_id => l_line_id

Line 355: oe_msg_pub.initialize;

351: into l_header_id
352: from oe_order_lines_all
353: where line_id = to_number(itemkey);
354:
355: oe_msg_pub.initialize;
356: oe_msg_pub.set_process_activity(actid);
357: oe_msg_pub.set_msg_context(p_header_id=>l_header_id, p_line_id=>to_number(itemkey));
358: fnd_message.set_name('ONT', 'ONT_WF_NO_SKIP_SHIP');
359: oe_msg_pub.add;

Line 356: oe_msg_pub.set_process_activity(actid);

352: from oe_order_lines_all
353: where line_id = to_number(itemkey);
354:
355: oe_msg_pub.initialize;
356: oe_msg_pub.set_process_activity(actid);
357: oe_msg_pub.set_msg_context(p_header_id=>l_header_id, p_line_id=>to_number(itemkey));
358: fnd_message.set_name('ONT', 'ONT_WF_NO_SKIP_SHIP');
359: oe_msg_pub.add;
360: OE_STANDARD_WF.save_messages;

Line 357: oe_msg_pub.set_msg_context(p_header_id=>l_header_id, p_line_id=>to_number(itemkey));

353: where line_id = to_number(itemkey);
354:
355: oe_msg_pub.initialize;
356: oe_msg_pub.set_process_activity(actid);
357: oe_msg_pub.set_msg_context(p_header_id=>l_header_id, p_line_id=>to_number(itemkey));
358: fnd_message.set_name('ONT', 'ONT_WF_NO_SKIP_SHIP');
359: oe_msg_pub.add;
360: OE_STANDARD_WF.save_messages;
361: --log a OM message in our message stack

Line 359: oe_msg_pub.add;

355: oe_msg_pub.initialize;
356: oe_msg_pub.set_process_activity(actid);
357: oe_msg_pub.set_msg_context(p_header_id=>l_header_id, p_line_id=>to_number(itemkey));
358: fnd_message.set_name('ONT', 'ONT_WF_NO_SKIP_SHIP');
359: oe_msg_pub.add;
360: OE_STANDARD_WF.save_messages;
361: --log a OM message in our message stack
362:
363: l_user_id := FND_GLOBAL.USER_ID;