Need To assign Offer Letter Format in PB50 T-code

Dear Folks,
Please Help Me out in assigning sap Script for PB50 T-code  as i am facing Following Errors
No program installed for processing document
Message no. SOFFICEINTEGRATION009
waiting for favourable reply
Regards
Priyanka M Jain.

Refer to this documentation provided by SAP.
Definition
Maintenance status authorization for material master records
The data contained in a material master record is divided into user departments or views (Purchasing, MRP, and so on). The maintenance status is a single-character key for the relevant user department or view.
This object determines which user departments or views a user is authorized to process; that is, which data he or she may process from this view.
Note
To use material master functions, a user needs the authorization for at least one user department.
Defined fields
Fields Possible values Meaning
ACTVT 01 User may create data.
02 User may change data.
03 User may display data.
06 User may flag data for
  deletion.
08 User may display change
  documents.
STATM  Here, you specify the
  maintenance status for which
  the user is authorized.
The maintenance statuses possible are as follows:
User department Maintenance status
Work scheduling A
Accounting B
Classification C
MRP D
Purchasing E
Production resources/tools F
Costing G
Basic data K
Storage L
Forecasting P
Quality management Q
Warehouse management S
Sales V
Plant stocks X
Storage location stocks Z
Notes
This authorization object also determines:
Whether a user may flag a material master record for deletion. In this case, 06 must be entered in field ACTVT; the maintenance status is irrelevant here.
Whether a user may change the material type. In this case, 02 must be entered in field ACTVT; the maintenance status is irrelevant here.
Whether a user may process an MRP profile or forecast profile. In this case, the following values must be entered in field ACTVT:
01 to create
02 to change or delete
03 to display

