DBA Data[Home] [Help]

APPS.AMV_SEARCH_PVT dependencies on STANDARD

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

6132: --
6133:
6134: --
6135:
6136: -- Parameters (Standard parameters not mentioned):
6137:
6138: -- IN : p_repository_id IN NUMBER Optional
6139:
6140: -- Repository ID of the Repository to retrieve

Line 6326: -- Standard begin of API savepoint

6322: BEGIN
6323:
6324: --DBMS_OUTPUT.PUT_LINE('Enter : find_repositories' );
6325:
6326: -- Standard begin of API savepoint
6327:
6328: SAVEPOINT Find_Repositories;
6329:
6330: -- Standard call to check for call compatibility.

Line 6330: -- Standard call to check for call compatibility.

6326: -- Standard begin of API savepoint
6327:
6328: SAVEPOINT Find_Repositories;
6329:
6330: -- Standard call to check for call compatibility.
6331:
6332: IF NOT FND_API.Compatible_API_Call (
6333:
6334: l_api_version,

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

6570: FND_MSG_PUB.Add;
6571:
6572: END IF;
6573:
6574: --Standard call to get message count and if count=1, get the message
6575:
6576: FND_MSG_PUB.Count_And_Get (
6577:
6578: p_encoded => FND_API.G_FALSE,

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

6592: ROLLBACK TO Find_Repositories;
6593:
6594: x_return_status := FND_API.G_RET_STS_ERROR;
6595:
6596: -- Standard call to get message count and if count=1, get the message
6597:
6598: FND_MSG_PUB.Count_And_Get (
6599:
6600: p_encoded => FND_API.G_FALSE,

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

6610: ROLLBACK TO Find_Repositories;
6611:
6612: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
6613:
6614: -- Standard call to get message count and if count=1, get the message
6615:
6616: FND_MSG_PUB.Count_And_Get (
6617:
6618: p_encoded => FND_API.G_FALSE,

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

6636: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
6637:
6638: END IF;
6639:
6640: -- Standard call to get message count and if count=1, get the message
6641:
6642: FND_MSG_PUB.Count_And_Get (
6643:
6644: p_encoded => FND_API.G_FALSE,

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

6696: -- Areas valid for an MES search with the specified Repository.
6697:
6698: --
6699:
6700: -- Parameters (Standard parameters not mentioned):
6701:
6702: -- IN : p_repository_id IN NUMBER Optional
6703:
6704: -- Repository identifier of the Repository Code to

Line 6936: -- Standard begin of API savepoint

6932: BEGIN
6933:
6934: --DBMS_OUTPUT.PUT_LINE('Enter : find_repository_areas' );
6935:
6936: -- Standard begin of API savepoint
6937:
6938: SAVEPOINT Find_RepositoryAreas;
6939:
6940: -- Standard call to check for call compatibility.

Line 6940: -- Standard call to check for call compatibility.

6936: -- Standard begin of API savepoint
6937:
6938: SAVEPOINT Find_RepositoryAreas;
6939:
6940: -- Standard call to check for call compatibility.
6941:
6942: IF NOT FND_API.Compatible_API_Call (
6943:
6944: l_api_version,

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

7240: FND_MSG_PUB.Add;
7241:
7242: END IF;
7243:
7244: --Standard call to get message count and if count=1, get the message
7245:
7246: FND_MSG_PUB.Count_And_Get (
7247:
7248: p_encoded => FND_API.G_FALSE,

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

7262: ROLLBACK TO Find_RepositoryAreas;
7263:
7264: x_return_status := FND_API.G_RET_STS_ERROR;
7265:
7266: -- Standard call to get message count and if count=1, get the message
7267:
7268: FND_MSG_PUB.Count_And_Get (
7269:
7270: p_encoded => FND_API.G_FALSE,

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

7280: ROLLBACK TO Find_RepositoryAreas;
7281:
7282: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
7283:
7284: -- Standard call to get message count and if count=1, get the message
7285:
7286: FND_MSG_PUB.Count_And_Get (
7287:
7288: p_encoded => FND_API.G_FALSE,

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

7306: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
7307:
7308: END IF;
7309:
7310: -- Standard call to get message count and if count=1, get the message
7311:
7312: FND_MSG_PUB.Count_And_Get (
7313:
7314: p_encoded => FND_API.G_FALSE,

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

7334: -- Type : Group or Public
7335:
7336: -- Pre-reqs : None
7337:
7338: -- Function : Accept a search string of a standardized syntax for the
7339:
7340: -- searching of one or more repositories for which
7341:
7342: -- this repository API supports. The API name will be

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

7372: -- search criteria passed in.
7373:
7374: --
7375:
7376: -- Parameters (Standard parameters not mentioned):
7377:
7378: -- IN : p_imt_search_string IN VARCHAR2(400) Required
7379:
7380: -- Search string defining what to search in interMedia

Line 7842: -- Standard begin of API savepoint

7838: BEGIN
7839:
7840: --DBMS_OUTPUT.PUT_LINE('Enter : Content_Search' );
7841:
7842: -- Standard begin of API savepoint
7843:
7844: SAVEPOINT Content_Search;
7845:
7846: -- Standard call to check for call compatibility.

Line 7846: -- Standard call to check for call compatibility.

7842: -- Standard begin of API savepoint
7843:
7844: SAVEPOINT Content_Search;
7845:
7846: -- Standard call to check for call compatibility.
7847:
7848: IF NOT FND_API.Compatible_API_Call (
7849:
7850: l_api_version,

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

8298: FND_MSG_PUB.Add;
8299:
8300: END IF;
8301:
8302: --Standard call to get message count and if count=1, get the message
8303:
8304: FND_MSG_PUB.Count_And_Get (
8305:
8306: p_encoded => FND_API.G_FALSE,

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

8320: ROLLBACK TO Content_Search;
8321:
8322: x_return_status := FND_API.G_RET_STS_ERROR;
8323:
8324: -- Standard call to get message count and if count=1, get the message
8325:
8326: FND_MSG_PUB.Count_And_Get (
8327:
8328: p_encoded => FND_API.G_FALSE,

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

8338: ROLLBACK TO Content_Search;
8339:
8340: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
8341:
8342: -- Standard call to get message count and if count=1, get the message
8343:
8344: FND_MSG_PUB.Count_And_Get (
8345:
8346: p_encoded => FND_API.G_FALSE,

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

8364: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
8365:
8366: END IF;
8367:
8368: -- Standard call to get message count and if count=1, get the message
8369:
8370: FND_MSG_PUB.Count_And_Get (
8371:
8372: p_encoded => FND_API.G_FALSE,