DBA Data[Home] [Help]

APPS.BISVIEWER_PUB dependencies on ICX_SEC

Line 31: IF NOT icx_sec.ValidateSession THEN

27:
28: BEGIN
29:
30: --jprabhud enhancement #2442162
31: IF NOT icx_sec.ValidateSession THEN
32: RETURN;
33: END IF;
34: if (pRespId is not null and to_number(pRespId) > 0) then
35: l_resp_id := pRespId;

Line 37: l_resp_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);

33: END IF;
34: if (pRespId is not null and to_number(pRespId) > 0) then
35: l_resp_id := pRespId;
36: else
37: l_resp_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
38: end if;
39: --nbarik - 05/15/04 - Enhancement 3576963 - Drill Java Conversion
40: -- nbarik - 04/23/04 - Bug Fix 3589098
41: -- Senthil bugFix #4112205

Line 64: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);

60: END IF;
61: IF (pSessionId is not null) then
62: l_session_id := pSessionId;
63: ELSE
64: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
65: END IF;
66:
67: IF cFNDResp%ISOPEN THEN
68: CLOSE cFNDResp;

Line 85: , p_Security_group_id => icx_sec.g_security_group_id

81: , n_session_id => l_session_id
82: , c_parameters => l_url_string
83: , p_resp_appl_id => l_application_id
84: , p_responsibility_id => l_resp_id
85: , p_Security_group_id => icx_sec.g_security_group_id
86: );
87: /*
88: BIS_PMV_DRILL_PVT.drillacross(pURLString => l_url_string,
89: pUserId => pUserId,