DBA Data[Home] [Help]

APPS.RLM_BLANKET_SV dependencies on OE_MSG_PUB

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

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

Line 879: oe_msg_pub.Get_msg_context(

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