DBA Data[Home] [Help]

APPS.QA_CHAR_UPDATE_PKG dependencies on STANDARD

Line 745: -- Standard Start of API savepoint

741: 'Entering Procedure for element: ' || p_char_id
742: );
743: END IF;
744:
745: -- Standard Start of API savepoint
746: SAVEPOINT Update_Element_Value_PKG;
747:
748: -- Standard call to check for call compatibility.
749: IF NOT FND_API.Compatible_API_Call

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

744:
745: -- Standard Start of API savepoint
746: SAVEPOINT Update_Element_Value_PKG;
747:
748: -- Standard call to check for call compatibility.
749: IF NOT FND_API.Compatible_API_Call
750: (
751: l_api_version,
752: NVL( p_api_version, 1.0 ),

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

952: IF ( l_commit ) THEN
953: COMMIT WORK;
954: END IF;
955:
956: -- Standard call to get message count and if count is 1, get message info.
957: FND_MSG_PUB.Count_And_Get
958: (
959: p_count => x_msg_count,
960: p_data => x_msg_data