DBA Data[Home] [Help]

APPS.RCV_INSPECTION_GRP dependencies on STANDARD

Line 220: -- Standard Start of API savepoint

216: l_task_id RCV_TRANSACTIONS_INTERFACE.TASK_ID%TYPE;
217: BEGIN
218:
219: --dbms_output.enable('1000000');
220: -- Standard Start of API savepoint
221: SAVEPOINT INSPECTION_GRP;
222: -- Standard call to check for call compatibility.
223: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
224: p_api_version ,

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

218:
219: --dbms_output.enable('1000000');
220: -- Standard Start of API savepoint
221: SAVEPOINT INSPECTION_GRP;
222: -- Standard call to check for call compatibility.
223: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
224: p_api_version ,
225: l_api_name ,
226: G_PKG_NAME )

Line 470: -- Standard check of p_commit.

466: END IF;
467:
468: /* End Bug 5018102 */
469:
470: -- Standard check of p_commit.
471: IF FND_API.To_Boolean( p_commit ) THEN
472: COMMIT WORK;
473: END IF;
474: -- Standard call to get message count and if count is 1, get message info.

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

470: -- Standard check of p_commit.
471: IF FND_API.To_Boolean( p_commit ) THEN
472: COMMIT WORK;
473: END IF;
474: -- Standard call to get message count and if count is 1, get message info.
475: FND_MSG_PUB.Count_And_Get
476: ( p_count => p_msg_count ,
477: p_data => p_msg_data
478: );