DBA Data[Home] [Help]

APPS.AHL_PRD_MATERIAL_TXN_PUB dependencies on STANDARD

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

39: 'At the start of PLSQL procedure'
40: );
41: END IF;
42:
43: -- Standard call to check for call compatibility
44: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version,l_api_name,
45: G_PKG_NAME ) THEN
46: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
47: END IF;

Line 49: -- Standard start of API savepoint

45: G_PKG_NAME ) THEN
46: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
47: END IF;
48:
49: -- Standard start of API savepoint
50: SAVEPOINT Perform_Material_Txn_pub;
51:
52: -- Initialize message list if p_init_msg_list is set to TRUE
53: IF FND_API.To_Boolean(p_init_msg_list) THEN

Line 291: -- Standard check of p_commit

287: END IF;
288:
289: END IF;
290:
291: -- Standard check of p_commit
292: IF FND_API.to_boolean(p_commit) THEN
293: COMMIT;
294: END IF;
295:

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

292: IF FND_API.to_boolean(p_commit) THEN
293: COMMIT;
294: END IF;
295:
296: -- Standard call to get message count and if count is 1, get message
297: FND_MSG_PUB.Count_And_Get
298: ( p_count => x_msg_count,
299: p_data => x_msg_data,
300: p_encoded => fnd_api.g_false);