PeopleSoft 9.1 Expense Prepay Auditor

We are currently in the process of upgrading from 8.8 to 9.1, and in 8.8 for Expenses, our Prepay auditors had the ability to review and reject any expense report, even if the expense report was not flagged for audit. My understanding is that in 9.1, they still have the ability to review and modify any expense report, but no longer have the ability to reject the expense report, unless it was flagged for audit based on the audit rules we have defined in the template. Would anyone know why that functionality was removed? Thanks.

You can do this in many ways:
1. Create an integration broker message to do this / soap server you can consume in target database
2. You can schedule a DTS package, ETL job to do this
3. You can create a database link between these two database and write a sql to transfer data
4. You can even create database triggers to do this
Choice is yours.
Jayaprakash Tedla

Similar Messages

  • Expense Report not routed to Prepay Auditor when PrePay Auditor is setup at header level

    Expense Report not routed to Prepay Auditor when PrePay Auditor is setup at header level, I have attached screenshots of my setup.
    ER is routed correctly if PrePay Auditor is setup at line level.
    Why am I not able to route to header level approval stage?
    I am on Peoplesoft 9.2 Image 10.
    Thanks,
    Jyothsna

    Well, I found something that worked for me.
    I found a blog post by Ryan Nielsen and it included these instructions:
    Original Post
    Article Text:
    Reporting Services - Unable to Connect to Remote Server Error After a restart reporting services, you may come up with Unable to Connect to Remote Server Error when navigating to the web access. Typically an issue like this occurs in the RSWebApplication.config. This file is located in the ReportManager Folder (Example: C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportManager) I checked the <reportserverurl> and <reportservervirtualdirectory> tags were the same as before.
    <ReportServerUrl></ReportServerUrl>
    <ReportServerVirtualDirectory>ReportServer</ReportServerVirtualDirectory>
    <ReportBuilderTrustLevel>FullTrust</ReportBuilderTrustLevel>
    After changing the ReportServerUrl tag to contain both the server URL and the virtual directory, it could then connect to the remote server.
    <ReportServerUrl>http://Server/ReportServer/</ReportServerUrl>
    <ReportServerVirtualDirectory></ReportServerVirtualDirectory>
    <ReportBuilderTrustLevel>FullTrust</ReportBuilderTrustLevel>
    No IP addresses were added or was any IIS settings that I could tell. Leaving the ReportServerUrl tag blank should allow for it to find the server locally.
    End Article Text
    I did this and restarted the Reporting Services service and it now works without a problem.
    I hope this helps someone.
    JB

  • TrueType Font Not Working .. Help!

    So, for my work I have to use PeopleSoft for my Expense Reports, and they use a barcode at the top of the page that uses a font called "3 of 9 Barcode". i have downloaded the font, installed it into \Library\Fonts and verified it shows its installed. Here's the weird part:
    If I use TextEdit, the font performs as expected, however Pages, Safari, TextMate, Word 2008, etc will not show it correctly. They just show normal characters, no barcode.
    What am i doing wrong? I have rebooted, logged out, etc. I even tried two different copies of the font from other sources. They all do the same thing: TextEdit works, nothing else.
    Help!

    Just clearing this from my profile.

  • SRKIM: R12: Payables  Accounting Data 를 R12 로 upgrade 할때 사용 되는 Scripts

    PURPOSE
    R11i 의 Payables Accounting 정보를 R12 로 upgrade 시 사용되는 scripts 에 대해 알아보도록 한다.
    EXPLANATION
    R12 의 AP Accounting 정보를 담는 new tables 은 아래와 같다.
    New Tables:
    XLA_EVENTS
    XLA_AE_HEADERS
    XLA_AE_LINES
    XLA_TRANSACTION_ENTITIES_UPG
    XLA_DISTRIBUTION_LINKS
    R12 에서 더 이상 사용하지 않는 tables 목록은 아래와 같다.
    Obsolete tables:
    AP_ACCOUNTING_EVENTS_ALL
    AP_AE_HEADERS_ALL
    AP_AE_LINES_ALL
    Upgarde Scripts
    1) apxlaupg.sql - Transaction entities, events, headers 와 lines 정보를 XLA tables 로 upgrade 하는 script 이다.
    a ) XLA_TRANSACTION_ENTITIES_UPG 로 다음 정보를 insert 한다.
    ENTITY_CODE = 'AP_INVOICES' OR 'AP_PAYMENTS'
    - For AP_INVOICES , data from AP_INVOICES_ALL is used if distributions with accounting_event_id exists
    - For AP_PAYMENTS, data from AP_CHECKS_ALL is used
    b) XLA EVENTS 에 insert 한다.
    b.1: Invoice Related Events:
    Invoice 관련 events 는 AP_ACCOUNTING_EVENTS_ALL 와 AP_INVOICES_ALL 를 참조 하여 만들어 진다.
    XLA_EVENTS.ENTITY_CODE = 'AP_INVOICES'
    XLA_EVENTS.EVENT_TYPE_CODE 은 AP_ACCOUNTING_EVENTS_ALL.event_type_code 에서 참조 하여 만들어 진다.
    INVOICE event 는 다음 중 하나로 생성된다:
    INVOICE VALIDATED,
    CREDIT MEMO VALIDATED,
    DEBIT MEMO VALIDATED ,
    PREPAYMENT VALIDATED
    INVOICE ADJUSTMENT event 는 다음 중 하나로 생성된다:
    INVOICE ADJUSTED,
    CREDIT MEMO ADJUSTED,
    DEBIT MEMO ADJUSTED,
    PREPAYMENT ADJUSTED
    INVOICE CANCELLATION event 는 다음 중 하나로 생성된다:
    INVOICE CANCELLED,
    CREDIT MEMO CANCELLED,
    DEBIT MEMO CANCELLED,
    PREPAYMENT CANCELLED
    PREPAYMENT APPLICATION -> PREPAYMENT APPLIED
    PREPAYMENT UNAPPLICATION -> PREPAYMENT UNAPPLIED
    b.2 :Payment Related Events:
    Payment related events 는 AP_ACCOUNTING_EVENTS_ALL 와 AP_CHECKS_ALL XLA_EVENTS.ENTITY_CODE = 'AP_PAYMENTS' 를 베이스로 만들어 진다.
    XLA_EVENTS.EVENT_TYPE_CODE 는 AP_ACCOUNTING_EVENTS_ALL.event_type_code 를 근거로 아래와 같이 생성된다.
    PAYMENT -> PAYMENT RECORDED or REFUND_RECORDED
    PAYMENT ADJUSTMENT -> MANUAL PAYMENT ADJUSTED
    PAYMENT CANCELLATION -> PAYMENT CANCELLED or REFUND CANCELLED
    PAYMENT CLEARING -> PAYMENT CLEARED
    PAYMENT UNCLEARING -> PAYMENT UNCLEARED
    PAYMENT MATURITY -> PAYMENT MATURED
    b.3 : XLA_EVENTS.EVENT_STATUS_CODE 는 varchar2(1) column 이고
    Value 는 AP_ACCOUNTING_EVENTS_ALL.event_status_code 의 값을 참조 하여 만들어 진다.
    CREATED -> N
    INCOMPLETE -> I
    Any other value -> P
    b.4 : XLA_EVENTS.PROCESS_STATUS_CODE 는 varchar2(1) column 이고 Value 는 AP_ACCOUNTING_EVENTS_ALL.event_status_code 의 값을 참조 하여 만들어진다.
    ACCOUNTED -> P
    ACCOUNTED WITH ERROR -> E
    Any other value -> U
    c) Insert into XLA_AE_HEADERS -> Using rows in AP_AE_HEADERS_ALL
    d) Insert into XLA_AE_LINES -> Using rows in AP_AE_LINES_ALL
    d.1 : XLA_AE_LINES.ACCOUNTING_CLASS_CODE 는 AP_AE_LINES_ALL.AE_LINE_TYPE_CODE 값을 참조 하여 만들어진다.
    AP ACCRUAL -> ACCRUAL
    CHARGE -> ITEM EXPENSE
    PREPAY -> PREPAID_EXPENSE
    RECOVERABLE TAX -> RTAX
    NONRECOVERABLE TAX -> NRTAX
    AV -> AMT_VARIANCE
    ERV -> EXCHANGE_RATE_VARIANCE CASH CLEARING -> CASH_CLEARING
    FUTURE PAYMENT -> FUTURE_DATED_PMT
    WRITEOFF -> WRITE_OFF
    BANK CHARGE -> BANK_CHG
    BANK ERROR -> BANK_ERROR
    Any other value -> AE_Line_Type_Code
    d.2: XLA_AE_LINES.BUSINESS_CLASS_CODE 는 AP_AE_LINES_ALL.AE_LINE_TYPE_CODE 의 값을 참조 하여 만들어 진다.
    PREPAY -> AP_PREPAY
    LIABILITY -> AP_LIAB
    CASH CLEARING -> AP_CASH_CLEARING
    FUTURE PAYMENT -> AP_FUTURE_DTD_PMT
    Any other value -> NULL
    e) Insert into AP_PAYMENT_HISTORY_ALL
    TRANSACTION_TYPE 은 AP_ACCOUNTING_EVENTS_ALL.event_type_code 의 값을 참조 하여 만들어진다.
    PAYMENT CANCELLATION -> PAYMENT CANCELLED
    PAYMENT ADJUSTMENT -> MANUAL PAYMENT ADJUSTED
    Any other value -> PAYMENT CREATED
    2) apaphuhf.sql
    해당 script 은 all Payment History rows 의 historical_flag 를 update 한다.
    3) apaxevnt.sql
    AX_EVENTS 에 해당 하는 rows 가 있거나 ‘11.5 Upgrade’ 란 description 으로 생성된 record 가 AE HEADER record 에 있으면 AP_ACCOUNTING_EVENTS_ALL의 AX_ACCOUNTED_FLAG을 UPDATE 한다.
    4) apgpsupd.sql
    application_id = 200 (Payables) and migration_status_code equals ‘P’ 를 가진 gl_period_statuses 의 migration_status_code 를 ‘U’ UPDATE 하는 XLA package (xlaugupg.pkb) 를 호출 한다.
    5) apidstln.sql
    Invoice distribution links, prepay header, prepay app distributions 와 prepay distribution links 를 UPGRADE 한다.
    a) Insert into XLA_DISTRIBUTION_LINKS using AP_INVOICES_ALL, AP_ACCOUNTING_EVENTS_ALL, XLA_AE_HEADERS, XLA_AE_LINES and AP_INVOICE_DISTRIUTIONS_ALL
    b) Insert into AP_PREPAY_HISTORY_ALL using AP_INVOICES_ALL, AP_INVOICE_LINES_ALL and AP_INVOICE_DISTRIBUTIONS_ALL
    c) Insert into AP_PREPAY_APP_DISTS using AP_INVOICES_ALL, AP_INVOICE_DISTRIBUTIONS_ALL, AP_ACCOUNTING_EVENTS_ALL, AP_PREPAY_HISTORY_ALL, XLA_AE_HEADERS and XLA_AE_LINES
    d) Insert into XLA_DISTRIBUTION_LINKS for the prepay distributions.
    6) appdstln.sql
    Payment distributions 와 payment distribution links 를 UPGRADE 한다.
    Insert into AP_PAYMENT_HIST_DISTS and XLA_DISTRIBUTION_LINKS for the payment history distributions
    7) apsobtrb.sql
    Trial balance upgrade -> Inserts data into AP_TB_BALANCES_TMP which is then used to create initial balances.
    8) apintbal.sql
    Trial balance upgrade-> Creates initial balances for trial balance
    9)apxlainv.sql
    Creates Invoice distribution links post upgrade
    10) apxlapay.sql
    Creates Payment distribution links post upgrade
    REFERENCE
    NOTE. 443495.1 - What are the upgrade scripts used in Payables Accounting Upgrade to R12

  • Internet Expenses Auditor

    Once the 'Audit Complete' is checked in the Internet Expense Auditor, the expense report cannot be changed. The workflow shows 'Complete' Status. Is there any way to override the process after the Audit Complete is done? And the workflow will show different status?

    Can you please explain a bit more of how it will let override the system if I customize the workflow?

  • Expense Reports in PrePay Audit no longer show risks involved

    I have expense reports in my Prepay audit queue that contain risks as defined by the Refinement Template, however the reports are no longer flagged to identify the specific risk involved. My Tech Support Admin says she has to "Resave" the template to allow future reports submitted to be flagged accordingly, but it will not "Reflag" the current list of reports. My question is why does this template fail and have to be "resaved"? There is no indicator that lets me know at what point it fails and risks are no longer flagged.
    My current process for the prepay audit queue is to save the risk information in the comment field so when I have time to research all i have to do is look at the comment. Now when the template fails, this risk information is no longer available so if i don't save it the first time, i have no idea that the report may have a duplicate transaction or is out of policy and is at risk of being paid in error.
    Any help is appreciated!

    I have expense reports in my Prepay audit queue that contain risks as defined by the Refinement Template, however the reports are no longer flagged to identify the specific risk involved. My Tech Support Admin says she has to "Resave" the template to allow future reports submitted to be flagged accordingly, but it will not "Reflag" the current list of reports. My question is why does this template fail and have to be "resaved"? There is no indicator that lets me know at what point it fails and risks are no longer flagged.
    My current process for the prepay audit queue is to save the risk information in the comment field so when I have time to research all i have to do is look at the comment. Now when the template fails, this risk information is no longer available so if i don't save it the first time, i have no idea that the report may have a duplicate transaction or is out of policy and is at risk of being paid in error.
    Any help is appreciated!

  • Scanning and faxing receipts into PeopleSoft Expenses

    Does anyone out there scan and/or fax expense report receipts into PeopleSoft for use in the Expenses module?
    If so, can you let me know what 3rd party you are using?
    Thanks!

    Yes, I have worked on similar implementation. ImageNow is one the vendors which supports PeopleSoft processes.

  • Peoplesoft Expenses loading third party expenses eg Fuel card

    The information in Expenses states that expenses loads are only for credit cards. However the Customer here would like to use expenses for processing other third party expenses that are not credit card based. Eg their fuel card. They would also prefer that this is not a customization.
    The fuel card is used by employees. A single combined account is received from the fuel card supplier. They want their employees to then be able to go in, as they would for any other expenses, and set the department/project coding details or potentially mark it as a personal expense. Then for it to follow the approval and payment processes that the credit card expenses would follow.
    The fuel card is a good example but they also have uniforms, phones, and stationary that they would also like to go through the expenses module - each via a load from a third party.
    Is this possible within Expenses? Is there a feed from Purchasing to Expenses which could do this? Any other suggestions as to something I may have missed?
    Thanks

    Hi,
    1. How we need to interface the credit card transactions to Payables?
    2. Will Concur send credit card details to Payables?
    Can you please provide me the process (how you people are integrating concur with payables)?
    Thank you very much.
    Thanks
    BMK

  • Questions on setting up PeopleSoft FIN AP Business Unit for India with TDS

    Hi,
    Does anyone here have some advice for me on how to handle AP transactions for a business unit set up for India with TDS (withholding) and statutory reporting.
    We are configuring AP BU for India in our existing database which has other BUs for other countries not using withholding. For India the way we understood on statutory is that all invoices must be recognised for withholding at the time of invoice entry or payment which ever ealiest. For PeopleSoft we always have to create voucher before we can make mayment so the earliest occurace will be at voucher entry that withholding should be deducted (at voucher post).
    The problem that we are encountering is that if we have prepayment invoice, we can use prepaid voucher to record this. However, when we receive the final invouce and entered into PeopleSoft the voucher post reversed the original withholding lines and recreate in the final invoice with final invoice amount. This could be in different period. As for the India rule the way we understood this is that the entries that created at prepaid should not be reversed, also those withholding might already be paid to the goverment in prior period before receiving the final invoice. The final invoice should have withholding calculate just for the difference of the invoice balance.
    Our other problem is on the statutory reporting that all transactions should be recorded in that particular period. Our current setup has AP close period at the end of each month which means we cannot enter invoices raised in previous period or have adjustments put in the period that already closed.
    Any help and advice on how companies that has India AP business unit deal with the above mentioned issues are much appreciated.
    Thank you.

    Thanks Marc Sachdeva.
    I don't mean where to set up withholding. I have alredy configured all withholding details and everything works fine in AP.
    However, as India statutory comes in, I'd like to know how other companies handle cases like accounting entries for transactions in specific period if your system has AP/GL closed periods. Normal cases would be put entries in the next accounting period. But as my understanding on the Indian rules is that withholding must be recorded at the time of entering the invoice. So how should adjustment be made.
    Another thing is the prepayment invoices, using PeopleSoft Prepaid voucher would cause the accounting entries for withholding lines to be reversed and then re-recorded when posting the final invoice (that matches with the prepaid). I would like to know how companies are dealing with such case as the TDS lines could be revsersed and recalculate in different accounting period. Also if the period that it revsered the TDS % could have changed and when the reverse happens it will recalculate withholding based on the new rate for the whole of invoice amt.
    For example an invoice of 10000 INR, 50% is to be recorded and paid in advance so raise the invoice of 5000 INR in Feb. TDS is 10%.
    - So vendor will be paid 4500 and 500 is for withholding.
    - In April then receive final invoice of 10000 INR, record into PS as 10000 but matched to prepaid so the remaining invoice is 5000. withholding rate in Apr is now 15% so 15% should be applied to the remaining invoice of 5000 INR. As the prepaid voucher option reversed withholding lines and recalculate with final invoice total so the withholding to be deducted is calculated at 15% = 1500 (10000 * 15%).
    - As the prepaid invoice withholding might have already been paid in March before the rate changed, the final invoice should have withholding of 750.
    I'm not sure if my understanding of recording withholding for India is correct and whether it really needs to be recorded in the month that invoice is raised. As the way I understood and have been told it has to be recorded in that month. I.e. invoice received on 30 April must be entered into accounting period of April. Our business close AP/GL about a week before the end of month so if we receive invoice on 30th April but our AP/GL already closed on 25th Apr then 30th Apr invoice should go to May accounting period. As statutury requirement is to record this into April. How does anyone handle this?
    Thanks.

  • Error when trying to view page from Peoplesoft CI using JDeveloper

    I am new to JDeveloper and have created a web service using Peoplesoft. The wsdl was published to the web server and JDeveloper recognized it and allowed me to create a page from it. When I try to run it I get the following. What am I doing wrong?
    *** Using port 7101 ***
    "C:\Documents and Settings\cohnr\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\oracle\MIDDLE~1\patch_wls1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\oracle\MIDDLE~1\utils\config\10.3.1.0\config-launch.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.1.0.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;C:\oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\oracle\Middleware\jdeveloper\webcenter\modules\oracle.portlet.server_11.1.1\oracle-portlet-api.jar;C:\oracle\MIDDLE~1\JDEVEL~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip
    PATH=C:\oracle\MIDDLE~1\patch_wls1031\profiles\default\native;C:\oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\oracle\MIDDLE~1\modules\ORGAPA~1.0\bin;C:\oracle\MIDDLE~1\JDK160~1\jre\bin;C:\oracle\MIDDLE~1\JDK160~1\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\oracle\product\10.2.0\client_1\bin;C:\j2sdk1.4.2_04\jre\bin;C:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Common Files\Adaptec Shared\System;;C:\bea\Tuxedo8.1\bin;C:\Program Files\Common Files\OpSession\Shared;C:\Program Files\Common Files\OpSession\Viewer Shared;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;C:\Program Files\QuickTime\QTSystem\;C:\SSH Secure Shell;C:\oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_11"
    Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
    Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode)
    Starting WLS with line:
    C:\oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Xverify:none -da -Dplatform.home=C:\oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\DOCUME~1\cohnr\APPLIC~1\JDEVEL~1\SYSTEM~1.07\DEFAUL~1 -Doracle.home=C:\oracle\MIDDLE~1\JDEVEL~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\oracle\MIDDLE~1\JDEVEL~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.security.jps.config=C:\DOCUME~1\cohnr\APPLIC~1\JDEVEL~1\SYSTEM~1.07\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.alternateTypesDirectory=C:\oracle\MIDDLE~1\JDEVEL~1\modules\oracle.ossoiap_11.1.1,C:\oracle\MIDDLE~1\JDEVEL~1\modules\oracle.oamprovider_11.1.1 -Dsso.filter.enable=true -DUSE_JAAS=false -Djps.policystore.hybrid.mode=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.auth=ACC -noverify -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -XX:+UseParallelGC -XX:+DisableExplicitGC -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\oracle\MIDDLE~1\patch_wls1031\profiles\default\sysext_manifest_classpath;C:\oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    <Nov 21, 2009 6:52:40 PM GMT-07:00> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\Documents and Settings\cohnr\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\lib\mbeantypes\csp-id-asserter.jar;C:\oracle\Middleware\wlserver_10.3\L10N\beehive_ja.jar;C:\oracle\Middleware\wlserver_10.3\L10N\beehive_ko.jar;C:\oracle\Middleware\wlserver_10.3\L10N\beehive_zh_CN.jar;C:\oracle\Middleware\wlserver_10.3\L10N\beehive_zh_TW.jar;C:\oracle\Middleware\wlserver_10.3\L10N\p13n_wls_ja.jar;C:\oracle\Middleware\wlserver_10.3\L10N\p13n_wls_ko.jar;C:\oracle\Middleware\wlserver_10.3\L10N\p13n_wls_zh_CN.jar;C:\oracle\Middleware\wlserver_10.3\L10N\p13n_wls_zh_TW.jar;C:\oracle\Middleware\wlserver_10.3\L10N\testclient_ja.jar;C:\oracle\Middleware\wlserver_10.3\L10N\testclient_ko.jar;C:\oracle\Middleware\wlserver_10.3\L10N\testclient_zh_CN.jar;C:\oracle\Middleware\wlserver_10.3\L10N\testclient_zh_TW.jar;C:\oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_ja.jar;C:\oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_ko.jar;C:\oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_zh_CN.jar;C:\oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_zh_TW.jar;C:\oracle\Middleware\wlserver_10.3\L10N\workshop_ja.jar;C:\oracle\Middleware\wlserver_10.3\L10N\workshop_ko.jar;C:\oracle\Middleware\wlserver_10.3\L10N\workshop_zh_CN.jar;C:\oracle\Middleware\wlserver_10.3\L10N\workshop_zh_TW.jar>
    <Nov 21, 2009 6:52:42 PM GMT-07:00> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 11.0-b16 from Sun Microsystems Inc.>
    <Nov 21, 2009 6:52:50 PM GMT-07:00> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.1.0 Wed Jun 10 22:24:41 MDT 2009 1227385 >
    <Nov 21, 2009 6:53:01 PM GMT-07:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Nov 21, 2009 6:53:01 PM GMT-07:00> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Nov 21, 2009 6:53:02 PM GMT-07:00> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\cohnr\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Nov 21, 2009 6:53:02 PM GMT-07:00> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\cohnr\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00003. Log messages will continue to be logged in C:\Documents and Settings\cohnr\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <Nov 21, 2009 6:53:02 PM GMT-07:00> <Notice> <Log Management> <BEA-170019> <The server log file C:\Documents and Settings\cohnr\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <Nov 21, 2009 6:53:18 PM GMT-07:00> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Nov 21, 2009 6:53:32 PM GMT-07:00> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\cohnr\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\access.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Nov 21, 2009 6:53:32 PM GMT-07:00> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\cohnr\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\access.log00002. Log messages will continue to be logged in C:\Documents and Settings\cohnr\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\access.log.>
    <Nov 21, 2009 6:53:42 PM GMT-07:00> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at 'C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\uddi.war'.>
    <Nov 21, 2009 6:53:42 PM GMT-07:00> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at 'C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\uddiexplorer.war'.>
    <Nov 21, 2009 6:53:47 PM GMT-07:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Nov 21, 2009 6:53:47 PM GMT-07:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    Nov 21, 2009 6:54:00 PM oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: Application ID : wsm-pm
    Nov 21, 2009 6:54:01 PM oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: "Metadata Services: Metadata archive (MAR) not found."
    <Nov 21, 2009 6:54:35 PM GMT-07:00> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\cohnr\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Nov 21, 2009 6:54:35 PM GMT-07:00> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\cohnr\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00003. Log messages will continue to be logged in C:\Documents and Settings\cohnr\Application Data\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <Nov 21, 2009 6:54:35 PM GMT-07:00> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    Nov 21, 2009 6:54:36 PM oracle.wsm.audit.Auditor <init>
    INFO: Created J2EE application auditor for componentType=oracle.security.jps.internal.audit.AuditServiceImpl$Auditor@154d3ac
    Nov 21, 2009 6:54:36 PM oracle.adf.share.config.ADFConfigFactory getInstance
    INFO: ADF Config instance implementation in use is : oracle.adf.share.config.MDSConfigFactory
    Nov 21, 2009 6:54:42 PM oracle.adf.share.config.ADFMDSConfig parseADFConfiguration
    INFO: Configuration file:/META-INF/adf-config.xmlcannot not be read by MDS. Reading directly from the classpath
    <Nov 21, 2009 6:54:43 PM GMT-07:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Nov 21, 2009 6:54:43 PM GMT-07:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Nov 21, 2009 6:54:44 PM GMT-07:00> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 140.198.4.154:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Nov 21, 2009 6:54:44 PM GMT-07:00> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Nov 21, 2009 6:54:44 PM GMT-07:00> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Nov 21, 2009 6:54:45 PM GMT-07:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Nov 21, 2009 6:54:45 PM GMT-07:00> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    DefaultServer startup time: 145457 ms.
    DefaultServer started.
    [Running application PSFTtoADF on Server Instance DefaultServer...]
    Nov 21, 2009 6:55:15 PM oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: Application ID : PSFTtoADF
    Nov 21, 2009 6:55:15 PM oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: "Metadata Services: Metadata archive (MAR) not found."
    <Nov 21, 2009 6:55:25 PM GMT-07:00> <Warning> <HTTP> <BEA-101299> <The servlet-mapping for servlet-name "jsp" will override the default mapping for *.jsp. This can lead to a show code vulnerability.>
    Nov 21, 2009 6:55:37 PM oracle.adf.share.jndi.MDSBackingStore isReadOnlyMDSStore
    INFO: Read only backing store
    Nov 21, 2009 6:55:37 PM oracle.adf.share.jndi.MDSBackingStore isReadOnlyMDSStore
    INFO: Read only backing store
    Run startup time: 52658 ms.
    [Application PSFTtoADF deployed to Server Instance DefaultServer]
    Target URL -- http://127.0.0.1:7101/PSFTtoADF-ViewController-context-root/faces/Employee.jspx
    Nov 21, 2009 6:57:12 PM oracle.jbo.uicli.mom.CpxUtils$Visitor logMainApplicationCpx
    INFO: file:/C:/Documents and Settings/cohnr/Application Data/JDeveloper/system11.1.1.1.33.54.07/o.j2ee/drs/PSFTtoADF/PSFTtoADF-ViewController-webapp/WEB-INF/classes/view/DataBindings.cpx
    Nov 21, 2009 6:57:13 PM oracle.adfinternal.controller.faces.lifecycle.JSFLifecycleImpl setLifecycleContextBuilder
    INFO: ADFc: Initializing ADF Page Lifecycle for the JSF environment, LifecycleContextBuilder is 'oracle.adfinternal.controller.application.model.JSFDataBindingLifecycleContextBuilder'.
    Nov 21, 2009 6:57:17 PM oracle.adf.share.jndi.MDSBackingStore isReadOnlyMDSStore
    INFO: Read only backing store
    Nov 21, 2009 6:57:17 PM oracle.adf.share.jndi.MDSBackingStore documentExists
    INFO: MDS-00013: no metadata found for metadata object "/META-INF/connections.xml"
    Nov 21, 2009 6:57:17 PM oracle.adfinternal.model.adapter.webservice.WSDefinition loadFromMetadata
    WARNING: 'loadFromMetadata' did not complete successfully due to a failure to load the connection metadata for the target webservice.
    Nov 21, 2009 6:57:17 PM oracle.adfinternal.model.adapter.webservice.WSDefinition loadFromMetadata
    WARNING: The following error message was recieved null
    Nov 21, 2009 6:57:17 PM oracle.adfinternal.model.adapter.webservice.WSDefinition loadFromMetadata
    WARNING: Either the 'META-INF/connections.xml' is not accessible or does not exist
    Nov 21, 2009 6:57:17 PM oracle.adfinternal.model.adapter.webservice.WSDefinition loadFromMetadata
    WARNING: Verify if the connections.xml has valid metadata defined for connection 'PersonalData'
    Nov 21, 2009 6:57:17 PM oracle.adf.share.jndi.MDSBackingStore isReadOnlyMDSStore
    INFO: Read only backing store
    Nov 21, 2009 6:57:17 PM oracle.adfinternal.model.adapter.webservice.WSDefinition createDataControl
    SEVERE: Failed to create a Connection to the target Webservice
    Nov 21, 2009 6:57:17 PM oracle.adfinternal.model.adapter.webservice.WSDefinition createDataControl
    SEVERE: Ensure that the META-INF/connections.xml exists
    Nov 21, 2009 6:57:17 PM oracle.adfinternal.model.adapter.webservice.WSDefinition createDataControl
    SEVERE: Verify if the connections.xml has valid metadata defined for the webservice connection PersonalData
    Nov 21, 2009 6:57:17 PM oracle.adf.model.adapter.DataControlFactoryImpl createSession
    SEVERE: Exception:
    oracle.adf.model.adapter.AdapterException: DCA-40012: The Web Service call failed. A connection to the target Web Service could not be created.
         at oracle.adfinternal.model.adapter.webservice.WSDefinition.createDataControl(WSDefinition.java:565)
         at oracle.adf.model.adapter.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:173)
         at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:166)
         at oracle.adf.model.BindingContext.instantiateDataControl(BindingContext.java:819)
         at oracle.adf.model.dcframe.DataControlFrameImpl.doFindDataControl(DataControlFrameImpl.java:1070)
         at oracle.adf.model.dcframe.DataControlFrameImpl.internalFindDataControl(DataControlFrameImpl.java:973)
         at oracle.adf.model.dcframe.DataControlFrameImpl.findDataControl(DataControlFrameImpl.java:933)
         at oracle.adf.model.BindingContext.internalFindDataControl(BindingContext.java:939)
         at oracle.adf.model.BindingContext.get(BindingContext.java:896)
         at oracle.adf.model.binding.DCBindingContainer.findDataControl(DCBindingContainer.java:1519)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.initDataControl(JUMethodIteratorDef.java:589)
         at oracle.adf.model.binding.DCIteratorBinding.getDataControl(DCIteratorBinding.java:2348)
         at oracle.adf.model.binding.DCIteratorBinding.getSortCriteria(DCIteratorBinding.java:3658)
         at oracle.adf.model.binding.DCInvokeMethod.setAssociatedIteratorBinding(DCInvokeMethod.java:851)
         at oracle.adf.model.binding.DCIteratorBinding.cacheRefOnOperation(DCIteratorBinding.java:5263)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.getActionBinding(JUMethodIteratorDef.java:283)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef.isRefreshable(JUMethodIteratorDef.java:59)
         at oracle.adf.model.binding.DCExecutableBindingDef.isRefreshable(DCExecutableBindingDef.java:274)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:2888)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2759)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:112)
         at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareModel(FacesPageLifecycle.java:80)
         at oracle.adf.controller.v2.lifecycle.Lifecycle$2.execute(Lifecycle.java:137)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:192)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.mav$executePhase(ADFPhaseListener.java:21)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.startPageLifecycle(ADFPhaseListener.java:231)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$1.after(ADFPhaseListener.java:267)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:71)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:352)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Nov 21, 2009 6:57:17 PM oracle.adf.share.jndi.MDSBackingStore isReadOnlyMDSStore
    INFO: Read only backing store
    Nov 21, 2009 6:57:17 PM oracle.adfinternal.model.adapter.webservice.WSDefinition loadFromMetadata
    WARNING: 'loadFromMetadata' did not complete successfully due to a failure to load the connection metadata for the target webservice.
    Nov 21, 2009 6:57:17 PM oracle.adfinternal.model.adapter.webservice.WSDefinition loadFromMetadata
    WARNING: The following error message was recieved null
    Nov 21, 2009 6:57:17 PM oracle.adfinternal.model.adapter.webservice.WSDefinition loadFromMetadata
    WARNING: Either the 'META-INF/connections.xml' is not accessible or does not exist
    Nov 21, 2009 6:57:18 PM oracle.adfinternal.model.adapter.webservice.WSDefinition loadFromMetadata
    WARNING: Verify if the connections.xml has valid metadata defined for connection 'PersonalData'
    Nov 21, 2009 6:57:18 PM oracle.adf.share.jndi.MDSBackingStore isReadOnlyMDSStore
    INFO: Read only backing store
    Nov 21, 2009 6:57:18 PM oracle.adfinternal.model.adapter.webservice.WSDefinition createDataControl
    SEVERE: Failed to create a Connection to the target Webservice
    Nov 21, 2009 6:57:18 PM oracle.adfinternal.model.adapter.webservice.WSDefinition createDataControl
    SEVERE: Ensure that the META-INF/connections.xml exists
    Nov 21, 2009 6:57:18 PM oracle.adfinternal.model.adapter.webservice.WSDefinition createDataControl
    SEVERE: Verify if the connections.xml has valid metadata defined for the webservice connection PersonalData
    Nov 21, 2009 6:57:18 PM oracle.adf.model.adapter.DataControlFactoryImpl createSession
    SEVERE: Exception:
    oracle.adf.model.adapter.AdapterException: DCA-40012: The Web Service call failed. A connection to the target Web Service could not be created.
         at oracle.adfinternal.model.adapter.webservice.WSDefinition.createDataControl(WSDefinition.java:565)
         at oracle.adf.model.adapter.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:173)
         at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:166)
         at oracle.adf.model.BindingContext.instantiateDataControl(BindingContext.java:819)
         at oracle.adf.model.dcframe.DataControlFrameImpl.doFindDataControl(DataControlFrameImpl.java:1070)
         at oracle.adf.model.dcframe.DataControlFrameImpl.internalFindDataControl(DataControlFrameImpl.java:973)
         at oracle.adf.model.dcframe.DataControlFrameImpl.findDataControl(DataControlFrameImpl.java:933)
         at oracle.adf.model.BindingContext.internalFindDataControl(BindingContext.java:939)
         at oracle.adf.model.BindingContext.get(BindingContext.java:896)
         at oracle.adf.model.binding.DCBindingContainer.findDataControl(DCBindingContainer.java:1519)
         at oracle.adf.model.binding.DCIteratorBinding.initDataControl(DCIteratorBinding.java:2403)
         at oracle.adf.model.binding.DCIteratorBinding.getDataControl(DCIteratorBinding.java:2348)
         at oracle.adf.model.binding.DCBindingContainer.getDataControl(DCBindingContainer.java:4640)
         at oracle.adf.model.binding.DCBindingContainer.reportException(DCBindingContainer.java:430)
         at oracle.adf.model.binding.DCIteratorBinding.getDataControl(DCIteratorBinding.java:2369)
         at oracle.adf.model.binding.DCIteratorBinding.getSortCriteria(DCIteratorBinding.java:3658)
         at oracle.adf.model.binding.DCInvokeMethod.setAssociatedIteratorBinding(DCInvokeMethod.java:851)
         at oracle.adf.model.binding.DCIteratorBinding.cacheRefOnOperation(DCIteratorBinding.java:5263)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.getActionBinding(JUMethodIteratorDef.java:283)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef.isRefreshable(JUMethodIteratorDef.java:59)
         at oracle.adf.model.binding.DCExecutableBindingDef.isRefreshable(DCExecutableBindingDef.java:274)
         at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:2888)
         at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2759)
         at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:112)
         at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareModel(FacesPageLifecycle.java:80)
         at oracle.adf.controller.v2.lifecycle.Lifecycle$2.execute(Lifecycle.java:137)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:192)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.mav$executePhase(ADFPhaseListener.java:21)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.startPageLifecycle(ADFPhaseListener.java:231)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$1.after(ADFPhaseListener.java:267)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:71)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:352)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    <Nov 21, 2009 6:57:18 PM GMT-07:00> <Error> <HTTP> <BEA-101020> <[ServletContext@16582293[app:PSFTtoADF module:PSFTtoADF-ViewController-context-root path:/PSFTtoADF-ViewController-context-root spec-version:2.5]] Servlet failed with Exception
    java.lang.NullPointerException
         at oracle.adf.model.binding.DCIteratorBinding.getSortCriteria(DCIteratorBinding.java:3658)
         at oracle.adf.model.binding.DCInvokeMethod.setAssociatedIteratorBinding(DCInvokeMethod.java:851)
         at oracle.adf.model.binding.DCIteratorBinding.cacheRefOnOperation(DCIteratorBinding.java:5263)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.getActionBinding(JUMethodIteratorDef.java:283)
         at oracle.jbo.uicli.binding.JUMethodIteratorDef.isRefreshable(JUMethodIteratorDef.java:59)
         Truncated. see log file for complete stacktrace
    >

    DCA-40012: The Web Service call failed. A connection to the target Web Service could not be created.
    First of all test the web service you have created in model project. Right click the web service name and select "Test WebService". If you see any issue(s) while testing fix it first before you run the jspx page.
    Check the port number in the URL and connections.xml, it have to be same.

  • Encumbrance Processing in PeopleSoft 9.1 HRMS?

    Existing Functionality
    Chart fields are created by PeopleSoft Financial Supply Chain System (FSCM) and given to HCM. Integration broker is set up for HCM to send Actuals Distribution to .FSCM. The delivered ‘Combo Build Request Process’ (from FSCM) and Load Combo Table Process (from HCM) are not being used by GNWT as they currently have a ‘wild card’ chart field mapping in Financial that is not compatible with the delivered process.
    Problem : . Functional HCM users (Data Management) are given the chart fields to use when entering Combo Codes on Job Data, and a custom process is run to create an entry in the Department Budget Table (at the Appointment Level) with Combo Codes entered on Job Data.
    Pain Point: it is difficult to ensure that the correct chart fields have been entered on Job Data; need to ensure that expenses are allocated to the proper accounts.
    Solution suggested by Oracle Consulting: Set up the Dept Budget Table at the Department Level, so that the defaulting of expense accounts occur at the org level (SAM); the system will use the Dept Budget Table to process Encumbrances and distributes Actuals at this level
    GNWT has department where expenses of some of employees are booked to a different combo code than the combo code mentioned for the department.
    Question 1 : Can the solution of defining budgets at the department level work for above scenario?
    Question 2 :If above solution will not work, can we do as follows:
    1. Define budget at the department level (for those employees where combo code match with department code).
    2. Define budgets for employees at the appointment level where combo code assigned to the employee is different from what is defined at the department level.
    3. Is there any solution to address above issue?
    Thanks and Regards,
    Rajiv Saxena, Oracle Consulting. (780) 887-3680. [email protected]

    This issue started with Firefox 6 up to the new release 8. It was OK with Firefox 5. For the time being, I re-install Firefox 5.
    '''Yes, it is browser issue.'''

  • Internet Expense - AP Approval Process

    Hello there,
    I need a bit info on the AP Approval Process. (version 12.1.1)
    I have read in the Internet Expense Admin Guide, there is a way for AP to approved and modify the expense report through Internet Expense. How it is done? And how do I know user that have this capabilities (which roles to assign in order for the user to approved or modify the expense report).
    Thank you.

    Couple of ways.
    1. In the template setup the expense type to have either receipt required for all above $0 / justification required.
    2. You could also create an audit rule applicable to all expense reports, criteria could be for all expenses over $1 audit rule applies.
    If any of above is setup - requires payable approval.
    Use Internet Expenses Auditor responsibility to approve all that are pending require "Payables Approval"

  • Expense Report - Paid-Then Withdrawn and Resubmitted.

    Hi to All,
    Ran into a particular problem with an expense report, where the WF has errored out. Would like to save the WF before having user withdraw and resubmit new expense report.
    Problem:
    End user created expense report, submitted, approved, invoiced and was paid. Now the end user goes and withdraws the expense report, updates a line and then resubmits the expense report.
    New expense report has a -1 after the number and has errored out in the WF. When looking at the WF diagram...the following error message is given for that node:
    ORA-20962: Workitem Property (OrigExpenseReportNum) has no corresponding value
    As stated above would like to save WF.
    If anyone has experienced this problem, can one let me know of there solution.
    Thanks

    Invoiced/Paid expense reports cannot be withdrawn, this appears to be a customization or a bug. If this is not a customization please contact oracle support with the complete navigation details.
    Even if we assume that the report is not yet invoiced/paid, we donot generate a -1 report in case of withdraw and resubmit. We use -1 when the report is short-payed by the auditor. It appears to me that you have a customization in place where you added the wf parameter OrigExpenseReportNum and it was not set during the resubmission.
    Thanks,
    Rajesh.

  • Expense Report stuck in SFA status - on 9.0

    We are getting ready to implement Expense 9.0 and starting to test. We have submitted several expense reports and they are getting stuck in SFA (submission in progess). I checked the knowledge browser on metalink3 and the only thing I saw to check out was to make sure the periods were open, which they are. Anyone else have problems with this when they were trying to implement? Any ideas of other things I could check? Would appreciate any suggestions.
    Thanks, Brenda

    Are you paying expense reports out of HRMS payroll checks or through AP? If you are using HRMS payroll checks, then log in to PeopleSoft with a PeopleSoft administrator account and check your integration broker queue. To pay out of HRMS, you have to make sure you have routings and messages active so FSCM can send this data to HRMS for payment.

  • VAT Issue with prepayment orders for China !!

    Hi All,
    The issue is specific with China country !
    Today when we  are create a Prepayment  Order the VAT is triggered upon the Prepayment invoice. According to the auditors this is not the correct treatment of VAT. Tax should be triggered at the time of Revenue Recognition instead, which means at the time when the billing document is generated. But billing document is created with u201CZEROu201D value hence we canu2019t determine any tax there.
    Would like to know if there is any way to solve this within the standard functionalities !
    BR
    Surendra

    Hi Vishwa,
    Thanks for your inputs. The view V_T496F is the same as seen in t-code OPK8 & in that i find fields only for Sapscript & PDF forms.
    In the other link which i have pasted, Mr. Michael clearly specifies, that i cannot associate smart forms in OPK8. He suggests the use of NACE, but i am not quite sure how to go about it, so if you can provide me some inputs on how to proceed, it would be helpful.
    Regards,
    Vivek

