DBA Data[Home] [Help]

APPS.OKC_WORD_SYNC_HOOK dependencies on FND_MSG_PUB

Line 81: FND_MSG_PUB.initialize;

77: RETURN;
78:
79: -- Initialize message list if p_init_msg_list is set to TRUE.
80: IF FND_API.to_Boolean( p_init_msg_list ) THEN
81: FND_MSG_PUB.initialize;
82: END IF;
83: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
84: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT ,
85: G_MODULE||l_api_name,

Line 114: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );

110: p_token1_value => sqlcode,
111: p_token2 => G_SQLERRM_TOKEN,
112: p_token2_value => sqlerrm);
113: -- Standard call to get message count and if count is 1, get message info.
114: FND_MSG_PUB.Count_And_Get(p_encoded=>'F', p_count => x_msg_count, p_data => x_msg_data );
115:
116:
117: END DOWNLOAD_CONTRACT_EXT;
118: END OKC_WORD_SYNC_HOOK;