DBA Data[Home] [Help]

APPS.ZPB_AW dependencies on STANDARD

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

409: l_trace VARCHAR2(200);
410: l_comm VARCHAR2(200);
411: l_user_id NUMBER;
412: begin
413: -- Standard call to check for call compatibility.
414: IF NOT FND_API.Compatible_API_Call( l_api_version,
415: p_api_version, l_api_name, G_PKG_NAME)
416: THEN
417: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

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

561: l_pers_AW VARCHAR2(30);
562: l_schema VARCHAR2(10);
563: l_onattach BOOLEAN;
564: begin
565: -- Standard call to check for call compatibility.
566: IF NOT FND_API.Compatible_API_Call( l_api_version,
567: p_api_version, l_api_name, G_PKG_NAME)
568: THEN
569: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 687: -- Standard Start of API savepoint

683:
684: l_api_name CONSTANT VARCHAR2(15) := 'clean_workspace';
685: l_api_version CONSTANT NUMBER := 1.0;
686: BEGIN
687: -- Standard Start of API savepoint
688: SAVEPOINT zpb_aw_clean_workspace;
689: -- Standard call to check for call compatibility.
690: IF NOT FND_API.Compatible_API_Call( l_api_version,
691: p_api_version,

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

685: l_api_version CONSTANT NUMBER := 1.0;
686: BEGIN
687: -- Standard Start of API savepoint
688: SAVEPOINT zpb_aw_clean_workspace;
689: -- Standard call to check for call compatibility.
690: IF NOT FND_API.Compatible_API_Call( l_api_version,
691: p_api_version,
692: l_api_name,
693: G_PKG_NAME)

Line 719: -- Standard call to get message count and if count is 1, get message info.

715:
716: ZPB_LOG.WRITE_STATEMENT(G_PKG_NAME||'.'||l_api_name||'.end',
717: 'OLAP workspace has been cleaned');
718:
719: -- Standard call to get message count and if count is 1, get message info.
720: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data );
721:
722: EXCEPTION
723: WHEN FND_API.G_EXC_ERROR THEN