DBA Data[Home] [Help]

APPS.BIS_BUSINESS_VIEWS_CATALOG dependencies on ICX_SEC

Line 24: AND ICX_SEC.validatePlugSession( p_plug_id, p_session_id ) THEN

20:
21: BEGIN
22:
23: IF upper( p_delete ) <> 'Y' -- if p_delete is set to yes, STOP
24: AND ICX_SEC.validatePlugSession( p_plug_id, p_session_id ) THEN
25:
26: -- Get the Language CODE and USERID from the ICX environment
27: l_user_id := ICX_SEC.getID(ICX_SEC.pv_user_id, '', p_session_id);
28: l_lang := ICX_SEC.getID(icx_sec.PV_LANGUAGE_CODE);

Line 27: l_user_id := ICX_SEC.getID(ICX_SEC.pv_user_id, '', p_session_id);

23: IF upper( p_delete ) <> 'Y' -- if p_delete is set to yes, STOP
24: AND ICX_SEC.validatePlugSession( p_plug_id, p_session_id ) THEN
25:
26: -- Get the Language CODE and USERID from the ICX environment
27: l_user_id := ICX_SEC.getID(ICX_SEC.pv_user_id, '', p_session_id);
28: l_lang := ICX_SEC.getID(icx_sec.PV_LANGUAGE_CODE);
29:
30:
31: -- Begin painting the table structure for the plug

Line 28: l_lang := ICX_SEC.getID(icx_sec.PV_LANGUAGE_CODE);

24: AND ICX_SEC.validatePlugSession( p_plug_id, p_session_id ) THEN
25:
26: -- Get the Language CODE and USERID from the ICX environment
27: l_user_id := ICX_SEC.getID(ICX_SEC.pv_user_id, '', p_session_id);
28: l_lang := ICX_SEC.getID(icx_sec.PV_LANGUAGE_CODE);
29:
30:
31: -- Begin painting the table structure for the plug
32: htp.p('');

Line 414: IF (ICX_SEC.validateSession) THEN

410: v_keywords varchar2(32000);
411:
412:
413: BEGIN
414: IF (ICX_SEC.validateSession) THEN
415: l_user_id := ICX_SEC.getID(icx_sec.PV_USER_ID);
416:
417: -- ****************************************************************
418: -- Transfer the individual words from the input box into

Line 415: l_user_id := ICX_SEC.getID(icx_sec.PV_USER_ID);

411:
412:
413: BEGIN
414: IF (ICX_SEC.validateSession) THEN
415: l_user_id := ICX_SEC.getID(icx_sec.PV_USER_ID);
416:
417: -- ****************************************************************
418: -- Transfer the individual words from the input box into
419: -- a plsql table after cleaning and validating the entries

Line 525: END IF; -- ICX_SEC.validatesession()

521: END IF; -- endif for l_length of the keywords entered not equal to zero
522: -- *********************************************************
523:
524:
525: END IF; -- ICX_SEC.validatesession()
526:
527: EXCEPTION
528: WHEN BIS_GNRL_SEARCH_ENGINE_PVT.e_noIndexDefined THEN
529: -- The following message need not be translated since this is a propagated error