DBA Data[Home] [Help]

APPS.IBY_FD_USER_API_PUB dependencies on STANDARD

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

78: ap.applicable_value_from = p_driver_type_value));
79:
80:
81: BEGIN
82: -- Standard call to check for call compatibility.
83: IF NOT FND_API.Compatible_API_Call(l_api_version,
84: p_api_version,
85: l_api_name,
86: G_PKG_NAME) THEN

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

283: END IF;
284:
285: -- End of API body.
286:
287: -- Standard call to get message count and if count is 1, get message info.
288: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
289:
290: print_debuginfo(l_module_name, 'RETURN Validate_Method_Profile');
291:

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

439: l_module_name CONSTANT VARCHAR2(200) := G_PKG_NAME || '.retrieve_default_sra_format';
440:
441: l_instr_sra_ok NUMBER;
442: BEGIN
443: -- Standard call to check for call compatibility.
444: IF NOT FND_API.Compatible_API_Call(l_api_version,
445: p_api_version,
446: l_api_name,
447: G_PKG_NAME) THEN

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

493: END IF;
494:
495: -- End of API body.
496:
497: -- Standard call to get message count and if count is 1, get message info.
498: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
499:
500: print_debuginfo(l_module_name, 'RETURN retrieve_default_sra_format');
501: