DBA Data[Home] [Help]

APPS.HZ_DQM_DUP_ID_PKG dependencies on STANDARD

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

2213: HZ_DQM_MR_PVT.gen_footer;
2214: HZ_GEN_PLSQL.compile_code;
2215:
2216:
2217: --Standard call to get message count and if count is 1, get message info.
2218: FND_MSG_PUB.Count_And_Get(
2219: p_encoded => FND_API.G_FALSE,
2220: p_count => x_msg_count,
2221: p_data => x_msg_data);

Line 2627: -- standard call to get message count and if count is 1, get message info.

2623: -- generated from HZ_DUP_SETS
2624: ret_value := stamp_trivial_dup_sets ;
2625:
2626:
2627: -- standard call to get message count and if count is 1, get message info.
2628: FND_MSG_PUB.Count_And_Get(
2629: p_encoded => FND_API.G_FALSE,
2630: p_count => x_msg_count,
2631: p_data => x_msg_data);