Maybe you are looking for

  • Price of Item appears for Return of Sample Orders

    Hi, I am creating a sample order with price of item as Zero using Item category KLN. Goods are delivered and also Invoiced with Zero amount. Now when i create Return with reference to Invoice i am getting the net price of the item, but i want this am

  • Soundbooth cs3 wont open in OS X.6.2

    I recently upgraded to MAC OS 10.6.2 and found that Soundbooth CS3 gives me an error message when I try to open.  The message is that "SoundBooth cannot open at this time.  It must be repaired by first uninstalling and then reisntalling Soundbooth." 

  • IMovie 9 crashes everytime i preview video

    hi, im facing a problem with my IMovie 9. it crashes whenever i preiview the video . here is the Problem Report for IMovie: Process:         iMovie [213] Path:            /Applications/iMovie.app/Contents/MacOS/iMovie Identifier:      com.apple.iMovi

  • Azure SQL Reporting - Installing Fonts - Status after 10/31/14

    As Azure is moving reporting service to VM.  Is it possible to get fonts installed on SQL Reporting with out migrating to VM until the 2015 deadline? IF so how do we get the fonts onto the SQL reporting environment? Thanks

  • After Effects (CS6 11.0) on a new Mac

    Trying to launch After Effects (CS6 11.0) on a new Mac with system 10.9.5   - -  Error Message reads: 'You can't use this version of After Effects with this version of OSX'  - What should I do? Any suggestions/help would be greatly appreciated!