DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_CREATE_ORDER dependencies on OE_MSG_PUB

Line 88: x_msg_data_oe := oe_msg_pub.get( p_msg_index => k,

84: x_order_header_id := x_order_header_rec.order_header_id;
85:
86: oe_debug_pub.add('no. of OE messages :'||x_msg_count_oe,1);
87: for k in 1 ..x_msg_count_oe loop
88: x_msg_data_oe := oe_msg_pub.get( p_msg_index => k,
89: p_encoded => 'F'
90: );
91: oe_debug_pub.add(substr(x_msg_data_oe,1,255));
92: end loop;