DBA Data[Home] [Help]

APPS.PJI_PMV_UTIL dependencies on BISVIEWER_PUB

Line 693: bisviewer_pub.showreport( pUrlString => 'pRegionCode=PJI_REP_RA5' || l_Url

689: '&PJI_REP_DIM_1=' || p_operating_unit;
690:
691: --dbms_output.put_line('URL = ' || l_Url);
692:
693: bisviewer_pub.showreport( pUrlString => 'pRegionCode=PJI_REP_RA5' || l_Url
694: ,pFunctionName => 'PJI_REP_RA5'
695: ,pUserId => icx_sec.getID(icx_sec.PV_WEB_USER_ID)
696: ,pSessionId => icx_sec.getID(icx_sec.PV_SESSION_ID)
697: ,pRespId => icx_sec.getId(icx_sec.PV_RESPONSIBILITY_ID));

Line 733: bisviewer_pub.showreport('pRegionCode=PJI_REP_RA4' || l_Url

729: END IF;
730:
731: --dbms_output.put_line('URL = ' || l_Url);
732:
733: bisviewer_pub.showreport('pRegionCode=PJI_REP_RA4' || l_Url
734: ,pUserId => icx_sec.getID(icx_sec.PV_WEB_USER_ID)
735: ,pSessionId => icx_sec.getID(icx_sec.PV_SESSION_ID)
736: ,pRespId => icx_sec.getId(icx_sec.PV_RESPONSIBILITY_ID)
737: ,pFunctionName => 'PJI_REP_RA4'

Line 766: bisviewer_pub.showreport( pUrlString => 'pRegionCode=PJI_REP_RA5' || l_Url

762:
763:
764: --dbms_output.put_line('URL = ' || l_Url);
765:
766: bisviewer_pub.showreport( pUrlString => 'pRegionCode=PJI_REP_RA5' || l_Url
767: ,pFunctionName => 'PJI_REP_RA5'
768: ,pUserId => icx_sec.getID(icx_sec.PV_WEB_USER_ID)
769: ,pSessionId => icx_sec.getID(icx_sec.PV_SESSION_ID)
770: ,pRespId => icx_sec.getId(icx_sec.PV_RESPONSIBILITY_ID));

Line 910: bisviewer_pub.showreport('pRegionCode=PJI_REP_RA5' || l_Url

906: END IF;
907:
908: --dbms_output.put_line('URL = ' || l_Url);
909:
910: bisviewer_pub.showreport('pRegionCode=PJI_REP_RA5' || l_Url
911: ,pUserId => icx_sec.getID(icx_sec.PV_WEB_USER_ID)
912: ,pSessionId => icx_sec.getID(icx_sec.PV_SESSION_ID)
913: ,pRespId => icx_sec.getId(icx_sec.PV_RESPONSIBILITY_ID)
914: ,pFunctionName => 'PJI_REP_RA5'