DBA Data[Home] [Help]

APPS.GMD_LM_MIGRATION dependencies on FND_MSG_PUB

Line 184: FND_MSG_PUB.GET(p_msg_index => 1,

180: p_tech_parm_id => get_exp_rec.tech_parm_id ,
181: p_expression => get_exp_rec.expression_char ,
182: x_return_status => l_return_status );
183: IF l_return_status <> FND_API.g_ret_sts_success THEN
184: FND_MSG_PUB.GET(p_msg_index => 1,
185: p_data => l_msg_data,
186: p_encoded => 'F',
187: p_msg_index_out => l_msg_index);
188: P_line_no := P_line_no + 1;