Similar Messages

  • Letter Formats.

    Dear Seniors,
    Can we develop and print following letter format in SAP with the help of ABAP consultant.
    Offer Letter - Format
    Offer Letter Format
    Appointment Letter
    Confirmation Letter
    Service Certificate
    Relieving Letter
    Application Form
    looking forward to earnest response.
    Thanks in advance
    Yuvraj

    Hi,
    Yes...
    You can also change or create forms,
    path:Personnel Mangement>Recruitment->Applicant Selection->Applicant Activities>Appliocant Correspondance--->Create standard text for Applicant correspondance...
    Bhairavareddy

  • Need to create custom offer letter templates for irec offer letters

    Hi All,
    I am trying to create a custom template for irec offer letters. The additional fields I require in the offer letter are configured as DFF on the Irec page. Steps I followed to create a custom template:
    1.Created a custom rtf and used tag names as specified in the standard "IRCESOLDD_SD.xml" file for the additonally configured DFF fields.
    2.Created a new template definiton and used the standard data definiton "iRecruitment Offer Letter Data" as reference while creating my template definiton.
    3.Associated this custom template to the required business group.
    But while navigating the irec page I get an error like below:
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (select distinct tmpl.language||decode(tmpl.territory,'00',null,'-'||tmpl.territory) Template_Locale ,la.Name||':'||decode(tmpl.territory,'00',null,te.territory_short_name)||decode(tmpl.language,tb.default_language,decode(tmpl.territory,tb.default_territory,' (*)',null),null) name ,decode(tmpl.language,tb.default_language,decode(tmpl.territory,tb.default_territory,1,2),2) sort_order from xdo_lobs tmpl ,fnd_iso_languages_vl la ,fnd_territories_vl te ,xdo_templates_b tb WHERE tmpl.application_short_name= :1 and tmpl.lob_code= :2 and tmpl.lob_code = tb.template_code and tmpl.lob_type in ('TEMPLATE','MLS_TEMPLATE') and tmpl.file_status = 'E' and lower(tmpl.language)=la.iso_language_2 and upper(tmpl.territory)=te.territory_code(+) order by tmpl.language||decode(tmpl.territory,'00',null,'-'||tmpl.territory)) QRSLT ORDER BY sort_order,name at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912) at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:886) at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:1009) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:211) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:133) at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:797) at oracle.apps.irc.offers.webui.IrcSaveForLaterCO.processFormRequest(IrcSaveForLaterCO.java:234) at oracle.apps.irc.offers.webui.CreateOfferCO.processFormRequest(CreateOfferCO.java:364) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:819) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1205) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1031) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:997) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:852) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1031) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:997) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:852) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363) at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2974) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1875) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431) at _OA._jspService(_OA.java:212) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234) at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29) at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:619) ## Detail 0 ## java.sql.SQLException: Missing IN or OUT parameter at index:: 1 at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1783) at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3444) at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3493) at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491) at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:860) at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:669) at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3723) at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(Unknown Source) at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4560) at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:743) at oracle.jbo.server.ViewRowSetImpl.activateRowSetState(ViewRowSetImpl.java:4972) at oracle.jbo.server.ViewRowSetIteratorImpl.activateIteratorState(ViewRowSetIteratorImpl.java:3747) at oracle.jbo.server.ViewRowSetIteratorImpl.getCurrentRow(ViewRowSetIteratorImpl.java:886) at oracle.jbo.server.ViewRowSetImpl.getCurrentRow(ViewRowSetImpl.java:2731) at oracle.jbo.server.ViewObjectImpl.doPassivateSettings(ViewObjectImpl.java:13050) at oracle.jbo.server.ViewObjectImpl.doPassivateSettings(ViewObjectImpl.java:12778) at oracle.jbo.server.ApplicationModuleImpl.passivateVOs(ApplicationModuleImpl.java:6825) at oracle.jbo.server.ApplicationModuleImpl.doPassivateState(ApplicationModuleImpl.java:6636) at oracle.jbo.server.ApplicationModuleImpl.doPassivateState(ApplicationModuleImpl.java:6667) at oracle.jbo.server.ApplicationModuleImpl.doPassivateAMState(ApplicationModuleImpl.java:6627) at oracle.jbo.server.Serializer.passivate(Serializer.java:191) at oracle.jbo.server.DBSerializer.passivateRootAM(DBSerializer.java:290) at oracle.jbo.server.DBSerializer.passivateRootAM(DBSerializer.java:267) at oracle.jbo.server.ApplicationModuleImpl.passivateStateInternal(ApplicationModuleImpl.java:5305) at oracle.jbo.server.ApplicationModuleImpl.passivateState(ApplicationModuleImpl.java:5182) at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.passivateState(OAApplicationModuleImpl.java:2542) at oracle.jbo.server.ApplicationModuleImpl.passivateStateForUndo(ApplicationModuleImpl.java:7634) at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.passivateStateForUndo(OAApplicationModuleImpl.java:3634) at oracle.apps.irc.offers.server.OffersAMImpl.apiValidate(OffersAMImpl.java:3239) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:133) at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:797) at oracle.apps.irc.offers.webui.IrcSaveForLaterCO.processFormRequest(IrcSaveForLaterCO.java:234) at oracle.apps.irc.offers.webui.CreateOfferCO.processFormRequest(CreateOfferCO.java:364) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:819) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1205) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1031) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:997) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:852) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1031) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:997) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:852) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363) at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2974) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1875) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431) at _OA._jspService(_OA.java:212) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234) at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29) at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:619) java.sql.SQLException: Missing IN or OUT parameter at index:: 1 at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1783) at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3444) at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3493) at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStatementWrapper.java:1491) at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:860) at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:669) at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3723) at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(Unknown Source) at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4560) at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:743) at oracle.jbo.server.ViewRowSetImpl.activateRowSetState(ViewRowSetImpl.java:4972) at oracle.jbo.server.ViewRowSetIteratorImpl.activateIteratorState(ViewRowSetIteratorImpl.java:3747) at oracle.jbo.server.ViewRowSetIteratorImpl.getCurrentRow(ViewRowSetIteratorImpl.java:886) at oracle.jbo.server.ViewRowSetImpl.getCurrentRow(ViewRowSetImpl.java:2731) at oracle.jbo.server.ViewObjectImpl.doPassivateSettings(ViewObjectImpl.java:13050) at oracle.jbo.server.ViewObjectImpl.doPassivateSettings(ViewObjectImpl.java:12778) at oracle.jbo.server.ApplicationModuleImpl.passivateVOs(ApplicationModuleImpl.java:6825) at oracle.jbo.server.ApplicationModuleImpl.doPassivateState(ApplicationModuleImpl.java:6636) at oracle.jbo.server.ApplicationModuleImpl.doPassivateState(ApplicationModuleImpl.java:6667) at oracle.jbo.server.ApplicationModuleImpl.doPassivateAMState(ApplicationModuleImpl.java:6627) at oracle.jbo.server.Serializer.passivate(Serializer.java:191) at oracle.jbo.server.DBSerializer.passivateRootAM(DBSerializer.java:290) at oracle.jbo.server.DBSerializer.passivateRootAM(DBSerializer.java:267) at oracle.jbo.server.ApplicationModuleImpl.passivateStateInternal(ApplicationModuleImpl.java:5305) at oracle.jbo.server.ApplicationModuleImpl.passivateState(ApplicationModuleImpl.java:5182) at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.passivateState(OAApplicationModuleImpl.java:2542) at oracle.jbo.server.ApplicationModuleImpl.passivateStateForUndo(ApplicationModuleImpl.java:7634) at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.passivateStateForUndo(OAApplicationModuleImpl.java:3634) at oracle.apps.irc.offers.server.OffersAMImpl.apiValidate(OffersAMImpl.java:3239) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190) at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:133) at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:797) at oracle.apps.irc.offers.webui.IrcSaveForLaterCO.processFormRequest(IrcSaveForLaterCO.java:234) at oracle.apps.irc.offers.webui.CreateOfferCO.processFormRequest(CreateOfferCO.java:364) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:819) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385) at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1205) at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1031) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:997) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:852) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385) at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1031) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:997) at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:852) at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:385) at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363) at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2974) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1875) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431) at _OA._jspService(_OA.java:212) at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64) at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313) at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234) at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29) at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303) at java.lang.Thread.run(Thread.java:619)
    Could anyone please help me with this?
    Regards,
    Divya

    Hi Divya,
    When ever you will get exception with SQL statement just copy that statement to SQL editor and run the parameter.
    that statement will give you proper error which you can understand
    Check the below statement for your environment and check your offer letter territory and language if you can found out into the output of the below query.
    Query :-
    SELECT *
    FROM (SELECT DISTINCT
                 tmpl.language
                 || DECODE (tmpl.territory, '00', NULL, '-' || tmpl.territory)
                    template_locale,
                    la.name
                 || ':'
                 || DECODE (tmpl.territory, '00', NULL, te.territory_short_name)
                 || DECODE (tmpl.language,
                            tb.default_language,
                            DECODE (tmpl.territory,
                               tb.default_territory, ' (*)',
                               NULL),
                            NULL
                    name,
                 DECODE (tmpl.language,
                         tb.default_language,
                         DECODE (tmpl.territory, tb.default_territory, 1, 2),
                         2
                    sort_order
          FROM xdo_lobs tmpl,
               fnd_iso_languages_vl la,
               fnd_territories_vl te,
               xdo_templates_b tb
          WHERE   
    --          tmpl.application_short_name = :1
    --            AND tmpl.lob_code = :2
    --            AND
                tmpl.lob_code = tb.template_code
                AND tmpl.lob_type IN ('TEMPLATE', 'MLS_TEMPLATE')
                AND tmpl.file_status = 'E'
                AND LOWER (tmpl.language) = la.iso_language_2
                AND UPPER (tmpl.territory) = te.territory_code(+)
          ORDER BY tmpl.language
                   || DECODE (tmpl.territory, '00', NULL, '-' || tmpl.territory))
         qrslt
    ORDER BY sort_order, name
    Let us know if you need any further help.
    Regards,
    Jigar Makwana

  • Needed smartform to determine page format automatically.

    Hi
    I have a reqirement to print the smartform output in Letter format paper for one company code and it should print it in A4 size paper for rest of the company codes.
    I am using R/3 4.6c
    I tried with this code
    data: lx_sf_header(31) type c,
    field-symbols: <fs_header> type SSFFORMHD.
    if company_code = 'XXXX'.
    CONCATENATE '(' sy-repid ')%HEADER' into lx_sf_header.
    assign (lx_sf_header) to <fs_header>.
    <fs_header>-PAGEFORMAT = 'LETTER'.
    endif.
    but I am getting short dump & this logic is working fine in ECC.
    Please help me regarding this.......
    Thanks in advance
    Kiran.
    Edited by: kiran Pasala on Sep 30, 2008 4:44 PM

    Duplicate post.
    Needed smartform to determine page format automatically.

  • Issue: Sending Offer Letter to the Applicant (PB40)

    Hi Experts,
    I have an issue in the Sending Offer Letter to the Applicant.
    Point 1: We have developed a smart form (Offer letter) which will pick all the required data from the STD tables.
    Point 2: In PB40 executing the (Offer Applicant Contract) Action,  We get a popup screen Planned Activity to send offer letter to the applicant.
    Point 3: Here is my issue: my smart form (Offer Letter) is not getting identified by the system.
    Note: I have maintained the PACTV Feature as wel
    Appreciate your early response.
    Regards
    Raj

    Hi rumhat,
    yes there is  standard apllication for getting the mail activated viz applicant activity types/ status......
    below is the part which has to be customizied in order to get the mail activated..... you choose feature PACTV for assigning the aplicant activity types to the status of the application.... based on which automatically the mail can be triggred........and feature MAILS  define the activiyt type and the std text which you want to activate.... ex  Below the std text used is MAIL-APP-INTERVIEW which will be called if activity is appointment for interview..... meaning of variuos variable can be found in the forum.....
    APACT Applicant activity type
        005 Appointment for interview
            IDTXT MAIL-APP-INTERVIEW
            RECV1
            RECV2 X
            RECV3 X
            SUBTY 0001
            OUTBX X
    After this you have to take care of the standard text in SO10 and here you will need a abaper to put the variable name etc which you would require... to place....
    if any further queries ...let me know..
    regds
    SS

  • Email Offer letter to Applicant

    Dear All
    I have a requirement where an Offer Letter is to be emailed to an applicant to his personal email ID maintained in IT0105 subty 0010.
    I have heard there are some standard features like "MAILS" and "PACTV" which can be used for this. The features uses some standard texts(SO10) objects.
    Please list the steps I need to perform in configuration. Also, the Name of the applicant needs to appear in the Offer letter.
    Can this be done by configuration alone? Or some ABAP development is also required for the same.
    Thank you,
    Kind Reagards,
    rumh

    Hi rumhat,
    yes there is  standard apllication for getting the mail activated viz applicant activity types/ status......
    below is the part which has to be customizied in order to get the mail activated..... you choose feature PACTV for assigning the aplicant activity types to the status of the application.... based on which automatically the mail can be triggred........and feature MAILS  define the activiyt type and the std text which you want to activate.... ex  Below the std text used is MAIL-APP-INTERVIEW which will be called if activity is appointment for interview..... meaning of variuos variable can be found in the forum.....
    APACT Applicant activity type
        005 Appointment for interview
            IDTXT MAIL-APP-INTERVIEW
            RECV1
            RECV2 X
            RECV3 X
            SUBTY 0001
            OUTBX X
    After this you have to take care of the standard text in SO10 and here you will need a abaper to put the variable name etc which you would require... to place....
    if any further queries ...let me know..
    regds
    SS

  • E-Recruitment - Hide the details in Offer letter- Smart form

    Hi,
    We need to hide the details in offer letter for some users of E-Recruitment.
    I followed the below steps, but when click ‘Extend Offer’ Activity, flow does NOT stop at break point in custom smrtform and displays the all information.
    1)     Copied smart form ‘HRRCF_CS_EXA_OFFER_CONTRACT’ to’ ZHRRCF_CS_EXA_OFFER_CONTRACT’.
    2)     Made the configuration to call custom smart form.
    3)     Declared one global variable 'LG_ALLOW' in Initialization of Global Definition. Right now I’m passing ‘space’. Later I’ll write the logic to populate this field.
    4)     In ‘Condition’ Tab of ‘Main window’ I put the condition 'LG_ALLOW = X ‘.
    5)     Still I’m seeing the Main window information in E-Recruitment application, which is not expected.
    May I know why it behaves like this?
    Whenever we see the offer letter in E-Recruitment application, our customer smartform should trigger. Am I Right?
    My requirement is to hide the offer letter information to specific support team role assigned to users through check in the customer smartform. Please help me to achieve this.
    Do let me know, if you need anything else.
    Regards,
    ...Naddy

    Hi Naddy,
    I am still not fully clear. Do you talk about the dataoverview for the activity you get by clicking on the activity name in the activity list or do you talk about the display option for the correspondence you can call when you are in creating/ changing the activity?
    Best Regards
    Roman

  • Need to assign Role into step type mail in recipent type

    Hi Experts,
      I need to assign role to  for step type send mail recipent type . but in drop down there is not any role option to assign . to achive this i created organization  then position and assing job to that position then assigne to role under that job . after all in recipent type i assigned  with job . but when i execute workflow i am getting error . even i dirctally assign role to position and then assigne that position to recipent type. when executing my workflow i am getting error .
    but if a assigne user to position or job my workflow working properlay.  is there any proble to assing Role to Job or position.
    please let me know is there any  extra thing i need to take care when i assign  Role to position or Job .
    point will rewarded for right answer.

    Hello,
    Get the users assigned to the role into a container element in the previous step of 'SendMail' step and use the same as the recipient of the Sendmail step.
    This would be a better and easy option as Arghadip said.
    Hope this will help.
    Regards,
    Samson

  • Every time I right-click an image in Firefox 3.6.12 to view image size info it says "Unknown (not cached)". Any ideas on why this could be happening and how I can stop it? My OS is Ubuntu 10.10. If you need any more info let me know.

    Every time I right-click an image in Firefox 3.6.12 to view image size info it says "Unknown (not cached)". Any ideas on why this could be happening and how I can stop it? My OS is Ubuntu 10.10. If you need any more info let me know.

    Is the disk cache and the memory cache enabled?
    You can check these prefs on the about:config page.
    * http://kb.mozillazine.org/browser.cache.disk.enable
    * http://kb.mozillazine.org/browser.cache.memory.enable
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    Your More system details list shows two outdated Flash plugins that you should remove and update to Flash 10.1 r102 or at least remove 10.0 r45 and wait until your distribution offers a 10.1 r102 update.
    # Shockwave Flash 10.0 r45
    # Shockwave Flash 10.1 r85
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • Where is the changed Job Offer Letter stored?

    I am changing the text of Smartform for Job Offer in portal. Once the text is added i am able to send the new version of Job Offer to email. But my requirement is to get the new Job Offer Letter and store it in an archiving system
    I am not sure if the new Smartforms gets stored somewhere SAP database tables. If it does how do i get it?
    Any help will be appreciated.
    Thanks

    Hi,
    Even i am not very sure where exactly it gets stored. but i can give u a direction to check out classes
    starting with cl_hrrcf_* and ending with bl i.e. cl_hrrcf_*_bl in tcode se24.
    Here you will find some classes related to activities where you will be able to retreive the letters.
    Also go to infotype 5136 i.e. in se11 check hrp5136 and see if there are any entries
    In this infotype, the following data is stored for an activity of the Simple Correspondence category:
    ●      Activity Type
    ●      Global Key for Activities
    ●      Activity Status
    ●      Due Date
    ●      Type of Related Object (user who created the activity)
    ●      ID of Related Object (user who created the activity)
    ●      Note for Activity (points to a text in the document storage for HR objects)
    ●      Activity Category (Simple Correspondence)
    ●      Completion Date (date on which the activity was completed)
    ●      User Name (user who executed the activity)
    ●      Process (to which the activity for the Simple Correspondence category is assigned)
    ●      Subarea of SAP E-Recruiting (Recruitment)
    ●      Object ID of Talent Group
    ●      Time Stamp of Last Change
    ●      Form (indicates the form used as the template for the correspondence)
    ●      Individual Letter for the activity (points to a text in the document storage for HR objects)
    ●      Individual letter section for the activity (points to a text in the document storage for HR objects)
    see the entry which i have made it bold if this helps. HR_KW is the document storage object used for HR and HR_CONT is the content repository, this letter will sit somewhere in the application server of the E-rec system.
    Regards,
    Divya

  • PDF Digital Signature for Offer letter

    How to enable, pdf digital signature for BI Publisher, we need to enable for the offer letter generated thro' irecruitment .
    Please advice
    Thanks
    Siva

    I haven't seen anything related to doing this for iRecruitment but have you checked over the standard BI Publisher support for digital signatures?
    17 Support for Digital Signature in PDF Documents
    http://download.oracle.com/docs/cd/E10383_01/doc/bip.1013/e10416/bip_digital_sigs.htm

  • ANYBODY KNOW HOW 2 BEGIN WRITING ON A PAGE AS IN A LETER FORMAT FOR A BOOK

    WHEN COMPOSING YOUR BOOK OBVIOUSLY YOU CAN CLICK ON YOUR PAGE AS A SINGLE OR A WHOLE PAGE LOOK AND I KNOW I CAN DROP A JPEG IN LETTER FORMAT WHICH DOES NOT LOOK CLEAR OR VERY PRESENTABLE. QUESTION IS THERE A WAY TO JUST BEGIN WRITING ON THAT PAGE JUST AS YOU WOULD START A LETTER I NEED TO WRITE A POEM IN THAT LOOKS CLEAN AND CRISP ANY SUGGESTIONS ?

    1 - learn to use upper and lower case - all caps is like shouting and very hard to read
    2 - I don't have iPhoto 6 anymore but I believe that some book themes have layout pages that are all text just like iPhoto '08 does - see Liz Castro's page for full descriptions of the iPhoto '08 themes and the layouts available for each to see if that points you in a good direction - http://www.lizcastro.com/iphotobookthemes/
    you may have to spend some time digging around in looking at the layouts available for several themes
    LN
    Message was edited by: LarryHN

  • ImageMate All-in-One with Windows 8.1 - cannot assign drive letter

    Hello, I have SanDisk ImageMate All-in-One which worked perfectly well with Windows 7. I recently installed Windows 8.1. The external reader is OK with SD cards, but could not recognize my CF card. The card is SanDisk Extreme 32GB (120 MB/s) After reading in multiple forums, I found this page: http://kb.sandisk.com/app/answers/detail/a_id/12483/kw/imagemate+firmware After successfully applying this updated firmware, not I see the card, but only in the Windows Disk Manager. I cannot access it in the Windows Explorer because the drive has no letter. But when I right-click on the drive and try to assign a letter, I get: "The system cannot find the file specified." Please help!

    I am just the opposite.I can not read SD cards.Windows keeps popping up forme to format this drive.Tech support told me thisNote: If you are using Windows 7 or above, please make sure your card is in the reader while it is connected to the computer.The system now recognizes the image mate but still I can not read SD cards.All others are fine!Just wondering what you would do if youdid not have all of the cards supported?Luckily I did. 

  • Cannot reinstall windows 10 Technical preview after getting black screen at start. will not let format drive or install

    cannot reinstall windows 10 Technical preview after getting black screen at start. will not let format drive or install

    you may need to use a DVD from an earlier version of Windows or slave the disk to wipe it with disk manager
    Place your rig specifics into your signature like I have, makes it 100x easier!
    Hardcore Games Legendary is the Only Way to Play!
    Vegan Advocate How can you be an environmentalist and still eat meat?

  • Convert Script from DINA4 (A4) format to letter format

    I want to convert SAP script "EHS-PERSLIM-A4" from DINA4 (A4) to Letter format.
    What steps do I need to do to accomplish this?
    Please advice.
    Thanks.

    Hi,
    copy that script (EHS-PERSLIM-A4) to ZEHS-PERSLIM-let
    and change the page format to LETTER in basic settings
    Regards
    Krishna
    Edited by: Krishna Gowrneni on May 19, 2009 3:46 AM
    Edited by: Krishna Gowrneni on May 19, 2009 3:47 AM

