DBA Data[Home] [Help]

APPS.QP_BULK_MSG dependencies on FND_MESSAGE

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

20: G_msg_rec.orig_sys_line_ref(l_index) := p_msg_rec.orig_sys_line_ref;
21: G_msg_rec.orig_sys_qualifier_ref(l_index) := p_msg_rec.orig_sys_qualifier_ref;
22: G_msg_rec.orig_sys_pricing_attr_ref(l_index) := p_msg_rec.orig_sys_pricing_attr_ref;
23: --Bug#5512040 RAVI (Constrict message to 240 char)
24: G_msg_rec.error_message(l_index) := SUBSTR(fnd_message.get,1,240);
25: G_msg_rec.message_type(l_index) := p_msg_type; --bug no: 9652756
26:
27: EXCEPTION
28: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN