DBA Data[Home] [Help]

APPS.IEM_TEMP_STORES_PVT dependencies on IEM_TEMP_STORES_PVT

Line 1: PACKAGE BODY iem_temp_stores_pvt as

1: PACKAGE BODY iem_temp_stores_pvt as
2: /* $Header: iemvmigb.pls 120.1 2005/07/07 16:57:15 appldev noship $ */
3:
4: G_PKG_NAME CONSTANT varchar2(30) :='iem_temp_stores_pvt ';
5:

Line 4: G_PKG_NAME CONSTANT varchar2(30) :='iem_temp_stores_pvt ';

1: PACKAGE BODY iem_temp_stores_pvt as
2: /* $Header: iemvmigb.pls 120.1 2005/07/07 16:57:15 appldev noship $ */
3:
4: G_PKG_NAME CONSTANT varchar2(30) :='iem_temp_stores_pvt ';
5:
6: PROCEDURE create_item (p_api_version_number IN NUMBER,
7: p_init_msg_list IN VARCHAR2 ,
8: p_commit IN VARCHAR2 ,

Line 190: END iem_temp_stores_pvt ;

186: p_data => x_msg_data
187: );
188: */
189: END delete_item;
190: END iem_temp_stores_pvt ;