Maybe you are looking for

  • Surface Pro 2 using Bitlocker startup PIN

    Hi All, In our enviorment we're using the Microsoft Surface Pro and Microsoft Surface Pro 2 with bitlocker encryption using a startup pin. The operating system using is Windows 8.1 We're using the folowing GPO settings for Bitlocker encryption: - Req

  • How to get the values of managed metadata columnn through object model

    Hi, I need to read the values from a managed metadata column, which is set to display entire path. Eg. My value looks like Critical:Important:Interesting:Routine:Not Evaluated without hardcoding these values, can i find which level of child has been

  • BW Statistic reports has 'VIRTUAL-00001' entries

    Hi all; I ran a BW stat report which comes from BW stat multiprovider, to see what are the reports that were used for last year and I got some entries with report name VIRTUAL-000011 VIRTUAL-000016 VIRTUAL-000006 Also I have on entry with just letter

  • Display freezes at boot until screen moved

    March 2010 Macbook Pro 15 - display freezes at boot from cold. First image is dark purple, this lightens to patchy grey with vertical lines. Move the screen and the display changes to account log in screen, but track pointer is frozen and screen gamm

  • No Adobe Program run

    I´m using Photoshop 5.1 and Indesign 5.5 on my Mac. Since Yesterday both programs did not starting. I uninstalled the applications, installed them again with my serial numbers, but nothing happens. Still the same problem: Nothing goes on, when clicki