DBA Data[Home] [Help]

APPS.IEM_MS_MSGMETA_PVT dependencies on IEM_MS_MSGBODYS

Line 422: INSERT INTO IEM_MS_MSGBODYS

418: FOR i IN p_msg_body.FIRST..p_msg_body.LAST LOOP
419:
420: l_value := p_msg_body(i);
421:
422: INSERT INTO IEM_MS_MSGBODYS
423: (
424: MESSAGE_ID,
425: ORDER_ID,
426: VALUE,