DBA Data[Home] [Help]

APPS.IEM_CLIENTLAUNCH_PUB dependencies on IEU_DS_CONSTS_PUB

Line 119: x_dialog_style := IEU_DS_CONSTS_PUB.G_DS_NONE;

115: ||'&'||'accountID='||l_acct_id||'&'||'classificationID='||l_classification_id;
116: end if;
117: x_msg_name := null; --'IEM_NOT_FROM_UWQ_MSG';
118: x_msg_param := NULL;
119: x_dialog_style := IEU_DS_CONSTS_PUB.G_DS_NONE;
120: x_msg_appl_short_name := null;
121:
122: /* End of Stub */
123: if( FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then

Line 239: x_dialog_style := IEU_DS_CONSTS_PUB.G_DS_NONE;

235: ||'&'||'classificationID='||l_classification_id||'&'||'classificationName='||l_class_name ||'&'||'key='||l_rt_media_item_id||'&'||'imMsgID='||l_msg_id;
236:
237: x_msg_name := NULL;
238: x_msg_param := NULL;
239: x_dialog_style := IEU_DS_CONSTS_PUB.G_DS_NONE;
240: x_msg_appl_short_name := NULL;
241:
242: if( FND_LOG.LEVEL_STATEMENT>= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) then
243: logMessage := '[ launchAcquired End ]';