DBA Data[Home] [Help]

APPS.RLM_EXTINTERFACE_SV dependencies on OE_MSG_PUB

Line 596: rlm_core_sv.dlog(k_DEBUG,'oe_msg_pub.count_msg',oe_msg_pub.count_msg);

592: rlm_core_sv.dlog(k_DEBUG,'x_msg_level',x_msg_level);
593: rlm_core_sv.dlog(k_DEBUG,'x_token',x_token);
594: rlm_core_sv.dlog(k_DEBUG,'x_header_id',x_header_id);
595: rlm_core_sv.dlog(k_DEBUG,'x_customer_item_id', x_customer_item_id);
596: rlm_core_sv.dlog(k_DEBUG,'oe_msg_pub.count_msg',oe_msg_pub.count_msg);
597: END IF;
598: --
599: -- Get message count and data
600: -- Bug 4297984

Line 612: x_msg := oe_msg_pub.get(p_msg_index => I,

608: IF x_msg_count > 0 THEN
609: --{
610: FOR I in 1..x_msg_count LOOP
611: --
612: x_msg := oe_msg_pub.get(p_msg_index => I,
613: p_encoded => 'F');
614: --
615: --Bugfix 11671199 Start
616: x_msg_line_number := OE_ORDER_MISC_PUB.GET_CONCAT_LINE_NUMBER(oe_msg_pub.g_msg_tbl(I).line_id);

Line 616: x_msg_line_number := OE_ORDER_MISC_PUB.GET_CONCAT_LINE_NUMBER(oe_msg_pub.g_msg_tbl(I).line_id);

612: x_msg := oe_msg_pub.get(p_msg_index => I,
613: p_encoded => 'F');
614: --
615: --Bugfix 11671199 Start
616: x_msg_line_number := OE_ORDER_MISC_PUB.GET_CONCAT_LINE_NUMBER(oe_msg_pub.g_msg_tbl(I).line_id);
617:
618: IF (l_debug <> -1) THEN
619: rlm_core_sv.dlog(k_DEBUG,'x_msg_line_number',x_msg_line_number);
620: END IF;

Line 627: WHERE line_id = oe_msg_pub.g_msg_tbl(i).line_id;

623:
624: SELECT ordered_item
625: INTO v_item_name
626: FROM oe_order_lines_all
627: WHERE line_id = oe_msg_pub.g_msg_tbl(i).line_id;
628:
629: IF (l_debug <> -1) THEN
630: rlm_core_sv.dlog(k_DEBUG,'v_item_name',v_item_name);
631: END IF;

Line 654: oe_msg_pub.Get_msg_context(

650: END IF;
651: --
652: IF (substr(x_msg,1,200) <> v_PO_msg) THEN -- Bug 4297984
653: --
654: oe_msg_pub.Get_msg_context(
655: p_msg_index => I
656: ,x_entity_code => l_entity_code
657: ,x_entity_ref => l_entity_ref
658: ,x_entity_id => l_entity_id