DBA Data[Home] [Help]

APPS.RLM_BLANKET_SV dependencies on OE_MSG_PUB

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

872: IF x_msg_count >0 THEN
873: --
874: FOR I in 1..x_msg_count LOOP
875: --
876: x_msg := oe_msg_pub.get(p_msg_index => I,
877: p_encoded => 'F');
878: --
879: IF (l_debug <> -1) THEN
880: rlm_core_sv.dlog(C_DEBUG,'Message Found', substr(x_msg,1,200));

Line 883: oe_msg_pub.Get_msg_context(

879: IF (l_debug <> -1) THEN
880: rlm_core_sv.dlog(C_DEBUG,'Message Found', substr(x_msg,1,200));
881: END IF;
882: --
883: oe_msg_pub.Get_msg_context(
884: p_msg_index => I
885: ,x_entity_code => l_entity_code
886: ,x_entity_ref => l_entity_ref
887: ,x_entity_id => l_entity_id