DBA Data[Home] [Help]

APPS.IBU_KNOWLEDGE_GRP dependencies on STANDARD

Line 44: -- check for G_MISS* per standard

40: l_user_id NUMBER := p_user_id;
41: begin
42: -- x_result_array := cs_kb_result_varray_type();
43: null;
44: -- check for G_MISS* per standard
45: if l_search_string is null or l_search_string = FND_API.G_MISS_CHAR then
46: l_search_string := FND_API.G_MISS_CHAR;
47: end if;
48: if l_updated_in_days is null or l_updated_in_days = FND_API.G_MISS_NUM then

Line 158: -- check for G_MISS* per standard

154: l_search_string VARCHAR2(150) := p_search_string;
155: l_updated_in_days NUMBER := p_updated_in_days;
156: l_user_id NUMBER := p_user_id;
157: begin
158: -- check for G_MISS* per standard
159: if l_search_string is null or l_search_string = FND_API.G_MISS_CHAR then
160: l_search_string := FND_API.G_MISS_CHAR;
161: end if;
162: if l_updated_in_days is null or l_updated_in_days = FND_API.G_MISS_NUM then

Line 285: -- check for G_MISS* per standard

281:
282: begin
283: savepoint Specific_Search_GRP;
284:
285: -- check for G_MISS* per standard
286: if l_search_string is null or l_search_string = FND_API.G_MISS_CHAR then
287: l_search_string := FND_API.G_MISS_CHAR;
288: end if;
289: if l_updated_in_days is null or l_updated_in_days = FND_API.G_MISS_NUM then

Line 367: -- Standard call to get message count. if count=1, get message info.

363: ind := p_repository_tbl.NEXT(ind);
364: end loop;
365: -- -- -- -- end of code -- -- -- --
366:
367: -- Standard call to get message count. if count=1, get message info.
368: FND_MSG_PUB.Count_And_Get(
369: p_count => x_msg_count,
370: p_data => x_msg_data );
371: