DBA Data[Home] [Help]

APPS.AMV_SEARCH_GRP dependencies on STANDARD

Line 41: -- Parameters (Standard parameters not mentioned):

37: -- within its Search API and screens to retrieve
38: -- repositories participating with MES search.
39: --
40: --
41: -- Parameters (Standard parameters not mentioned):
42: -- IN : p_repository_id IN NUMBER Optional
43: -- Repository ID of the Repository to retrieve
44: -- information for. Corresponds to the column
45: -- amv_d_entities_b.entity_id

Line 138: -- Standard call to get message count and if count=1, get the message

134: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
135: THEN
136: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
137: END IF;
138: -- Standard call to get message count and if count=1, get the message
139: FND_MSG_PUB.Count_And_Get (
140: p_encoded => FND_API.G_FALSE,
141: p_count => x_msg_count,
142: p_data => x_msg_data

Line 167: -- Parameters (Standard parameters not mentioned):

163: -- Marketing Encyclopedia (MES) will employ this procedure
164: -- within its Search API and screens to retrieve Repository
165: -- Areas valid for an MES search with the specified Repository.
166: --
167: -- Parameters (Standard parameters not mentioned):
168: -- IN : p_repository_id IN NUMBER Optional
169: -- Repository identifier of the Repository Code to
170: -- retrieve information for. Corresponds to the column
171: -- amv_d_entities_b.entity_id

Line 276: -- Standard call to get message count and if count=1, get the message

272: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
273: THEN
274: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
275: END IF;
276: -- Standard call to get message count and if count=1, get the message
277: FND_MSG_PUB.Count_And_Get (
278: p_encoded => FND_API.G_FALSE,
279: p_count => x_msg_count,
280: p_data => x_msg_data

Line 289: -- Function : Accept a search string of a standardized syntax for the

285: -- Start of comments
286: -- API name : Content_Search
287: -- Type : Group or Public
288: -- Pre-reqs : None
289: -- Function : Accept a search string of a standardized syntax for the
290: -- searching of one or more repositories for which
291: -- this repository API supports. The API name will be
292: -- registered within the tables amv_d_entities_%,
293: -- amv_d_ent_attributes_tl, and amv_d_ent_attributes_b

Line 308: -- Parameters (Standard parameters not mentioned):

304: -- within its Search API and screens to retrieve and filter
305: -- another repository's data that meets the specified
306: -- search criteria passed in.
307: --
308: -- Parameters (Standard parameters not mentioned):
309: -- IN : p_imt_search_string IN VARCHAR2(400) Required
310: -- Search string defining what to search in interMedia
311: -- Text syntax. The intent is for this API to accept
312: -- the string as-is, and drop the string into a

Line 533: -- Standard call to get message count and if count=1, get the message

529: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
530: THEN
531: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
532: END IF;
533: -- Standard call to get message count and if count=1, get the message
534: FND_MSG_PUB.Count_And_Get (
535: p_encoded => FND_API.G_FALSE,
536: p_count => x_msg_count,
537: p_data => x_msg_data