Friday, 18 December 2020

isp Invoice

IspCreatePoInvFlow

  • IspCreateEditInvoiceFlowTF -> closeMainTaskhttps://codesearch.oraclecorp.com/cs/xref/FUSIONAPPS_PT.V2MIBFPHDEV_LINUX.X64/fusionapps/prc/components/supplierPortal/pos/overviewPage/ui/adfmsrc/oracle/apps/prc/pos/overviewPage/ui/page/ApEnterUnMatchedPayablesInvoicePageDef.xml


    https://codesearch.oraclecorp.com/cs/xref/FUSIONAPPS_PT.V2MIBFPHDEV_LINUX.X64/fusionapps/prc/components/supplierPortal/pos/overviewPage/ui/adfmsrc/oracle/apps/prc/pos/overviewPage/ui/page/ApEnterMatchedPayablesInvoicePageDef.xml

     

    ispEnterInvDetailsPFPageDef

     

ispCreateUnmatchedinvFlow -> IspCreateEditInvoiceFlowTF

  • initMoac()
  • beginTransaction()
  • initRefreshTaxTF()
  • refreshRouter
  • CreateNewIspInvoice()
    • EnterInvDetails
      • CancelFromPortal
        • Cancel
      • Saveandclose

Running the isp project

 

 

cd fusionapps/fin/components/payables/ap/invoices/ispInvoices/model/
ade co fusionapps/fin/components/payables/ap/invoices/ispInvoices/model/FinApInvIspInvoicesModel.jpr

gedit jpr

ade co -nc fusionapps/fin/components/payables/ap/invoices/ispInvoices/uiModel/FinApInvIspInvoicesUiModel.jpr


  • To avoid errors when UI is opened
    • copy hcm jar to project
      • ade co -nc fusionapps/fin/components/payables/ap/invoices/transactions/model/FinApInvTransactionsModel.jpr
      • gedit fusionapps/fin/components/payables/ap/invoices/transactions/model/FinApInvTransactionsModel.jpr
        • search for ADFBC Imports and add following entry
        • <url path="../../../../../../../jlib/AdfHcmSecurityCommonPublicModel.jar" jar-entry=""/>
        •  

http://indl140191.in.oracle.com:7101/ispInvoices-FinApInvIspInvoicesUI-context-root/faces/IspInvoicesWorkArea 

svsuppa01/Welcome1

Tuesday, 1 December 2020

ADE

  • home/vdesu/ade/create
    • ade createview fphdev -series FUSIONAPPS_PT.V2MIBFPHDEV_LINUX.X64
    • ade begintrans -bug 123
    • jdev &
  •  home/vdesu/ade/refresh
    • ade refreshview -latest
    • exit
    • ade useview fphdev
    • jdev &
  • $AVR -> ADE_VIEW_ROOT
  • Checkout & copy payables.jws from /home/vdesu/ade
  • Build domain and copy /scratch/vdesu/WLS_Users_and_Groups.ldift
  • rm -rf .jdev_user_home/
  • To display Tiles
  • To avoid errors when UI is opened
    • copy hcm jar to project
      • ade co -nc fusionapps/fin/components/payables/ap/invoices/transactions/model/FinApInvTransactionsModel.jpr
      • gedit fusionapps/fin/components/payables/ap/invoices/transactions/model/FinApInvTransactionsModel.jpr
        • search for ADFBC Imports and add follwoing entry
        • <url path="../../../../../../../jlib/AdfHcmSecurityCommonPublicModel.jar" jar-entry=""/>
    • invoiceditpf.jsff
      • remove DescriptiveFlexfield tag for PJCDFFVA
      • <!-- .....        -->
  • Tools -> preferences -> file types-> jsff label -> default editor -> source
  • stop server and restart
  • http://indl140191.in.oracle.com:7101/transactions-ui-context-root/faces/FndOverview?fndGlobalItemNodeId=itemNode_payables_payables_invoices
  •