DBA Data[Home] [Help]

APPS.BIS_PMV_PMF_PVT dependencies on ICX_SEC

Line 397: --vUserId varchar2(20) := icx_sec.getID(icx_sec.PV_WEB_USER_ID);

393: vSessionId varchar2(32000);
394: --vUserId varchar2(20) := 'Notification'; --Bug Fix 2165959
395: --vRespId varchar2(10) := 'NULL';
396: --jprabhud - 5/26/2004 - BugFix 3649405 for SONAR
397: --vUserId varchar2(20) := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
398: --vRespId varchar2(10) := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
399: vUserId varchar2(20);
400: vRespId varchar2(10);
401: vNotifId varchar2 (32000);

Line 398: --vRespId varchar2(10) := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);

394: --vUserId varchar2(20) := 'Notification'; --Bug Fix 2165959
395: --vRespId varchar2(10) := 'NULL';
396: --jprabhud - 5/26/2004 - BugFix 3649405 for SONAR
397: --vUserId varchar2(20) := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
398: --vRespId varchar2(10) := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
399: vUserId varchar2(20);
400: vRespId varchar2(10);
401: vNotifId varchar2 (32000);
402:

Line 911: vRespId := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);

907: if (p_resp_id is not null) then
908: vRespId := p_resp_id;
909: else
910: begin
911: vRespId := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
912: exception
913: when others then
914: vRespId := vNotifId;
915: end;

Line 922: vUserId := icx_sec.getID(icx_sec.PV_WEB_USER_ID);

918: if (p_UserId is not null) then
919: vUserId := p_UserId;
920: else
921: begin
922: vUserId := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
923: exception
924: when others then
925: vUserId := vNotifId;
926: end;

Line 1067: --vUserId varchar2(20) := icx_sec.getID(icx_sec.PV_WEB_USER_ID);

1063: vSessionId varchar2(32000);
1064: --vUserId varchar2(20) := 'Notification'; --Bug Fix 2165959
1065: --vRespId varchar2(10) := 'NULL';
1066: --jprabhud - 5/26/2004 - BugFix 3649405 for SONAR
1067: --vUserId varchar2(20) := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
1068: --vRespId varchar2(10) := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
1069: vUserId varchar2(20);
1070: vRespId varchar2(10);
1071: vNotifId varchar2 (32000);

Line 1068: --vRespId varchar2(10) := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);

1064: --vUserId varchar2(20) := 'Notification'; --Bug Fix 2165959
1065: --vRespId varchar2(10) := 'NULL';
1066: --jprabhud - 5/26/2004 - BugFix 3649405 for SONAR
1067: --vUserId varchar2(20) := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
1068: --vRespId varchar2(10) := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
1069: vUserId varchar2(20);
1070: vRespId varchar2(10);
1071: vNotifId varchar2 (32000);
1072:

Line 1583: vRespId := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);

1579: if (p_resp_id is not null) then
1580: vRespId := p_resp_id;
1581: else
1582: begin
1583: vRespId := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
1584: exception
1585: when others then
1586: vRespId := vNotifId;
1587: end;

Line 1594: vUserId := icx_sec.getID(icx_sec.PV_WEB_USER_ID);

1590: if (p_UserId is not null) then
1591: vUserId := p_UserId;
1592: else
1593: begin
1594: vUserId := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
1595: exception
1596: when others then
1597: vUserId := vNotifId;
1598: end;