DBA Data[Home] [Help]

APPS.AMS_APPROVAL_PVT dependencies on STANDARD

Line 4372: -- Standard begin of API savepoint

4368: l_Error_Token VARCHAR2(80);
4369: l_object_version_number NUMBER := 1;
4370: --
4371: BEGIN
4372: -- Standard begin of API savepoint
4373: SAVEPOINT Start_LineApproval_PVT;
4374: -- Standard call to check for call compatibility.
4375: IF NOT Fnd_Api.Compatible_API_Call (
4376: l_api_version,

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

4370: --
4371: BEGIN
4372: -- Standard begin of API savepoint
4373: SAVEPOINT Start_LineApproval_PVT;
4374: -- Standard call to check for call compatibility.
4375: IF NOT Fnd_Api.Compatible_API_Call (
4376: l_api_version,
4377: p_api_version,
4378: l_api_name,

Line 4417: --Standard check of commit

4413: Fnd_Msg_Pub.ADD;
4414: RAISE Fnd_Api.G_EXC_UNEXPECTED_ERROR;
4415: END;
4416:
4417: --Standard check of commit
4418: IF Fnd_Api.To_Boolean ( p_commit ) THEN
4419: COMMIT WORK;
4420: END IF;
4421: -- Debug Message

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

4423: Fnd_Message.Set_Name('AMS','AMS_API_DEBUG_MESSAGE');
4424: Fnd_Message.Set_Token('ROW',l_full_name||': END');
4425: Fnd_Msg_Pub.ADD;
4426: END IF;
4427: --Standard call to get message count and if count=1, get the message
4428: Fnd_Msg_Pub.Count_And_Get (
4429: p_encoded => Fnd_Api.G_FALSE,
4430: p_count => x_msg_count,
4431: p_data => x_msg_data

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

4433: EXCEPTION
4434: WHEN Fnd_Api.G_EXC_ERROR THEN
4435: ROLLBACK TO Start_LineApproval_PVT;
4436: x_return_status := Fnd_Api.G_RET_STS_ERROR;
4437: -- Standard call to get message count and if count=1, get the message
4438: Fnd_Msg_Pub.Count_And_Get (
4439: p_encoded => Fnd_Api.G_FALSE,
4440: p_count => x_msg_count,
4441: p_data => x_msg_data

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

4442: );
4443: WHEN Fnd_Api.G_EXC_UNEXPECTED_ERROR THEN
4444: ROLLBACK TO Start_LineApproval_PVT;
4445: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR;
4446: -- Standard call to get message count and if count=1, get the message
4447: Fnd_Msg_Pub.Count_And_Get (
4448: p_encoded => Fnd_Api.G_FALSE,
4449: p_count => x_msg_count,
4450: p_data => x_msg_data

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

4455: IF Fnd_Msg_Pub.Check_Msg_Level ( Fnd_Msg_Pub.G_MSG_LVL_UNEXP_ERROR)
4456: THEN
4457: Fnd_Msg_Pub.Add_Exc_Msg( G_PKG_NAME,l_api_name);
4458: END IF;
4459: -- Standard call to get message count and if count=1, get the message
4460: Fnd_Msg_Pub.Count_And_Get (
4461: p_encoded => Fnd_Api.G_FALSE,
4462: p_count => x_msg_count,
4463: p_data => x_msg_data