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.12010000.2 2009/01/16 09:40:32 scnagara ship $ */
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.12010000.2 2009/01/16 09:40:32 scnagara ship $ */
3:
4: -- PACKAGE
5: -- IBE_MinisiteRuntime_PVT
6: --
7: -- PROCEDURES
8: -- get_minisite_details
9: -- HISTORY

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

17: -- 01/16/09 Bug 7676477 scnagara Removed loading of excluded items, excluded sections from Get_Msite_Details
18: -- procedure,Added Get_Msite_Excluded_Items and Get_Msite_Excluded_Sections procedures
19: -- ************************************************************************
20:
21: G_PKG_NAME CONSTANT VARCHAR2(30):= 'IBE_MINISITERUNTIME_PVT';
22: G_FILE_NAME CONSTANT VARCHAR2(12) := 'IBEVMSRB.pls';
23:
24: --+
25: -- Get master mini site id for the store

Line 135: IBE_Util.Debug('IBE_MinisiteRuntime_PVT.Get_Msite_Excluded_Items start');

131: BEGIN
132: x_return_status := FND_API.G_RET_STS_SUCCESS;
133:
134: IF (IBE_UTIL.G_DEBUGON = FND_API.G_TRUE) THEN
135: IBE_Util.Debug('IBE_MinisiteRuntime_PVT.Get_Msite_Excluded_Items start');
136: END IF;
137:
138: l_msite_id := p_msite_id ;
139: If (l_msite_id IS NULL OR l_msite_id = FND_API.G_MISS_NUM) And

Line 1222: END IBE_MinisiteRuntime_PVT;

1218: p_data => x_msg_data);
1219:
1220: End Load_Msite_List_Details ;
1221:
1222: END IBE_MinisiteRuntime_PVT;