DBA Data[Home] [Help]

APPS.QP_BULK_MSG dependencies on FND_MESSAGE

Line 23: G_msg_rec.error_message(l_index) := SUBSTR(fnd_message.get,1,240);

19: G_msg_rec.orig_sys_line_ref(l_index) := p_msg_rec.orig_sys_line_ref;
20: G_msg_rec.orig_sys_qualifier_ref(l_index) := p_msg_rec.orig_sys_qualifier_ref;
21: G_msg_rec.orig_sys_pricing_attr_ref(l_index) := p_msg_rec.orig_sys_pricing_attr_ref;
22: --Bug#5512040 RAVI (Constrict message to 240 char)
23: G_msg_rec.error_message(l_index) := SUBSTR(fnd_message.get,1,240);
24:
25: EXCEPTION
26: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
27: qp_bulk_loader_pub.write_log( 'UNEXCPECTED ERROR IN QP_BULK_MSG.ADD');