DBA Data[Home] [Help]

APPS.BIS_RL_PKG dependencies on ICX_SEC

Line 540: if(icx_sec.validateSession)

536: l_prompts icx_util.g_prompts_table;
537:
538: begin
539:
540: if(icx_sec.validateSession)
541: then
542: icx_util.getprompts(601, 'ICX_OBIS_FAVORITE_CREATE', l_title, l_prompts);
543: --l_title := FND_MESSAGE.get_string('BIS', 'BIS_ADD_URL');
544: htp.p('');

Line 634: if(icx_sec.validateSession)

630: l_prompts icx_util.g_prompts_table;
631:
632: begin
633:
634: if(icx_sec.validateSession)
635: then
636: icx_util.getprompts(601, 'ICX_OBIS_FAVORITE_RENAME', l_title, l_prompts);
637: --l_title := FND_MESSAGE.get_string('BIS','BIS_RENAME_LINK');
638: htp.p('');