DBA Data[Home] [Help]

APPS.AMS_APPROVAL_PVT dependencies on STANDARD

Line 4463: -- Standard begin of API savepoint

4459: l_Error_Token VARCHAR2(80);
4460: l_object_version_number NUMBER := 1;
4461: --
4462: BEGIN
4463: -- Standard begin of API savepoint
4464: SAVEPOINT Start_LineApproval_PVT;
4465: -- Standard call to check for call compatibility.
4466: IF NOT Fnd_Api.Compatible_API_Call (
4467: l_api_version,

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

4461: --
4462: BEGIN
4463: -- Standard begin of API savepoint
4464: SAVEPOINT Start_LineApproval_PVT;
4465: -- Standard call to check for call compatibility.
4466: IF NOT Fnd_Api.Compatible_API_Call (
4467: l_api_version,
4468: p_api_version,
4469: l_api_name,

Line 4508: --Standard check of commit

4504: Fnd_Msg_Pub.ADD;
4505: RAISE Fnd_Api.G_EXC_UNEXPECTED_ERROR;
4506: END;
4507:
4508: --Standard check of commit
4509: IF Fnd_Api.To_Boolean ( p_commit ) THEN
4510: COMMIT WORK;
4511: END IF;
4512: -- Debug Message

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

4514: Fnd_Message.Set_Name('AMS','AMS_API_DEBUG_MESSAGE');
4515: Fnd_Message.Set_Token('ROW',l_full_name||': END');
4516: Fnd_Msg_Pub.ADD;
4517: END IF;
4518: --Standard call to get message count and if count=1, get the message
4519: Fnd_Msg_Pub.Count_And_Get (
4520: p_encoded => Fnd_Api.G_FALSE,
4521: p_count => x_msg_count,
4522: p_data => x_msg_data

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

4524: EXCEPTION
4525: WHEN Fnd_Api.G_EXC_ERROR THEN
4526: ROLLBACK TO Start_LineApproval_PVT;
4527: x_return_status := Fnd_Api.G_RET_STS_ERROR;
4528: -- Standard call to get message count and if count=1, get the message
4529: Fnd_Msg_Pub.Count_And_Get (
4530: p_encoded => Fnd_Api.G_FALSE,
4531: p_count => x_msg_count,
4532: p_data => x_msg_data

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

4533: );
4534: WHEN Fnd_Api.G_EXC_UNEXPECTED_ERROR THEN
4535: ROLLBACK TO Start_LineApproval_PVT;
4536: x_return_status := Fnd_Api.G_RET_STS_UNEXP_ERROR;
4537: -- Standard call to get message count and if count=1, get the message
4538: Fnd_Msg_Pub.Count_And_Get (
4539: p_encoded => Fnd_Api.G_FALSE,
4540: p_count => x_msg_count,
4541: p_data => x_msg_data

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

4546: IF Fnd_Msg_Pub.Check_Msg_Level ( Fnd_Msg_Pub.G_MSG_LVL_UNEXP_ERROR)
4547: THEN
4548: Fnd_Msg_Pub.Add_Exc_Msg( G_PKG_NAME,l_api_name);
4549: END IF;
4550: -- Standard call to get message count and if count=1, get the message
4551: Fnd_Msg_Pub.Count_And_Get (
4552: p_encoded => Fnd_Api.G_FALSE,
4553: p_count => x_msg_count,
4554: p_data => x_msg_data