DBA Data[Home] [Help]

APPS.HZ_MATCH_RULE_COMPILE dependencies on STANDARD

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

645: END IF;
646:
647: EXECUTE IMMEDIATE 'ALTER PACKAGE ' || l_package_name || ' COMPILE SPECIFICATION'; --bug 5622345
648:
649: --Standard call to get message count and if count is 1, get message info.
650: FND_MSG_PUB.Count_And_Get(
651: p_encoded => FND_API.G_FALSE,
652: p_count => x_msg_count,
653: p_data => x_msg_data);

Line 15527: l(' --Standard call to get message count and if count is 1, get message info');

15523:
15524: PROCEDURE gen_exception_block IS
15525:
15526: BEGIN
15527: l(' --Standard call to get message count and if count is 1, get message info');
15528: l(' FND_MSG_PUB.Count_And_Get(');
15529: l(' p_encoded => FND_API.G_FALSE,');
15530: l(' p_count => x_msg_count,');
15531: l(' p_data => x_msg_data);');