DBA Data[Home] [Help]

APPS.IBE_MINISITERUNTIME_PVT dependencies on IBE_MINISITERUNTIME_PVT

Line 1: PACKAGE BODY IBE_MinisiteRuntime_PVT AS

1: PACKAGE BODY IBE_MinisiteRuntime_PVT AS
2: /* $Header: IBEVMSRB.pls 120.6 2006/02/28 02:12:25 ssekar noship $ */
3:
4: -- PACKAGE
5: -- IBE_MinisiteRuntime_PVT

Line 5: -- IBE_MinisiteRuntime_PVT

1: PACKAGE BODY IBE_MinisiteRuntime_PVT AS
2: /* $Header: IBEVMSRB.pls 120.6 2006/02/28 02:12:25 ssekar noship $ */
3:
4: -- PACKAGE
5: -- IBE_MinisiteRuntime_PVT
6: --
7: -- PROCEDURES
8: -- get_minisite_details
9: -- HISTORY

Line 19: G_PKG_NAME CONSTANT VARCHAR2(30):= 'IBE_MINISITERUNTIME_PVT';

15: -- instea, add the start_date and end_date into the cursor
16: -- 12/12/02 SCHAK Modified for NOCOPY (Bug # 2691704) Changes.
17: -- ************************************************************************
18:
19: G_PKG_NAME CONSTANT VARCHAR2(30):= 'IBE_MINISITERUNTIME_PVT';
20: G_FILE_NAME CONSTANT VARCHAR2(12) := 'IBEVMSRB.pls';
21:
22: --+
23: -- Get master mini site id for the store

Line 949: END IBE_MinisiteRuntime_PVT;

945: p_data => x_msg_data);
946:
947: End Load_Msite_List_Details ;
948:
949: END IBE_MinisiteRuntime_PVT;