DBA Data[Home] [Help]

APPS.HZ_HIERARCHY_V2PUB dependencies on STANDARD

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

385:
386: -- return the result
387: x_result := l_result;
388:
389: --Standard call to get message count and if count is 1, get message info.
390: FND_MSG_PUB.Count_And_Get(
391: p_encoded => FND_API.G_FALSE,
392: p_count => x_msg_count,
393: p_data => x_msg_data );

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

573: x_result := 'N';
574: x_level_number := -1;
575: END IF;
576:
577: --Standard call to get message count and if count is 1, get message info.
578: FND_MSG_PUB.Count_And_Get(
579: p_encoded => FND_API.G_FALSE,
580: p_count => x_msg_count,
581: p_data => x_msg_data );

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

820: END LOOP;
821:
822: CLOSE c1;
823:
824: --Standard call to get message count and if count is 1, get message info.
825: FND_MSG_PUB.Count_And_Get(
826: p_encoded => FND_API.G_FALSE,
827: p_count => x_msg_count,
828: p_data => x_msg_data );

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

1061: END LOOP;
1062:
1063: CLOSE c1;
1064:
1065: --Standard call to get message count and if count is 1, get message info.
1066: FND_MSG_PUB.Count_And_Get(
1067: p_encoded => FND_API.G_FALSE,
1068: p_count => x_msg_count,
1069: p_data => x_msg_data );

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

1337:
1338:
1339: END IF;
1340:
1341: --Standard call to get message count and if count is 1, get message info.
1342: FND_MSG_PUB.Count_And_Get(
1343: p_encoded => FND_API.G_FALSE,
1344: p_count => x_msg_count,
1345: p_data => x_msg_data );