DBA Data[Home] [Help]

APPS.IEM_ARCH_MSGDTLS_PVT dependencies on IEM_ARCH_MSGDTLS

Line 1: PACKAGE BODY IEM_ARCH_MSGDTLS_PVT AS

1: PACKAGE BODY IEM_ARCH_MSGDTLS_PVT AS
2: /* $Header: iemvarmb.pls 120.3 2011/06/10 20:36:11 siahmed ship $ */
3:
4:
5: -- Enter procedure, function bodies as shown below

Line 106: INSERT INTO IEM_ARCH_MSGDTLS

102: else
103: l_seq_id := p_message_id;
104: end if;
105:
106: INSERT INTO IEM_ARCH_MSGDTLS
107: (
108: MESSAGE_ID,
109: INBOUND_MESSAGE_ID,
110: EMAIL_ACCOUNT_ID,

Line 257: END IEM_ARCH_MSGDTLS_PVT;

253:
254:
255:
256:
257: END IEM_ARCH_MSGDTLS_PVT;