DBA Data[Home] [Help]

APPS.EDR_EVIDENCESTORE_PUB dependencies on STANDARD

Line 55: -- Standard call to check for call compatibility

51: l_api_name CONSTANT VARCHAR2(50) := 'Open_Document';
52: l_error_code NUMBER;
53: l_error_mesg VARCHAR2(1000);
54: BEGIN
55: -- Standard call to check for call compatibility
56: IF NOT fnd_api.Compatible_API_Call ( l_api_version, p_api_version, l_api_name, G_PKG_NAME )
57: THEN RAISE fnd_api.G_EXC_UNEXPECTED_ERROR;
58: END IF;
59:

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

90:
91: IF FND_API.To_Boolean( p_commit ) THEN
92: COMMIT WORK;
93: END IF;
94: -- Standard call to get message count, and if count is 1, get message info
95: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count, p_data => x_msg_data );
96:
97: EXCEPTION
98: WHEN FND_API.G_EXC_ERROR THEN