DBA Data[Home] [Help]

APPS.AMW_LOAD_AUDIT_PROCEDURE_DATA dependencies on STANDARD

Line 826: -- Standard Start of API savepoint

822: FROM FND_ATTACHED_DOCUMENTS
823: WHERE document_id = l_id;
824:
825: BEGIN
826: -- Standard Start of API savepoint
827: SAVEPOINT CREATE_Fnd_Attachment_PVT;
828:
829: -- Standard call to check for call compatibility.
830: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

825: BEGIN
826: -- Standard Start of API savepoint
827: SAVEPOINT CREATE_Fnd_Attachment_PVT;
828:
829: -- Standard call to check for call compatibility.
830: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
831: p_api_version_number,
832: l_api_name,
833: G_PKG_NAME)

Line 1008: -- Standard check for p_commit

1004: );
1005: end if;
1006:
1007:
1008: -- Standard check for p_commit
1009: IF FND_API.to_Boolean( p_commit )
1010: THEN
1011: COMMIT WORK;
1012: END IF;

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

1016: IF (AMW_DEBUG_HIGH_ON) THEN
1017: AMW_UTILITY_PVT.debug_message('Private API: ' || l_api_name || 'end');
1018: END IF;
1019:
1020: -- Standard call to get message count and if count is 1, get message info.
1021: FND_MSG_PUB.Count_And_Get
1022: (p_count => x_msg_count,
1023: p_data => x_msg_data
1024: );

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

1032:
1033: WHEN FND_API.G_EXC_ERROR THEN
1034: ROLLBACK TO CREATE_Fnd_Attachment_PVT;
1035: x_return_status := FND_API.G_RET_STS_ERROR;
1036: -- Standard call to get message count and if count=1, get the message
1037: FND_MSG_PUB.Count_And_Get (
1038: p_encoded => FND_API.G_FALSE,
1039: p_count => x_msg_count,
1040: p_data => x_msg_data

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

1042:
1043: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1044: ROLLBACK TO CREATE_Fnd_Attachment_PVT;
1045: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1046: -- Standard call to get message count and if count=1, get the message
1047: FND_MSG_PUB.Count_And_Get (
1048: p_encoded => FND_API.G_FALSE,
1049: p_count => x_msg_count,
1050: p_data => x_msg_data

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

1056: IF FND_MSG_PUB.Check_Msg_Level ( FND_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1057: THEN
1058: FND_MSG_PUB.Add_Exc_Msg( G_PKG_NAME,l_api_name);
1059: END IF;
1060: -- Standard call to get message count and if count=1, get the message
1061: FND_MSG_PUB.Count_And_Get (
1062: p_encoded => FND_API.G_FALSE,
1063: p_count => x_msg_count,
1064: p_data => x_msg_data