DBA Data[Home] [Help]

APPS.HZ_PURGE dependencies on STANDARD

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

224: HZ_GEN_PLSQL.add_line('END HZ_PURGE_GEN;');
225: HZ_GEN_PLSQL.compile_code;
226:
227:
228: -- standard call to get message count and if count is 1, get message info.
229: FND_MSG_PUB.Count_And_Get(
230: p_encoded => FND_API.G_FALSE,
231: p_count => x_msg_count,
232: p_data => x_msg_data);

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

495: allow_purge:='true';
496: end if;
497: close party;
498:
499: -- standard call to get message count and if count is 1, get message info.
500: FND_MSG_PUB.Count_And_Get(
501: p_encoded => FND_API.G_FALSE,
502: p_count => x_msg_count,
503: p_data => x_msg_data);

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

1089: update hz_purge_candidates set status='PURGED' where candidate_party_id=p_party_id;
1090:
1091: --fnd_file.close;
1092: hz_common_pub.enable_cont_source_security;
1093: -- standard call to get message count and if count is 1, get message info.
1094: FND_MSG_PUB.Count_And_Get(
1095: p_encoded => FND_API.G_FALSE,
1096: p_count => x_msg_count,
1097: p_data => x_msg_data);