Wednesday, June 18, 2008

Oracle iStore jsp pages

When looking at Oracle iStore you see that a lot of different JSP pages are used. Now if you are wondering which page is doing what it can be handy to have a list of the main JSP pages can be found in IBE_DSP_ATTACHMENTS_V.

When you execute the following query you will get a list of all the Oracle iStore JSP files:
SELECT
jsp.file_name
,jsp.description
FROM
IBE_DSP_ATTACHMENTS_V jsp

I have executed this query on a 11.5.10.2 instance and the result is the following. Please keep in mind that your own created JSP’s and such are also listed in this resultset if you have registered them in the correct way as you should do in Oracle. I have excluded the custom content in this resultset.

FILE_NAME DESCRIPTION
ibeaads1.jsp Select a particular address
ibeoshdr.jsp Displays the ship header
ibeobhdr.jsp Displays invoice header
ibeocnfm.jsp Confirm a order
ibeoslne.jsp Displays order ship line
ibeoedit.jsp Edit an order
ibeoedtd.jsp Edit an order process page
ibeoslnd.jsp Processes a ship line
ibeoshdd.jsp Processes a ship header
ibeobhdd.jsp Processes a invoice header
ibeosumm.jsp Displays order summary
ibeocnfd.jsp Processes a order confirmation
ibeapmtb.jsp Displays an user payment books
ibeapbsv.jsp Saves an user payment books
ibeasgnn.jsp Store User Signin
ibeahelp.jsp Store Help
ibefbrch.jsp Processes a configurator request
ibefcnfg.jsp Launches the configurator
ibefredr.jsp Redirects request to the configurator
ibeffrms.jsp Provides frame specification to the configurator
ibefdisp.jsp Include page to display a configured item
ibeo1set.jsp Displays express chk out settings
ibeo1sav.jsp Save express chk out settings
ibeo1tag.jsp Displays the area around the chk out tag
ibeo1dob.jsp Processes the express chk out request
ibeo1vew.jsp View a express chk out order
ibeo1ccl.jsp Cancel a express chk out order
ibeo1err.jsp Error during express chk out
ibeopmto.jsp Include page for displaying payment options
ibeiodtl.jsp Shows order detail
ibeiohdr.jsp Order search results page
ibeicatp.jsp Item availibility report
ibeiship.jsp Shipment details
ibeiinvh.jsp Invoice summary
ibeiinvd.jsp Invoice details
ibeipmth.jsp Payment summary
ibeipmtd.jsp Payment summary
ibeiivpd.jsp Invoice payment details
ibeiside.jsp Post sales navigation bar
ibeiatph.jsp Display ATP peaders
ibeiatpr.jsp ATP Redirect page
ibeiaddr.jsp Address display page
ibesccar.jsp Convert Cart to List 1
ibesccbr.jsp Convert Cart to List 1 Process Page
ibesccla.jsp Convert Cart to List 2
ibescclb.jsp Convert cart to list 2 process page
ibescdch.jsp Modify shopping cart
ibescdcr.jsp Modify shopping cart process page
ibescdlh.jsp View shopping cart lists
ibeaadbk.jsp Shows address book entries
ibeaadcr.jsp Create address book entry
ibeaaddl.jsp Deletes an address book entry
ibeaaded.jsp Edit an address book entry
ibeaadpr.jsp Displays the primary address of the customer
ibeaadv1.jsp Displays the address book
ibeaadv2.jsp Displays the address book
ibescdlr.jsp View shopping cart lists process page
ibescpch.jsp View shopping cart discount
ibescrsh.jsp Retrieve sharee shopping cart
ibescrsr.jsp Retrieve sharee shopping cart process page
ibescsch.jsp Save shopping cart
ibescscr.jsp Save shopping cart process page
ibescsmh.jsp Share cart with merchant
ibescsmr.jsp Share cart with merchant process page
ibescssh.jsp Save sharee shopping cart
ibescssr.jsp Save sharee shopping cart process page
ibescuih.jsp Register new user
ibescvch.jsp View shopping cart
ibescvcr.jsp View shopping cart process page
ibescwha.jsp Shopping cart warning page
ibescwhb.jsp Shopping cart warning page
ibesciah.jsp Shopping cart blurb
ibescabh.jsp Add Item to Cart Page for one item
ibescalh.jsp Add Item to Cart Page
ibecskr3.jsp Shows search results
ibecskrf.jsp Refine search criteria
ibeslwar.jsp Shows shopping list errors
ibescedh.jsp Enter customers inv items to cart - direct entry
ibescedp.jsp Processes direct entries
ibesldlh.jsp Displays shopping lists
ibesldhp.jsp Processes shopping lists
ibesldld.jsp Display shopping list
ibesldlp.jsp Processes shopping list
ibeslald.jsp Add items to a list
ibeslalp.jsp Processes addition of items to list
ibeslcla.jsp Save a shopping list
ibeslclp.jsp Process saving of shopping list
ibeacccr.jsp User credit card creation
ibeaccdl.jsp User credit card deletion
ibeacced.jsp User credit card edit
ibeaccex.jsp User credit card expiration
ibeaccpr.jsp User credit card primary
ibeaccv1.jsp User credit card display
ibeahome.jsp User account home
ibealgn1.jsp User account login
ibealgn2.jsp User account authentication
ibealgn3.jsp User account selection
ibealgn4.jsp User account selected
ibealgot.jsp User account logout
ibeamenu.jsp User account submenu
ibebcrus.jsp User creation
ibebmous.jsp User edit
ibebcrac.jsp User account creation
ibebmoac.jsp User account edit
ibebrole.jsp Role Management
ibebperm.jsp Permission Management
ibebuser.jsp User Management
ibebusac.jsp User Account Management
ibebadac.jsp Add User Account
ibeapwd.jsp User Password
ibeawlcm.jsp User welcome bin
ibebwrol.jsp Role Management
ibebwprm.jsp Permission Management
ibebwusr.jsp User Management
ibebwusa.jsp User Account Management
ibebwada.jsp Add User Account
ibecbrte.jsp Catalog - Buy Routing
ibecbrws.jsp Catalog - Hierarchy Browse
ibecdrte.jsp Catalog Display Routing
ibecdrti.jsp Catalog - display routing page included within another page
ibecirel.jsp Catalog - Item Relationship
ibecirte.jsp Catalog - Item Routing
ibecpath.jsp Catalog - Path
ibecfsct.jsp Catalog - featured section
ibeclfsm.jsp Catalog - leaf section allowing to add multiple products to the shopping cart
ibeclfss.jsp Catalog - leaf section allowing to add single product to the shopping cart
ibecddlf.jsp Catalog - drill down to the leaf sections
ibecfsti.jsp Catalog - featured section included within another page
ibeclsmi.jsp Catalog - leaf section allowing to add multiple products to the shopping cart included in another page
ibeclssi.jsp Catalog - leaf section allowing to add single product to the shopping cart included in another page
ibecdlfi.jsp Catalog - drill down to the leaf sections included in another page
ibecfitm.jsp Catalog - featured product
ibeclitm.jsp Catalog - leaf product allowing to add single product to the shopping cart
ibuzhdr.jsp IBU_INQUIRIES_RMAORDER
ibuztop.jsp IBU_INQUIRIES_RMAORDERDETAIL
ibuiord.jsp IBU_INQUIRIES_ORDERS
ibuiordd.jsp IBU_INQUIRIES_ORDERDETAIL
ibuiords.jsp IBU_INQUIRIES_ORDERSHIPMENT
ibuiinvs.jsp IBU_INQUIRIES_INVOICES
ibuiinsd.jsp IBU_INQUIRIES_INVOICEDETAIL
ibuipmts.jsp IBU_INQUIRIES_PAYMENTS
ibuipytd.jsp IBU_INQUIRIES_PAYMENTDETAIL
ibuinvpm.jsp IBU_INQUIRIES_PAYMENTINVOICE
ibuirms1.jsp IBU_INQUIRIES_RMA
ibuirmv1.jsp IBU_INQUIRIES_RMA_SEARCH
ibuirmd1.jsp IBU_INQUIRIES_RMADETAILS
ibuircr1.jsp IBU_INQUIRIES_CREATERMA
ibuircr3.jsp IBU_INQUIRIES_CREATERMA2
ibuidef.jsp IBU_INQUIRIES_DEFECTS
ibuiddt.jsp IBU_INQUIRIES_DEFECT_DETAILS
ibuiacct.jsp IBU_INQUIRIES_ACCOUNTINFO
okcwktop.jsp IBU_INQUIRIES_CONTRACTS
ibuzmenu.jsp IBU_INQUIRIES_CHECKRMA
ibuidse.jsp IBU_INQUIRIES_DEFECT_SEARCH_RESULT
ibuidver.jsp IBU_INQUIRIES_DEFECT_VERSION
ibuidprd.jsp IBU_INQUIRIES_DEFECT_PRODUCT
ibuidsub.jsp IBU_INQUIRIES_DEFECT_SUB_COMPONENT
ibuidcmp.jsp IBU_INQUIRIES_DEFECT_COMPONENT
ibuisave.jsp IBU_INQUIRIES_ACCOUNT_INFO_SAVE
iburcr01.jsp IBU_REQUESTS_CREATESR
iburvwim.jsp IBU_REQUESTS_ITEMS
iburcr02.jsp IBU_REQUESTS_CREATESR2
iburcr03.jsp IBU_REQUESTS_CREATESR3
iburcrpr.jsp IBU_REQUESTS_CREATESRPROFILE
iburprsv.jsp IBU_REQUESTS_CREATESR_PROFILESAVE
iburcrkb.jsp IBU_REQUESTS_CREATESR_VERIFY
iburcrvf.jsp IBU_REQUESTS_CREATESR_VERIFY_FINAL
iburcren.jsp IBU_REQUESTS_CREATESR_VERIFY2
iburatth.jsp IBU_REQUESTS_CREATESR_ATTACH
iburse01.jsp IBU_REQUESTS_VIEW
iburdt01.jsp IBU_REQUESTS_DETAILS
iburse02.jsp IBU_REQUESTS_SEARCH_RESULTS
iburup01.jsp IBU_REQUESTS_UPDATE
iburup02.jsp IBU_REQUESTS_UPDATESAVE
ibures01.jsp IBU_REQUESTS_ESCALATE
ibures02.jsp IBU_REQUESTS_ESCALATESAVE
iburcl01.jsp IBU_REQUESTS_CLOSE
iburcl02.jsp IBU_REQUESTS_CLOSESAVE
iburvwct.jsp IBU_REQUESTS_VIEWCONTRACTS
iburat2c.jsp IBU_REQUESTS_ATTACH
iburkbsr.jsp IBU_REQUESTS_GETKBLINK
iburemal.jsp IBU_REQUESTS_CREATESR_EMAIL
ibukss1.jsp IBU_KNOWLEDGE_SEARCH
ibuksr1.jsp IBU_KNOWLEDGE_SEARCHRESULT
ibuksf1.jsp IBU_KNOWLEDGE_VIEWFREQUSEDSOLUTIONS
ibuksv1.jsp IBU_KNOWLEDGE_VIEWSOLUTION
ibuktl.jsp IBU_KNOWLEDGE_TECHNICALLIBRARY
ibukedv1.jsp IBU_KNOWLEDGE_VIEWSTATEMENT
ibumis01.jsp IBU_KNOWLEDGE_SMSADVANCEDSEARCH
ibufcatv.jsp IBU_COMMUNITIES_FORUM
ibufmsgv.jsp IBU_COMMUNITIES_MESSAGELIST
ibufmsgr.jsp IBU_COMMUNITIES_MESSAGE
ibufmsgp.jsp IBU_COMMUNITIES_POSTMESSAGE
ibufmsgw.jsp IBU_COMMUNITIES_WRITEMESSAGE
ibupemal.jsp IBU_HELP_EMAIL
ibupfbgl.jsp IBU_HELP_FEEDBACK
ibupfbgs.jsp IBU_HELP_FB_GETSURVEY
ibupcmp.jsp IBU_HELP_CALLME
ibuaugsp.jsp IBU_HELP_USERGROUP
csiiadc.jsp IBU_INSTALLBASE_PRODUCTPREADD
csiiadl.jsp IBU_INSTALLBASE_PRODUCTPOSTADD
csiipdt.jsp IBU_INSTALLBASE_PRODUCTPREUPDATE
csiipdl.jsp IBU_INSTALLBASE_PRODUCTPOSTUPDATE
csiicon.jsp IBU_INSTALLBASE_PRODUCTCONFIG
csiiplv.jsp IBU_INSTALLBASE_PRODUCTLOV
csiirlv.jsp IBU_INSTALLBASE_REVISIONLOV
csiislv.jsp IBU_INSTALLBASE_SYSTEMLOV
csiitlv.jsp IBU_INSTALLBASE_TYPELOV
csiiuom.jsp IBU_INSTALLBASE_UOMLOV
csiiclv.jsp IBU_INSTALLBASE_CONTACTLOV
csiialv.jsp IBU_INSTALLBASE_ADDRESSLOV
csiispd.jsp IBU_INSTALLBASE_SEARCHPROD
csiispl.jsp IBU_INSTALLBASE_SEARCHPRODPOST
csiipda.jsp IBU_INSTALLBASE_PRODUCTACTION
csiierr.jsp IBU_INSTALLBASE_PRODUCTERROR
csibrplv.jsp IBU_INSTALLBASE_GETPRD
csibrpt.jsp IBU_INSTALLBASE_GETREPORT
csibvsch.jsp IBU_INSTALLBASE_REPORTREPEATPAGE
csibsrch.jsp IBU_INSTALLBASE_REPORTSEARCHPAGE
ibuhhome.jsp IBU_DASHBOARD_DEFAULT
ibucepsv.jsp IBU_REG_EMPLOYEE_PROCESS
ibucempl.jsp IBU_REG_EMPLOYEE
ibuhpref.jsp IBU_DASHBOARD_PERSONALIZE_PREFERENCES
ibuhbmk1.jsp IBU_DASHBOARD_PERSONALIZE_BOOKMARKS
ibuclgin.jsp IBU_REG_SELECT
ibuclgsv.jsp IBU_REG_SELECT_PROCESS
ibuhacct.jsp IBU_DASHBOARD_PERSONALIZE_ACCOUNT
ibuhbkpr.jsp IBU_DASHBOARD_PERSONALIZE_BKMK_PROP
ibudsear.jsp IBU_PATCH_SEARCH
ibumis06.jsp IBU_PATCH_VERIFY
ibudsepd.jsp IBU_PATCH_PRODUCT
ibudseve.jsp IBU_PATCH_DOWNLOAD
ibudsumm.jsp IBU_PATCH_SUMMARY
ibuddet.jsp IBU_PATCH_DETAILS
ibudinst.jsp IBU_PATCH_INSTALL
ibudinsv.jsp IBU_PATCH_SAVE
okcwkqry.jsp IBU_CONTRACT_QUERY
okcwkdtl.jsp IBU_CONTRACT_DETAILDISPLAY
ibumis10.jsp IBU_USR_ADMIN_ROLE
ibumis12.jsp IBU_USR_ADMIN_PERM
ibumis13.jsp IBU_USR_ADMIN_USER
ibumis14.jsp IBU_USR_ADMIN_ACC
ibumis15.jsp IBU_USR_ADMIN_ADD_ACC
ibukmipc.jsp IBU_USR_ADMIN_ADD_ACC
ibuktld.jsp IBU_KNOWLEDGE_VIEWFILEITEM
ibuzbot.jsp IBU_KNOWLEDGE_VIEWMESSAGEITEM
ibumis11.jsp IBU_KNOWLEDGE_VIEWALERTS
ibuhmeso.jsp IBU_KNOWLEDGE_COMPANYNEWS
ibuhmesu.jsp IBU_KNOWLEDGE_ALERTS
ibukmimo.jsp IBU_KNOWLEDGE_FILTERCOMPANYNEWS
ibukmimi.jsp IBU_KNOWLEDGE_FILTERALERTS
ibuhres1.jsp IBU_REQUESTS_FILT_CRITERIA
ibuhrese.jsp IBU_REQUESTS_SEARCH_SECTION
ibuhdfs1.jsp IBU_INQUIRIES_DEFECT_FILT_CRITERIA
ibuhdfse.jsp IBU_INQUIRIES_DEFECT_SEARCH_SECTION
ibecitmd.jsp Catalog - product detail
ibezhome.jsp Store home page
040000061.jpg Item small image
ibeCFgpBranch.jsp Main logic page to route the return to iStore from Configurator.
ibeCFgpLaunch.jsp Prepares parameters to launch the configurator from iStore.
ibeCOtdAtp.jsp ATP Display Page
ibeCOtpAtp.jsp ATP Processing Page
ibucbcif.jsp IBU_REG_B2C_FORM
ibucbcsv.jsp IBU_REG_B2C_PROCESS
ibucbbsv.jsp IBU_REG_B2B_PROCESS
ibeCFgdDisplay.jsp Display a Configured item in an html table cell.
ibeCFgdFrameSources.jsp Establishes the outer frame set for Configurator DHTML UI to run in.
ibeCFgpRedirect.jsp Initial page for Configurator servlet to post to in returning to iStore and regaining iStore context.
ibeCCkpLineSplit.jsp Modify line level shipping details process page
ibeCCkdLineSplit.jsp Modify line level shipping details display page
ibursepd.jsp IBU_REQUESTS_SEARCHPRODUCTS
ibuccsis.jsp IBU_REG_CSI_PROCESS
ibucbbif.jsp IBU_REG_B2B_FORM
ibucepld.jsp IBU_REG_LEGAL_DISCLAIMER
ibeCCtpFSubSct.jsp Parent section short description, long description and additional information, with products names, images and descriptions.
ibeCCtdFSubSctI.jsp Parent section short description, long description and additional information, with products names, images and descriptions.
ibeCUmpAcctWrap.jsp User Account Management
ibeCUmpAddAcctWrap.jsp Add User Account
ibeCUmpPermWrap.jsp Permission Management
ibeCUmpRoleWrap.jsp Role Management
ibeCUmpUserWrap.jsp User Management
ibeCCtpLeafSctSs.jsp Section name, short description and image, with product names, small images and descriptions.
ibeCCtdLeafSctSsI.jsp Section name, short description and image, with product names, small images and descriptions.
ibeCAddAddrBook.jsp Store Address Book
ibeCAdpAddrEdit.jsp Store Address Create
ibeCAdpAddrDelete.jsp Store Address Delete
ibeCAddAddrDsp1.jsp Store Address Display
ibeCAddAddrDsp2.jsp Store Address Display Alternate
ibeCAddAddrDsp3.jsp Store Address Display Alternate 2
ibeCAddAddrEdit0.jsp Store Address Display Form
ibeCAddAddrEdit.jsp Store Address Edit
ibeCCkdCntrct.jsp Contract Checkout
ibeCCkdCntrctChng.jsp Contract Change
ibeCCkpCntrctChng.jsp Contract Change
ibeCCkdCntrctSent.jsp Change Contract
ibeCCkpCntrct.jsp Contract Process
ibeCCkdCntrctText.jsp Contract Text
ibeCCkdHdrDisplay.jsp Header Display
ibeCCkdHdrBillPay.jsp Invoice Header Display
ibescsap.jsp Saves active cart
ibescsar.jsp Save active cart process page
jtfucss.css JTF Style Sheet
ibuirmsa.jsp IBU_INQUIRIES_RMASEARCHNEW
ibuirmva.jsp IBU_INQUIRIES_RMAVIEWNEW
ibuirmda.jsp IBU_INQUIRIES_RMADETAILNEW
iburvat1.jsp IBU_REQUESTS_VIEWATTACHMENT
ibufadse.jsp IBU_COMMUNITIES_FORUMADVANCESEARCH
ibufsere.jsp IBU_COMMUNITIES_FORUMSEARCHRESULT
ibuhpage.jsp IBU_HOMEPAGE_DEFAULT
ibuhulyt.jsp IBU_HOMEPAGE_TWOCOLUMNLAYOUT
ibuhult1.jsp IBU_HOMEPAGE_THREECOLUMNLAYOUT
ibuhalyt.jsp IBU_HOMEPAGE_ADMINLAYOUT
ibuhacnt.jsp IBU_HOMEPAGE_ADMINCONTENT
ibuhedtf.jsp IBU_HOMEPAGE_EDITFILTERCRITERIA
ibuhames.jsp IBU_HOMEPAGE_MES
ibuhsbin.jsp IBU_HOMEPAGE_SAVEBIN
ibuhucnt.jsp IBU_HOMEPAGE_USERCONTENT
/OA_MEDIA/ibeTabLinkStoresS.gif Selected Stores image
/OA_MEDIA/ibeTabLinkStores.gif Deselected Stores image
/OA_MEDIA/ibeLhBinImage.gif Store Live Help Bin Image
/OA_MEDIA/ibeLhChatImage.gif Store Live Help Chat Image
/OA_MEDIA/ibeLhPhoneImage.gif Store Live Help Phone Image
/OA_MEDIA/ibeLhLogoImage.gif Store Live Help Logo Image
/OA_MEDIA/ibeLhSalesRepImage.gif Store Live Help Sales Rep Image
/OA_MEDIA/ibeLhrArrowImage.gif Store Live Help Right Arrow Image
ibeCOtdOrdCancelMain.jsp Template for Cancel Order Screen
ibeCScpListQ.jsp Processing page for Quote Listing.
ibeCScdListQ.jsp This is a container page to display Quotes listing
ibeCScdListInclude.jsp This is a dynamic include page which will be used for both Quotes listing and list of Saved Carts page
ibeCScpViewQ.jsp This is a processing page which will be used to display Quote Details.
ibeCScdViewQ.jsp This is a Display page which will be used to display Quote Details
ibeCCkdPmtChng.jsp New page which will be used to Update Payment Information alone.
ibeCCkpPmtChng.jsp New processing page which will be used to Update Payment Information alone.
ibeCCkdLineBillSummary.jsp Summary Page for Line Billing.
ibeCCkdLineBillDetails.jsp Details Page for LineBilling.
ibeCCkpBLineBillPay.jsp Processing Page for Line Billing.
ibeCCkdLineSummary.jsp Common include Page for displaying the lines for Shipping and Billing.
ibeCAcdLiveHelpBin.jsp Live Help Bin Template
ibeCLhdPopUp.jsp Live Help PopUp Page Template
ibeCLhdWaitPage.jsp Live Help Wait Page Template
ibeCLhdErrPage.jsp Live Help Error Page Template
ibeCLhpProcess.jsp Live Help Process Page Template
ibeCCtdMinisites.jsp Specialty Store Display Page
/OA_MEDIA/ibeLangDot.gif Language Sparator Image
/OA_MEDIA/ibeLangALL.gif Default Language Image
/OA_MEDIA/ibeLangARS.gif Selected Language Image for ARABIC
/OA_MEDIA/ibeLangAR.gif Deselected Language Image for ARABIC
/OA_MEDIA/ibeLangDS.gif Selected Language Image for GERMAN
/OA_MEDIA/ibeLangD.gif Deselected Language Image for GERMAN
/OA_MEDIA/ibeLangESAS.gif Selected Language Image for LATIN AMERICAN SPANISH
/OA_MEDIA/ibeLangESA.gif Deselected Language Image for LATIN AMERICAN SPANISH
/OA_MEDIA/ibeLangFS.gif Selected Language Image for FRENCH
/OA_MEDIA/ibeLangF.gif Deselected Language Image for FRENCH
/OA_MEDIA/ibeLangJAS.gif Selected Language Image for JAPANESE
/OA_MEDIA/ibeLangJA.gif Deselected Language Image for JAPANESE
/OA_MEDIA/ibeLangKOS.gif Selected Language Image for KOREAN
/OA_MEDIA/ibeLangKO.gif Deselected Language Image for KOREAN
/OA_MEDIA/ibeLangNLS.gif Selected Language Image for DUTCH
/OA_MEDIA/ibeLangNL.gif Deselected Language Image for DUTCH
/OA_MEDIA/ibeLangUSS.gif Selected Language Image for AMERICAN
/OA_MEDIA/ibeLangUS.gif Deselected Language Image for AMERICAN
/OA_MEDIA/ibeLangZHSS.gif Selected Language Image for SIMPLIFIED CHINESE
/OA_MEDIA/ibeLangZHS.gif Deselected Language Image for SIMPLIFIED CHINESE
/OA_MEDIA/ibeLangZHTS.gif Selected Language Image for TRADITIONAL CHINESE
/OA_MEDIA/ibeLangZHT.gif Deselected Language Image for TRADITIONAL CHINESE
ibeCCkpHdrBillPay.jsp Invoice Header Process
ibeCCkdOrdReview.jsp Order Review
ibeCCkpOrdReview.jsp Order Review Process
ibeCCkdSalesHelp.jsp Sales Help
ibeCCkpSalesHelp.jsp Sale Help Process
ibeCCkdShipMthds.jsp Shipment Methods
ibeCCkdHdrShip.jsp Ship Header Display
ibeCCkpHdrShip.jsp Ship Header Process
ibeCCkdOrdSummary.jsp Order Summary
ibeCCtdBltSts.jsp list of sections in 2 columns with bullets
ibeCCtpBuyRoute.jsp routing page for add to cart express checkout etc
ibeCCtpDdLfStBl.jsp Parent section short description with all subsections and their child section names.
ibeCCtdDdLfStBlI.jsp Parent section short description with all subsections and their child section names.
ibeCCtpFwdSubSct.jsp display featured sub sectionsor forward to first navigational child
ibeCCtpFSuStMs2.jsp Parent section short description, long description and additional information with product multi-select.
ibeCCtdFSuStMs2I.jsp Parent section short description, long description and additional information with product multi-select.
ibeCCtpFSuStMs3.jsp Parent section short description, long description and additional information, with product multi-select and section link.
ibeCCtdFSuStMs3I.jsp Parent section short description, long description and additional information, with product multi-select and section link.
ibeCCtdItemDetail.jsp Product name, description, large image, additional information, flexfields and related products.
ibeCCtdItemInfo.jsp Product additional information
ibeCCtpLfStIts.jsp Section short description with product multi-select. Includes product names, small images and descriptions.
ibeCCtdLfStItsI.jsp Section short description with product multi-select. Includes product names, small images and descriptions.
ibeCCtpLfStMsL.jsp Section short description, long description and additional information with product multi-select and link to product detail.
ibeCCtdLfStMsLI.jsp Section short description, long description and additional information with product multi-select and link to product detail.
ibeCCtpLfStMs.jsp Section short description, long description and additional information with product multi-select.
ibeCCtdLfStMsI.jsp Section short description, long description and additional information with product multi-select.
ibeCCtpStBlSuSt.jsp Parent section short and long description plus additional information with Subsection List.
ibeCCtdStBlSuStI.jsp Parent section short and long description plus additional information with Subsection List.
ibeCCtdCmnSt.jsp common display page with bins center page menu etc.
ibeCCtpStMmDtIts.jsp Section name, image, long description and additional information with product pull-down list.
ibeCCtdStMmDtItsI.jsp Section name, image, long description and additional information with product pull-down list.
ibeCCtpSctDspRte.jsp display routing page
ibeCCtpChStDdIts.jsp All subsection names, short descriptions, images and product pull-down list.
ibeCCtdChStDdItsI.jsp All subsection names, short descriptions, images and product pull-down list.
ibeCOtdInvDtl.jsp Invoice details
ibeCOtdInvDtlMain.jsp Invoice Details Processing Page
ibeCOtdInvPmtDtl.jsp Invoice payment details
ibeCOtdInvPmtMain.jsp Invoice to Payment Details Processing Page
ibeCOtdInvSum.jsp Invoice Summary Display Page
ibeCOtdInvSumMain.jsp Invoice Summary Processing Page
ibeCOtdOrdDtl.jsp Order Detail Display Page
ibeCOtdOrdDtlMain.jsp Order Detail Processing Page
ibeCOtdOrdSum.jsp Order Summary Display Page
ibeCOtdOrdSumMain.jsp Order Summary Processing Page
ibeCOtdPmtDtl.jsp Payment summary
ibeCOtdPmtDtlMain.jsp Payment Details Processing Page
ibeCOtdPmtSum.jsp Payment summary
ibeCOtdPmtSumMain.jsp Payment Summary Processing Page
ibeCOtdShpDtl.jsp Shipment Details Display Page
ibeCOtdShpDtlMain.jsp Shipment Details Processing Page
ibeCOtdWOrdSrch.jsp Walkin Order Search Display Page
ibeCOtpWOrdSrch.jsp Walkin Order Search Processing Page
ibeCScpAddItem.jsp Add Item to Cart Page
ibeCScdSharee.jsp Retrieve sharee shopping cartO
ibeCScdViewA.jsp Modify shopping cart
ibeCScpViewA.jsp Modify shopping cart process page
ibeCScdSave.jsp Save shopping cart
ibeCScdConfirm.jsp Save Cart Process
ibeCScpConfirm.jsp Save and Confirm
ibeCScpSave.jsp Save shopping cart process page
ibeCScdSupportLvl.jsp Support Levels
ibeCScdViewS.jsp View shopping cart
ibeCScdShowCartLines.jsp View Shopping Cart Line
ibeCScdListS.jsp View shopping cart lists
ibeCScpListS.jsp View shopping cart lists process page
ibeCScpViewS.jsp View shopping cart process page
ibeCScdShowCartSummary.jsp View Shopping Cart Sum
ibeCScdWarn.jsp Shopping Cart Warning Display
ibeCScpWarn.jsp Shopping Cart Warning Process
ibeCSrdSrchAdvForm.jsp Advanced Search Form
ibeCSrdSrchResults.jsp Shows search results
/OA_MEDIA/ibeEOStltr5_default.gif Tab Deselected Close Image
ibeTabLinkAcct.gif My Account
ibeTabLinkCart.gif Shopping Cart
ibeTabLinkHelp.gif Help
ibeTabLinkOrder.gif Order Tracker
/OA_MEDIA/ibeEOStltr6_default.gif Tab Selected Close Image
ibeCAcdPersonalInfo.jsp Personal Information
ibeCAcdLogin.jsp Login
ibeCAcpLogin.jsp Account Authorization
ibeCAcdPassword.jsp Password Change
ibeCAcdPreferences.jsp Order preferences
ibeCAcdChooseAcct.jsp Account Select Display
ibeCAcpChooseAcct.jsp Account Select Processing
ibeCAcdMenu.jsp My account menu
ibeCAcdWelcome.jsp Welcome
ibeCAcdBizUserReg.jsp Bussiness User registration display
ibeCAcpLogout.jsp Logout
ibeCPmdPmtBook.jsp Payment Book processing
ibeCPmdPmtOptions.jsp Payment Options Display
ibeCPmpPmtBook.jsp Payment Book processing
ibeCAcpProfile.jsp User profile
ibeCAcpRegistration.jsp Registration processing
ibeCAcdEndUserReg.jsp End User registration display
ibeCScdEnterPromo.jsp Enter Promotion Code
ibeCScpEnterPromo.jsp Enter Promotion Code
ibeCScdViewPromo.jsp View Promotion Code
ibeCScpViewPromo.jsp View Promotion Code
ibeCSldAddItems.jsp Add items to a list
ibeCSlpAddItems.jsp Processes addition of items to list
ibeCSldListDetail.jsp Display shopping list
ibeCSldLists.jsp Displays shopping lists
ibeCSlpLists.jsp Processes shopping lists
ibeCSlpListDetail.jsp Processes shopping list
ibeCSldSave.jsp Save a shopping list
ibeCSlpSave.jsp Process saving of shopping list
ibeCSldSaveActive.jsp Saving of shopping list to a active cart
ibeCSlpSaveActive.jsp Process saving of shopping list to a active cart
ibeCScdDirectEntry.jsp Enter customers inv items to cart - direct entry
ibeCScpDirectEntry.jsp Processes direct entries
ibeCCtdSctBrwsBin.jsp display catalog hierarchy for browsing
ibeCCtpDrillLeaf.jsp Parent section name, short description and image, with subsections and their product detail.
ibeCCtdDrillLeafI.jsp Parent section name, short description and image, with subsections and their product detail.
ibeCCtdLeafItem.jsp Product name and description within section page.
ibeCCtdSctPath.jsp display path traversed in hierarchy
ibeCCtpItmDspRte.jsp item display routing
ibeCXpdShowCancel.jsp Cancel a express chk out order
ibeCXpdShowError.jsp Error during express chk out
ibeCXppDoButton.jsp Processes the express chk out request
ibeCXpdShowSettings.jsp Displays express chk out settings
ibeCXppSaveSettings.jsp Save express chk out settings
ibeCXpdShowTag.jsp Displays the area around the chk out tag
ibeCXpdViewPending.jsp View a express chk out order
ibucepcf.jsp IBU_REG_CONFIRM
ibuccsii.jsp IBU_REG_CSI
ibeCCkdQuoteCust.jsp Select customer for quote
ibeCCkdSearchCust.jsp Customer search page
ibeCCkdViewCust.jsp Customer search results page
ibeCCkpViewCust.jsp Process customer search
ibeCCkdSearchAddr.jsp Address search page
ibeCCkdViewAddr.jsp Address search results
ibeCCkpViewAddr.jsp Process address search
ibeCCkdSearchCntct.jsp Contact search page
ibeCCkdViewCntct.jsp Contact search results page
ibeCCkpViewCntct.jsp Process contact search
ibeCCkdCreateCust.jsp Create new customer
ibeCCkpCreateCust.jsp Process customer creation
ibeCCkdCreateCntct.jsp Create new contact
ibeCCkpCreateCntct.jsp Process contact creation
ibeCCkdCreateAddr.jsp Create new address
ibeCCkpCreateAddr.jsp Process address creation
ibeCAddAddrSelCreate.jsp Store Address Select Create
ibeCAddAddrFrmDef.jsp Store Address Default Form
ibeCAddAddrFrmFlex.jsp Store Address Flexible Address Form
ibeSQtdSrch.jsp Enter Search Parameters Display Page
ibeSQtdTbl.jsp Table of Quotes Display Page
ibeSQtdList.jsp List Quotes Display Page
ibeSQtpList.jsp List Quotes Process Page
ibeSQtdMoreHdr.jsp Quote header info for listMore display page
ibeSQtdMoreSrch.jsp Search parameters for listMore display page
ibeSQtdVerTbl.jsp Table of Quote Versions Dispaly Pag
ibeSQtdListMore.jsp List More Versions Display Page
ibeCCkdBHdrBillPay.jsp B2B Bill Payment Display Page
ibeCCkdBHdrShip.jsp B2B Header Shipment Display Page
ibeCCkdCHdrBillPay.jsp B2C Bill Payment Display Page
ibeCCkdCHdrShip.jsp B2C Header Shipment Display Page
ibeCAcdGlobal.jsp Global Store Bin
ibeSQtcAdvItemSrch.jsp Advanced Search component page for quoting
ibeSQtdAdvItemSrch.jsp Advanced Search display page for quoting
ibeSQtpListMore.jsp List More Versions Process Page
ibeSQtdMenu.jsp Quoting Submenu Display Page
ibeSQtdHeader.jsp View Quote Header Details Display Page
ibeSQtdItems.jsp View Quote Item Details Display Page
ibeSQtpItems.jsp View Quote Item Details Process Page
ibeSQtdVersions.jsp View Quote Version History Display Page
ibeSQtpVersions.jsp View Quote Version History Process Page
ibeSQtdIncVer.jsp Increase Quote Version Display Page
ibeSQtdAppend.jsp Append Quote Display Page
ibeSQtpAppend.jsp Append Quote Process Page
ibeSQtdApndMore.jsp List More Versions for Appending Display Page
ibeSQtpApndMore.jsp List More Versions for Appending Process Page
ibeSQtdCreate.jsp Create Quote Display Page
ibeSQtpCreate.jsp Create Quote Process Page
ibeCScdPromoTbl.jsp Table of Promotion Code Display Page
ibeCScdPromoROTbl.jsp Table of Read-ony Promotion Code Display Page
ibeSQtdEnterPromo.jsp Enter Promotion Code Display Page
ibeSQtdViewPromo.jsp Review Promotion Code Display Page
ibeSQtdCopy.jsp Copy Quote Display Page
ibeSQtpCopy.jsp Copy Quote Process Page
ibeSQtdCopyOpt.jsp Copy Quote Options Display Page
ibeCScdDiscounts.jsp View Quote Discount Details Display Page
ibeSQtdPrint.jsp Quote detail Print Display Page
ibeSQtdHdrShip.jsp View quote shipment display page
ibeSQtpHdrShip.jsp View quote shipment process page
ibeCScdCreateAttchForm.jsp Attachments create form
ibeCScdListAttchTable.jsp Attachments list table
ibeCScpCreateAttch.jsp Create attachment process
ibeCScpListAttch.jsp list attachments process
ibeSQtdCreateAttch.jsp quote create attachments
ibeSQtdListAttch.jsp quote list attachments
ibeCScdCreateAttch.jsp shop cart create attachments
ibeCScdListAttch.jsp shop cart list attachments
ibeCScdListAgrmnt.jsp shop cart list agreements
ibeCScpListAgrmnt.jsp shop cart list agreements process page
ibeCScdAgrmntDetail.jsp view current agreement
ibeSQtdListAgrmnt.jsp quote list agreements
ibeCScdMenu.jsp shopping cart sub menu
ibeSQtcList.jsp List Quotes Component Page
ibeSQtdMain.jsp Quote detail Main Display Page
ibeSQtcListMore.jsp List More Versions Component Page
ibeSQtcAppend.jsp Append Quote Component Page
ibeSQtcApndMore.jsp List More Versions for Appending Component Page
ibeSQtcMain.jsp Quote detail Main Component Page
ibeSQtpMain.jsp Quote detail Main Process Page
ibeSQtcIncVer.jsp Increase Quote Version Component Page
ibeSQtcItems.jsp Quote Line Details Component Page
ibeSQtcCopy.jsp Copy Quote Component Page
ibeSQtcCopyOpt.jsp Copy Quote Options Component Page
ibeSQtcEnterPromo.jsp Enter Promotion Code Component Page
ibeSQtcViewPromo.jsp Review Promotion Code Component Page
ibeSQtcVersions.jsp Quote Version History Component Page
ibeSQtpAddItem.jsp SalesRep Add Item Process Page
ibeSQtdItemSrch.jsp Quote Item Search Display Page
ibeCSrdSrchMenu.jsp Item Search Menu Display Page
ibeSQtcItemSrch.jsp Quote Item Search Component Page
ibeCOtcAtp.jsp ATP Component page for Customer and Sales Rep
ibeSOtdAtp.jsp ATP Container page for Sales Person
ibeSQtdSalesCredits.jsp Quote Sales Credits display page
ibeSQtcSalesCredits.jsp Quote Sales Credits component page
ibeSQtdSlsCrTable.jsp Sales Credits Table display page
ibeSQtpSlsCrTable.jsp Sales Credits Table processing page
ibeSQtdSrpSrchRslts.jsp Salesrep Search Results display page
ibeSQtcSrpSrchRslts.jsp Salesrep Search Results component page
ibeSQtpSrpSrchRslts.jsp Salesrep Search Results processing page
ibeSQtdSrpSearch.jsp Salesrep Search page
ibeSQtdTasks.jsp Quote Task Container Page
ibeSQtdNotes.jsp Quote Note Container Page
ibeSQtcListAgrmnt.jsp Quote List Agreements Component Page
ibeSQtcListAttch.jsp Quote List Attachments Component Page
ibeSQtcCreateAttch.jsp Quote Create Attachment Component Page
ibeCCtdItemDesc.jsp Product name and description.
ibeCCtdItemDescImg.jsp Product name, description and large image.
ibeCCtdItemDtlNoImg.jsp Product name, description, additional information, flexfields and related products.
/OA_MEDIA/ibeEOSutl02_default.gif Bin Open Image
/OA_MEDIA/ibeEOSutr02_default.gif Bin Close Image
/OA_MEDIA/ibeTabLinkCartS.gif Selected Cart Image
/OA_MEDIA/ibeTabLinkCart.gif Deselected Cart Image
/OA_MEDIA/ibeEOSuspr1_default.gif Selected Account Image
/OA_MEDIA/ibeEOSuspr0_default.gif Deselected Account Image
/OA_MEDIA/ibeTabLinkOrderS.gif Selected Order Image
/OA_MEDIA/ibeTabLinkOrder.gif Deselected Order Image
/OA_MEDIA/ibeTabLinkHelpS.gif Selected Help Image
/OA_MEDIA/ibeTabLinkHelp.gif Deselected Help Image
/OA_MEDIA/ibeEOSutrpx_default.gif Transparent Image
/OA_MEDIA/ibeEOSunvbf_default.gif Subtab Top Image
/OA_MEDIA/ibeEOSussep_default.gif Subtab Separator Image
/OA_MEDIA/ibeEOStltr0_default.gif Tab Deselected Open Image
/OA_MEDIA/ibeEOStltr1_default.gif Tab Selected Open Image
/OA_MEDIA/ibeEOStltr2_default.gif Tab Deselected Close Deselected Open Image
/OA_MEDIA/ibeEOStltr3_default.gif Tab Deselected Close Selected Open Image
/OA_MEDIA/ibeEOStltr4_default.gif Tab Selected Close Deselected Open Image
/OA_MEDIA/ibeEOSsltr1_default.gif Tab Bottom Image
/OA_MEDIA/ibeEOSsltr2_default.gif Subtab Curve Top Image
/OA_MEDIA/ibeEOSsltr3_default.gif Subtab Curve Bottom Image
/OA_MEDIA/ibeEOSsltr4_default.gif Menu Right Edge Top Image
/OA_MEDIA/ibeEOSsltr5_default.gif Subtab Bottom Image
/OA_MEDIA/ibeEOSsltr6_default.gif Menu Left Edge Image
/OA_MEDIA/ibeEOSsltr7_default.gif Menu Right Edge Bottom Image
jtfucss.css Store Style Sheet
ibeCCkdLineShipSummary.jsp Line Shipments Summary Page
ibeCCkdLineShipDetails.jsp Line Shipments Details Page
ibeCScdCfgItemsPopup.jsp Configuration Items Details Popup
ibeCCkpBHdrShip.jsp B2B Shipment Process Page
ibeCCkpBHdrBillPay.jsp B2B Bill Payment Process Page
ibeCScdShare.jsp This is the master control page for both b2b and b2c share cart.
ibeCScdBShare.jsp B2B Share cart display page
ibeCScdCShare.jsp B2C Share cart display page
ibeCScdListRecipients.jsp Share Cart - List recipients include page
ibeCScdViewSharedCart.jsp Shared Cart details for owner and recipients
ibeCZzdMsgBox.jsp Generic Message Page
ibeCScdListControl.jsp Controller page for My Carts/My Quotes pages
ibeCCtdMenu.jsp Store menu page
ibeCScpChangeSvc.jsp Store Cart Change Service Processing Page
ibuCSppesub.jsp User Profile: Support Preferences Processing
pvxCAcdViewAttrMain.jsp View user profile
pvxCOadEditAttrMain.jsp Update Partner Profile
pvxCOadChnlTeamMain.jsp View Channel Team for Partner
pvxCUmdViewAttrMain.jsp User Administration: View User Profile
pvxCRgpPrtAddnlInfo.jsp Processing page for partner types during registration
pvxCPvpEnrlQsnrMain.jsp Displays the partner program questionnaire page
pvxCPvpEnrlCntrtMain.jsp Displays the partner program contract page
pvxCPvpEnrlPInfoMain.jsp Displays the partner program payment information page
pvxCPvpEnrlPCnfmMain.jsp Displays the partner program payment confirmation page
pvxCPvdPrgmDescIncl.jsp Include page to display program overview
pvxCPvdEnrlPBillIncl.jsp Include page to display billing information
ibeSQtcAddServices.jsp Add services to a quote component page
/OA_MEDIA/ibeEOSwltr1_default.gif Store Bar Top Image
/OA_MEDIA/ibeEOSwltr5_default.gif Store Bar Bottom Image
/OA_MEDIA/ibeEOSwltr2_default.gif Store Bar Top Curve Image
/OA_MEDIA/ibeEOSwltr3_default.gif Store Bar Bottom Curve Image
/OA_MEDIA/ibeEOSbtail_default.gif Store Bar Tail Curve Image
ibeCAcdPwdAssist.jsp Password Assistance
ibeCAcpPwdAssist.jsp Password Assistance Processing
ibeCScpBundEduc.jsp Adds Bundle, adds Education, or adds Bundle w/ Education
ibeCScdBundDet.jsp Displays Bundle Details
ibeCCkdShowCommitments.jsp Displays and Assigns Commitments for Cart Lines
ibeCCkdSelectCommitment.jsp Shows available commitments and lets user select one
ibeCCkpSaveCommitments.jsp Saves commitment info into the cart
ibemrbosm.jsp Drilldown For Top Customer Bin
ibemrbosm.jsp Drilldown For Top Product Bin
ibemrbosm.jsp Drilldown For Top Order Bin
ibemrbcnr.jsp Drilldown For Summary Bin
Kurval.jpg Main Logo for Store
ibeCCkdUpdateAddr.jsp Update Address
ibeCCkpUpdateAddr.jsp Update Address Process
ibeCUmpRole.jsp Role processing
ibeCUmdRoleDelCfm.jsp Role Delete
ibeCUmdRoleCreate.jsp Role creation
ibeCCtdAddItemBin.jsp Add Item Bin
ibemrbhome.jsp Data Out Bins Homepage
ibeSQtdCfgAddSvc.jsp Add services to a configuration display page
ibeSQtpCfgAddSvc.jsp Add services to a configuration process page
ibeSQtcCfgAddSvc.jsp Add services to a configuration component page
ibeCCtpShowMedia.jsp Displays common section layout. In the center of the page,embeds logical media passed in as parameter.
ibeCCtdShowMediaI.jsp Displays common section layout. In the center of the page,embeds logical media passed in as parameter.
ibeSQtdAddServices.jsp Add services to a quote display page
ibeSQtpAddServices.jsp Add services to a quote process page
ibeCScdIncSvcTbl.jsp Included warranties display page
ibeCScdSvcDetails.jsp Service details display page
/OA_MEDIA/ibeEOSusin_default.gif Sign In Image
/OA_MEDIA/ibeEOSusout_default.gif Sign Out Image
ibeCCtdContentI.jsp Store Content Center Page
/OA_MEDIA/ibeLangDKS.gif Selected Language Image for DANISH
/OA_MEDIA/ibeLangDK.gif Deselected Language Image for DANISH
/OA_MEDIA/ibeLangES.gif Selected Language Image for SPANISH
/OA_MEDIA/ibeLangE.gif Deselected Language Image for SPANISH
/OA_MEDIA/ibeLangELS.gif Selected Language Image for GREEK
/OA_MEDIA/ibeLangEL.gif Deselected Language Image for GREEK
/OA_MEDIA/ibeLangFRCS.gif Selected Language Image for CANADIAN FRENCH
/OA_MEDIA/ibeLangFRC.gif Deselected Language Image for CANADIAN FRENCH
/OA_MEDIA/ibeLangIS.gif Selected Language Image for ITALIAN
/OA_MEDIA/ibeLangI.gif Deselected Language Image for ITALIAN
/OA_MEDIA/ibeLangIWS.gif Selected Language Image for HEBREW
/OA_MEDIA/ibeLangIW.gif Deselected Language Image for HEBREW
/OA_MEDIA/ibeLangNS.gif Selected Language Image for NORWEGIAN
/OA_MEDIA/ibeLangN.gif Deselected Language Image for NORWEGIAN
/OA_MEDIA/ibeLangPTS.gif Selected Language Image for PORTUGUESE
/OA_MEDIA/ibeLangPT.gif Deselected Language Image for PORTUGUESE
/OA_MEDIA/ibeLangPTBS.gif Selected Language Image for BRAZILIAN PORTUGUESE
/OA_MEDIA/ibeLangPTB.gif Deselected Language Image for BRAZILIAN PORTUGUESE
/OA_MEDIA/ibeLangRUS.gif Selected Language Image for RUSSIAN
/OA_MEDIA/ibeLangRU.gif Deselected Language Image for RUSSIAN
/OA_MEDIA/ibeLangSS.gif Selected Language Image for SWEDISH
/OA_MEDIA/ibeLangS.gif Deselected Language Image for SWEDISH
/OA_MEDIA/ibeLangSFS.gif Selected Language Image for FINNISH
/OA_MEDIA/ibeLangSF.gif Deselected Language Image for FINNISH
/OA_MEDIA/ibeLangTHS.gif Selected Language Image for THAI
/OA_MEDIA/ibeLangTH.gif Deselected Language Image for THAI
gereedschappen.png gereedschappen
include_slijp_grafiek.html slijpgrafiek
index_polijstgereedschap.html index_polijstgereedschap
1-1_intro.html 1.1-intro
Kurval.jpg Kurval
pvxCPvdEnrlPgCtxIncl.jsp This bin is displayed in the center of the page
ibeCAcpProfMenuHome.jsp iStore Profile Home Page
ibeCZzdNavigator.jsp Generic included display page for table navigation
ibeCOtdRetReviewMain.jsp Returns: Review and Submit Page
ibeCOtdDlvyDtlMain.jsp Shipment Details for Shipment Number Page
ibeCScdMdlItemPopup.jsp Display Model Item Detail in Popup
ibeCScpHdrAdditionalInfo.jsp Additional Information Header processing page
ibeCUmdContactUser.jsp Create Update Contact/User display page
ibeCUmdCreateContact.jsp Create/Update Contact display page
ibeCUmpCreateContact.jsp Create/Update Contact processing page
ibeCOapOrgDetail.jsp Process Organization Details
ibeCRgdPrimaryCreate.jsp Primary user creation display page
ibeCRgpPrimaryCreate.jsp Primary user creation processing page
ibeCRgdPartnerPriCreate.jsp Partner primary user creation display page
ibeCRgdBusinessCreate.jsp Business user creation display page
ibeCRgdPartnerNonPriCreate.jsp Partner business user creation display page
ibeCUmdContactSummary.jsp Contact summary display page
ibeCUmdAssignRole.jsp Assign user roles display page
ibeCUmpAssignRole.jsp Assign user roles display page
ibeCUmdAssignAccount.jsp Assign accounts display page
ibeCUmdShowUserSites.jsp User sites display page
ibeCUmpAssignSites.jsp Assign user sites processing page
ibeCUmdAssignSites.jsp Assign user sites display page
ibeCAcdPrimAcct.jsp Primary Account
ibeCAcpPrimAcct.jsp Primary Account Processing Page
ibeCCpdViewEmail.jsp View User Email
ibeCCpdEmailForm.jsp Email Form
ibeCCppDeleteEmail.jsp Delete Email Processing Page
ibeCCpdViewEmail.jsp View Organization Email
ibeCCpdViewPhone.jsp View User Phone
ibeCCpdViewPhone.jsp View Organization Phone
ibeCCpdViewPhoneIncl.jsp View Phone Include
ibeCCpdPhoneForm.jsp Phone Form Include
ibeCCppEditPhone.jsp Edit Phone Processing Page
ibeCCpdEditTelex.jsp Edit Telex
ibeCCppEditTelex.jsp Edit Telex Processing Page
ibeCUmpRemCustAcctWarn.jsp Remove account processing page
ibeCOtdOrdLineSerialPopupMain.jsp Returns: Serial Number Popup page
ibeCScpComments.jsp Processor for warning page with provision to enter comments
ibeCAcdGroupSiteBin.jsp?groupCode=STORE Display List of sites assigned to Store group
pvxCPvdMngPrtnrBin.jsp Allow VADs to manage partners
ibuCSpdAlertsBin.jsp Display alrt messages to user
ibuCSpdTechLibBin.jsp Publish documents to user from MES
ibeCCtdCmnSctLayout.jsp Section Layout with configurable bins
ibeCOtpShpDtlCustom.jsp Shipping details custom processing page
pvxCPvpEnrlQSmryMain.jsp Displays the partner program questionnaire summary page
pvxCPvpEnrlThankMain.jsp Displays the partner program enrollment confirmation page
pvxCPvdEnrlCmnDpMain.jsp Partner Program Enrollment Common Layout
ibeCOtdRetCreSingleLineMain.jsp Returns: Select Items(Single Order Flow) Page
ibeCCkdSrchListCntct.jsp Contact Search results list page
ibeCScpLineAdditionalInfo.jsp Additional Information Line List processing page
ibeCRgpIndividualUser.jsp Individual user creation processing page
ibeCRgdUserPasswd.jsp Username and Password include page
ibeCUmdRoleMgmt.jsp Available roles list display page
ibeCUmpRoleMgmt.jsp Available roles list processing page
ibeCUmdPAppDet.jsp Approve and reject requests display page
ibeCRgdRegister.jsp Registration Page for displaying Available Usertypes
ibeCAcdPwdExpired.jsp Password Expired
ibeCCpdEditPhone.jsp Edit Phone
ibeCUmpContactSummary.jsp Store contact summary processing page
ibeCScpDirectEntryUpload.jsp Processing page to upload items from a CSV file
ibuCSpdSolveProbBin.jsp Search for a solution
ibeCCtdStDetI.jsp Shows section detail with generic content and configurable layout, included in another page
ibeCZzdDFlexLovContainer.jsp Descriptive FlexField LOV Container Display Page
ibeCScpCShare.jsp B2C Share cart processing page
ibeCScpViewSharedCartQuote.jsp Shared cart/quotes processing page
ibeCScdListSharedByUser.jsp List of all carts/Quotes shared by cart owner
ibeCScdListSharedToUser.jsp List of all carts/quotes shared to recipient
ibeCCtdBottom.jsp Store footer page
ibuCSpdesubMain.jsp User Profile: Support Preferences Processing
pvxCAcdSalesPrefMain.jsp Select sales preferences
pvxCUmdEditAttrMain.jsp User Administration: Update User Profile
pvxCUmdUsrPrefIncl.jsp Displays partner user preferences
pvxCRgdUsrPrefIncl.jsp Displays user preferences during registration
pvxCPvdEnrlPCnfmIncl.jsp Include page to display program payment confirmation
ibeCOtdRetDtlMain.jsp Returns: Details Page
ibeCScpMdlItemDetail.jsp Model Item Detail Processing Page
ibeCOadAdministrators.jsp Display Organization Administrators
ibeCRgpPartnerPriCreate.jsp Partner primary user creation processing page
ibeCUmpAssignAccount.jsp Assign user accounts processing page
ibeCUmdShowUserAccount.jsp User accounts display page
ibeCCppDeletePhone.jsp Delete Phone Processing Page
ibeCUmpContactUser.jsp Create Update Contact/User processing page
ibeCRgdBusinessPhone.jsp Store business user registration phone numbers include display
ibeCUmdUpdateSiteWarn.jsp Assign/revoke sites warning display page
ibeCAcdGroupSiteBin.jsp?groupCode=SUPPORT Display List of sites assigned to Support group
pvxCPvdPrgmNewBin.jsp Display list of programs available for enrollment
pvxCPvdPrgmUpgradeBin.jsp Display list of programs available for upgrade
ibuCSpdCallMeBin.jsp Provide call agent functionality to get support
ibeCCtdStMlSubStI.jsp Shows list of multilevel subsections associated with generic content and configurable layout, included in another page
ibeCRgdError.jsp Registration error page used to display error messgage in User Registration Process
ibeCScdModifyRecipients.jsp Share Cart - Modify recipients display page
ibeCScpModifyRecipients.jsp Share Cart - Modify recipients Processing page
ibeCScdShowCartSummary.jsp This template is used to map cart total amount (tax, S&H, sub-total region) on shopping cart page
ibeCScpAgrmntDetail.jsp Processing page for agreement detail view
ibeCScdViewSharedQuote.jsp Shared quote details for owner and recipient
ibeCScdWarnDelete.jsp Delete cart warning page
ibeCScpWarnDelete.jsp Delete cart warning processing page
ibeCScdShRetrieve.jsp Shared cart retrieval by retrieval number page
ibeCAcdRegistrationI.jsp Store common user information page
ibeCCndSvaSvcList.jsp Product name, description, image, additional information, flexfields and services
ibeCCtdSvcItmList.jsp Component page to display the list of service items with radio buttons
pvxCAcdEditAttrMain.jsp Update user profile
pvxCPvpEnrlPBillMain.jsp Displays the partner program billing information Page
pvxCPvdEnrlThankIncl.jsp Include page to display program enrollment confirmation
ibeCCkdSrchListAddr.jsp Address Search results list page
ibeCZzpDFlex.jsp Descriptive FlexField Generic Processing
ibeCScpItemFFInfoDetail.jsp Additional Information Line Detail processing page
ibeCRgpPartnerNonPriCreate.jsp Partner business user creation processing page
ibeCRgdIndividualUser.jsp Individual user creation display page
ibeCUmdShowUserRole.jsp User roles display page
ibeCUmpUserAutoAppr.jsp Processing Page for Auto Approving Users when the Approver and Creator are same
ibeCAcpPwdExpired.jsp Password Expired Processing
ibeCCppEditEmail.jsp Edit Email Processing Page
ibeCCpdViewTelexIncl.jsp View Telex Include
ibeCScdDirectEntryUpload.jsp Upload items to direct entry screen from a CSV file
ibeCCtpStNBlSuSt.jsp Parent section name, short description plus additional information with Subsection List.
ibeCZzdStatus.jsp Store Error Message Include Page
ibeCScpBShare.jsp B2B Share cart processing page
ibeCCtdSvaItmDtl.jsp Component page to display the detail of the serviceable product
pvxCPvdEnrlPInfoIncl.jsp Include page to display program payment information
ibeCOtdRetCreMultiLineMain.jsp Returns: Search & Select item(Multi Order Flow) Page
ibeCOtdRetConfirmMain.jsp Returns: Confirmation Page
ibeCOtdLineBillMain.jsp Returns: Billing Details Page
ibeCScdMdlItemLines.jsp Display Model Item Lines
ibeCZzdDFlex.jsp Descriptive FlexField Generic Display
ibeCOadOrgDetail.jsp Display Organization Details
ibeCRgdPersonInfoIncl.jsp User information like First/Last name and email
ibeCCpdEditEmail.jsp Edit Email
ibeCCppDeleteTelex.jsp Delete Telex Processing Page
ibeCCpdOrgAddrBook.jsp View Address Book
ibeCAcdQuickLinkBin.jsp Display responsibility menu links
pvxCPvdPrgmRenewBin.jsp Display list of programs available for renewals
ibeCCtdStNBlSuStI.jsp Parent section name, short description plus additional information with Subsection List.
ibeCScdAddRecipients.jsp B2B Share Cart - Add recipients display page
ibeCScpAddRecipients.jsp B2B Share Cart - Add recipients processing page
ibeCCkdLineShipBillDtls.jsp Line level shipping & billing details.
ibeCSldListWarn.jsp Warning page for shopping list
ibeCSlpListWarn.jsp Warning processing page for shopping list
ibeCCtdTop.jsp Store look and feel display settings page
pvxCOadViewAttrMain.jsp View Partner Profile
pvxCOadMmbrshipMain.jsp View Current Partner Memberships
pvxCRgdPrtAddnlInfo.jsp Displays partner types during registration
pvxCPvdEnrlStartMain.jsp Partner Program Start Enrollment Processing Page
pvxCPvpPrgmDescMain.jsp Displays the partner program overview page
pvxCPvdEnrlQsnrIncl.jsp Include page to display program questionnaire
pvxCPvdEnrlQSmryIncl.jsp Include page to display program questionnaire summary
pvxCPvdEnrlCntrtIncl.jsp Include page to display program contracts
ibeCCkdHdrBillPayFlex.jsp Header Level Additional Information in Billing Page
ibeCOtdRetSumMain.jsp Returns: Summary Page
ibeCScdSvaCfgItem.jsp Display Serviceable Config Item
ibeCScdMdlItemDetail.jsp Display Model Item Detail
ibeCScdItemFFInfoDetail.jsp Additional Information Line Detail Display
ibeCRgdRegContainer.jsp Container Page for Registration
ibeCRgpBusinessCreate.jsp Business user creation processing page
ibeCUmdRoleCrUpd.jsp Roles creation and update display page
ibeCUmpRoleCrUpd.jsp Roles creation and update processing page
ibeCUmdRoleDel.jsp Roles remove display page
ibeCUmpShowUserRole.jsp User roles processing page
ibeCUmdPApproval.jsp Pending approval requests list display page
ibeCUmpPApproval.jsp Pending approval requests list processing page
ibeCUmpPAppDet.jsp Approve and reject requests processing page
ibeCUmpRoleDel.jsp Remove roles processing page
ibeCRgdEnrollFail.jsp Registration jsp used for showing enrollment errors
ibeCCpdViewEmailIncl.jsp View Email Include
ibeCCpdViewTelex.jsp View Organization Telex
ibeCCpdTelexForm.jsp Telex Form Include
ibeCUmdRemCustAcctWarn.jsp Remove account warning display page
ibeCOtdOrdLineDtlMain.jsp Order Details: Item Detail Page
ibeCScdComments.jsp Warning display page with provision to enter comments
ibeCAcdGroupSiteBin.jsp?groupCode=PARTNER Display List of sites assigned to partner group
pvxCPvdMyOffrdOppBin.jsp Display list of new offered oppotunities to partners


No comments: