DBA Data[Home] [Help]

APPS.IBE_MINISITERUNTIME_PVT dependencies on IBE_UTIL

Line 134: IF (IBE_UTIL.G_DEBUGON = FND_API.G_TRUE) THEN

130: l_api_name CONSTANT VARCHAR2(30) := 'Get_Msite_Excluded_Items';
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 ;

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 1147: IF (IBE_UTIL.G_DEBUGON = FND_API.G_TRUE) THEN

1143: IF (l_exclude_flag IS NULL) THEN
1144: l_exclude_flag := 'N';
1145: END IF;
1146:
1147: IF (IBE_UTIL.G_DEBUGON = FND_API.G_TRUE) THEN
1148: IBE_Util.Debug('Get_Msite_Details - Set l_exclude_flag to N to prevent loading excluded items and excluded sections now');
1149: END IF;
1150: l_exclude_flag := 'N'; -- Bug 7676477, scnagara
1151: IF (IBE_UTIL.G_DEBUGON = FND_API.G_TRUE) THEN

Line 1148: IBE_Util.Debug('Get_Msite_Details - Set l_exclude_flag to N to prevent loading excluded items and excluded sections now');

1144: l_exclude_flag := 'N';
1145: END IF;
1146:
1147: IF (IBE_UTIL.G_DEBUGON = FND_API.G_TRUE) THEN
1148: IBE_Util.Debug('Get_Msite_Details - Set l_exclude_flag to N to prevent loading excluded items and excluded sections now');
1149: END IF;
1150: l_exclude_flag := 'N'; -- Bug 7676477, scnagara
1151: IF (IBE_UTIL.G_DEBUGON = FND_API.G_TRUE) THEN
1152: IBE_Util.Debug('Get_Msite_Details - l_exclude_flag = ' || l_exclude_flag);

Line 1151: IF (IBE_UTIL.G_DEBUGON = FND_API.G_TRUE) THEN

1147: IF (IBE_UTIL.G_DEBUGON = FND_API.G_TRUE) THEN
1148: IBE_Util.Debug('Get_Msite_Details - Set l_exclude_flag to N to prevent loading excluded items and excluded sections now');
1149: END IF;
1150: l_exclude_flag := 'N'; -- Bug 7676477, scnagara
1151: IF (IBE_UTIL.G_DEBUGON = FND_API.G_TRUE) THEN
1152: IBE_Util.Debug('Get_Msite_Details - l_exclude_flag = ' || l_exclude_flag);
1153: END IF;
1154:
1155: -- Initialize the variables

Line 1152: IBE_Util.Debug('Get_Msite_Details - l_exclude_flag = ' || l_exclude_flag);

1148: IBE_Util.Debug('Get_Msite_Details - Set l_exclude_flag to N to prevent loading excluded items and excluded sections now');
1149: END IF;
1150: l_exclude_flag := 'N'; -- Bug 7676477, scnagara
1151: IF (IBE_UTIL.G_DEBUGON = FND_API.G_TRUE) THEN
1152: IBE_Util.Debug('Get_Msite_Details - l_exclude_flag = ' || l_exclude_flag);
1153: END IF;
1154:
1155: -- Initialize the variables
1156: x_section_msite_ids := JTF_NUMBER_TABLE();