DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_CREATE_ORDER dependencies on OE_DEBUG_PUB

Line 86: oe_debug_pub.add('no. of OE messages :'||x_msg_count_oe,1);

82: );
83:
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: );

Line 91: oe_debug_pub.add(substr(x_msg_data_oe,1,255));

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;
93:
94: x_msg_data := substr(x_msg_data_oe,1,200);
95: x_return_status := x_return_status_oe;