DBA Data[Home] [Help]

APPS.IBY_FD_USER_API_PUB dependencies on STANDARD

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

90: ap.applicable_value_from = p_driver_type_value));
91:
92:
93: BEGIN
94: -- Standard call to check for call compatibility.
95: IF NOT FND_API.Compatible_API_Call(l_api_version,
96: p_api_version,
97: l_api_name,
98: G_PKG_NAME) THEN

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

297: END IF;
298:
299: -- End of API body.
300:
301: -- Standard call to get message count and if count is 1, get message info.
302: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
303:
304: print_debuginfo(l_module_name, 'RETURN Validate_Method_Profile');
305:

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

579: l_module_name CONSTANT VARCHAR2(200) := G_PKG_NAME || '.retrieve_default_sra_format';
580:
581: l_instr_sra_ok NUMBER;
582: BEGIN
583: -- Standard call to check for call compatibility.
584: IF NOT FND_API.Compatible_API_Call(l_api_version,
585: p_api_version,
586: l_api_name,
587: G_PKG_NAME) THEN

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

633: END IF;
634:
635: -- End of API body.
636:
637: -- Standard call to get message count and if count is 1, get message info.
638: FND_MSG_PUB.Count_And_Get(p_count => x_msg_count, p_data => x_msg_data);
639:
640: print_debuginfo(l_module_name, 'RETURN retrieve_default_sra_format');
641: