Run the process list Page

I have a list on page 1.
I also have a process page (offer - after the validations and calculations).

When I click on one of the items on my list, it must run the page.
I put this item in the list
Target: Page 1
Request: RUN_PLAN

On the process of my page, I set the condition for
Request = Expression 1
Expression: RUN_PLAN

When I click on the list item, the page sends, but the process is not running.

What I am doing wrong?

Gus

The request matches an element name. If the conditional Expression of Type PL/SQL would be something like this:

:REQUEST = 'P1_SELECT_LIST'

Denes Kubicek
-------------------------------------------------------------------
http://deneskubicek.blogspot.com/
http://www.Apress.com/9781430235125
http://Apex.Oracle.com/pls/Apex/f?p=31517:1
http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
-------------------------------------------------------------------

Tags: Database

Similar Questions

  • How can I get the songs on my wish list?  There is no indication as to how to buy on the wish list page.

    How can I get the songs on my wish list?  There is no indication as to how to buy on the wish list page.  I searched for over an hour for the method to buy songs from the wish list.  Very frustrated!

    Is this a question about Apple TV.

  • the task list page

    I can see the change in the task list page at PT 8.51.

    Previously, I was using 8.48 PT and it looks different.


    Can someone let me know more about it and to give the link to the DOC who will help me to understand the new features of page list jobs in PT 8.51 on CRM 8.8

    Hello

    The CRM task list is different from the worklist PeopleTools.

    If you switch to PeopleTools 8.51, the feature does not change, only the changes to the appearance and usability.

    See doc on the operation of the list of tasks in the chapter following work with the CRM task list
    http://docs.Oracle.com/CD/B28703_01/PSFT/Acrobat/crm88act-B1202.PDF

    See all PeopleBooks on CRM 8.8 see this link
    http://docs.Oracle.com/CD/B28703_01/PSFT/HTML/doclist.html

  • How can I run the process steps in the call has a shape in the workspace and view the result

    Hi all

    I hava a process with two steps

    1. one runs the sql query and returns 'invoices me' data, I put these data in the fields in my xfaForm variable
    2. the second is a renderFormPDF witch takes a repository xdp and xfaForm as form data.

    When I run the process in the workbench, I have the right result: the pdf has fields filled by extracting data from sql query.

    but when I call the process of work space it gives me only the model without data.

    I think the process is not yet completed.

    Sorry, you just have a step of user if you wanted to send the form to the user using the interface of the workspace.

    Jasmine

  • CFEXECUTE to run the process of C:D - running get permissions error in C:D possible side

    I'm running a statement of CFEXECUTE in CFScheduler work that is supposed to C:D a file from one Windows Server to another Windows Server.

    I have successfully built the C:D batch processing and can run it successfully from the CMD prompt (by double clicking on the name of .bat file).

    Here's my response:

    "< name="C:\Windows\system32\cmd.exe cfexecute "arguments =" / E:\inetpub\WWWROOT\Tips\ScheduledJobs\tips_to_tws.bat "c

    The job completes without error, but I get an error C:D - LAPP010I - submit a file open failure. CCODE = 8 INSTANCES = 0

    So my thought process is the following: when I go and run the command C:D by double clicking on it alone - it takes my id/password as the presenter.  This is evident by looking at the logs C:D.

    And when I run the CFScheduler work, executed the command CFEXECUTE, he uses the XXXXXX id to run the C:D command.  So my question is what is the XXXXXX id?  I don't have a ColdCusion running on a special service account, so I'm not familiar with what id he would be associated.  So, any help would be appreicated.

    Here is a description of the problem, as well as of a workaround.

  • Enable reassign the button on the task list page

    Dear all,

    We are on 8.51.14 and the use of AWE for workflow routing (new advanced workflow). But the buttons, mark worked and reassign are disable for lists that we have created. Does anyone know how we can make it active?

    Thanks in advance.

    Dennis

    This has been disabled to activity - Step level of activity EOAW_ROUTE

    The option "Checked when worked" in the attribute in the list of tasks of the activity EOAW_ROUTE been put Programmically instead of the default value recorded.

    This is expected behavior. If you mark the worklist as worked from the task list, the transaction would have a pending status.
    AWE marks the task list a net after user access approval page from the task list and approves or declines the transaction.

    I would like to advice you take a look on the Webcast of RESPECT to advise for dept of information on how it works.
    https://support.Oracle.com/CSP/main/article?cmd=show&type=not&ID=1400762.1#PSentprse

  • I have a webapp when the load list page I want to get the list with a default filter

    Hello

    I have created a Web application, load when the page of list of webapp, I want to list page showing items with a default filter, how do I get it?

    Thank you

    CAD

    It goes like this:

    -set up your categories or classifications in admin

    -Add a class module to your page by example/format of lists, in the following

    {module_webapp, 12345, c, 98765} where 12345 is the application web and 98765 id is the id of category (if you are using the Add-ons Manager, he will do it for you

    -create links witht in the following format:

    /listings? CategoryID = 12345

    /listings? CategoryID = 67890

    and so on.

    When you land on this page /listings with the category id in the url, the web app module filter elements of web application and view only those who belong to the category of the URL id.

    I hope that helps!

    Mario

    www.twoblokeswithapostie.com - help BC partners since... forever!

  • dynamic category list link to the product list page does not

    I have a list of dynamic category which is filled from a mySQL database

    <? PHP {? >}

    < li > < a href = "product - list.php? CatID = <? PHP echo $row_Recordset1 ['CatID'];? > "> <?" PHP echo $row_Recordset1 ["productGroupGUID'];? > < /a > < /li >

    <? PHP} while ($row_Recordset1 = mysql_fetch_assoc ($Recordset1));? >

    im not sure if the aboive is correct?

    I need to link to the product page and just show all products in this category

    list of php code is

    $var1_Recordset1 = "-1";

    If (isset($_GET['CatID'])) {}

    $var1_Recordset1 = $_GET ['CatID'];

    }

    @mysql_select_db ($database_lotties, $lotties);

    $query_Recordset1 = sprintf ("" SELECT * FROM lottieProducts, lottieCat WHERE lottieCat.CatID = lottieProducts.CatID AND lottieCat.CatID = %s ", GetSQLValueString ($var1_Recordset1,"int")");

    $Recordset1 = mysql_query ($query_Recordset1, $lotties) or die (mysql_error ());

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    $totalRows_Recordset1 = mysql_num_rows ($Recordset1);

    Thanks in advance

    He made

    $varCat_rsProductData = '0 '.

    If (isset($_GET["cat"])) {}

    $varCat_rsProductData = $_GET ["cat"];

    }

    @mysql_select_db ($database_lotties, $lotties);

    $query_rsProductData = sprintf ("" SELECT * FROM lottieProducts WHERE lottieProducts.CatID = %s ", GetSQLValueString ($varCat_rsProductData,"int")");

    $rsProductData = mysql_query ($query_rsProductData, $lotties) or die (mysql_error ());

    $row_rsProductData = mysql_fetch_assoc ($rsProductData);

    $totalRows_rsProductData = mysql_num_rows ($rsProductData);

    link to the chat list

    ">

  • tabs/doSubmit is not triggering the process of page

    Hello, I have 9 tabs, with the doSubmit('MYTAB') on them and a load of different shapes on different pages. All the pages have something to fill + 4 buttons; 2 PREVIOUS and NEXT 2 (the top and bottom of the page). I also have an unconditional page treat this updates present things in the database.

    Now, the buttons are ok, clicking on them fires the database update process, but do not have the tabs. I get my panties in a complete twist over this, my deadline is tomorrow, and I just noticed this problem (I don't know if she has been there before either)... :(

    Live HTTP headers seems to indicate things are sent to the server in the case of bot (by clicking on the tabs or by clicking on the buttons), but that's all I could find.

    Needless to say I'm extremely desperate... (and hoping that ask this question again lead me to the answer on mine: D)

    Published by: wand on 24-Sep-2009 08:53

    Anna - processes must fire before the calculations. Change the attribute of Point of the process in ' on submit - before the calculations and Validations ' and they will fire when a tab is used to send the page.

    Scott

  • Method of child Taskflow in running the taskflow parent page

    Hi all

    I have a problem with the verification of data incorrect form Parent Taskflow button to check the incorrect data update in the display of the child page Taskflow object.

    JDev version: 11.1.1.3
    Scenario:
    External container page a back button to check child Casil taskflow gave incorrect update or not. Child Taskflow transaction is always create new transaction and not shared. But ControllerContext, root: service always related to the other viewobjects that is loaded in other tabs of the external container page, which is also incorrect data verification of an another tabs viewobject given incorrect archive (I must avoid this problem that's why does not not for me with the context of the controller). I'm thining to execute the method of taskflow of child in the parent on the back button to check the incorrect data update for the page the only tabs only. To do this, how can we child access taskflow method of parent with taskflow static region page. Is there a solution to implement it? Thank you very much.

    -Robin

    Hello

    This should work:

    1. child tasks flow setting entry has "parentBean" defined.
    2. the child workflow has a managed bean 'ChildBean' defined in pageFlowScope with a "parentBean" with the property setter/getter.
    3. the parentBean entry of parameter references (in its value property) #{pageFlowScope.childBean.parentBean}
    4. the parent bean is configured on the workflow view parent (viewScope) and passed as a parameter of task flow binding entry. The parent bean has a Boolean property "childFlowTransactionDirty".

    This allows the bean to the child to call the parent bean childFlowTransactionDirty to tell him that the transaction is dirty. On the parent view, you would simply check the status of parentBean for this property.

    Is then how do you set the value to the parentBean of the childTaskFlow. One option is to use a RegionController on the file views PageDef ADF bound in the child workflow.

    public class MyRegionController implements RegionController {
    
        public MyRegionController(){
        }
    
        public boolean refreshRegion(RegionContext regionContext) {
         int refreshFlag = regionContext.getRefreshFlag();
    
          //get access to the ChildBean and its parentBean property. Then call
          //ControllerContext .... to check the transaction state
          //update the childFlowTransactionDirty property
    
          ((DCBindingContainer)regionContext.getRegionBinding()).refresh(refreshFlag);
          return true;
        }
    
        @Override
        public boolean validateRegion(RegionContext regionContext) {
            regionContext.getRegionBinding().validate();
            return false;
        }
    
        public boolean isRegionViewable(RegionContext regionContext) {
            return regionContext.getRegionBinding().isViewable();
        }
    
        @Override
        public String getName() {
            return this.getClass().toString();
        }
    }
    

    Next: When users on the back in the parent view button, you call the ParentView bean childFlowTransactionDirty to check the child task debit transaction to be dirty or not

    Frank

  • Link problem of database in the process of page

    I am trying to access a feature on the database link in a process of onload page. The called function located in another scheme returns a varchar2, based on this value, I'll make appropriate navigation. But it gives the following error from dblink. However, the following select statement works very well in sqlplus. any ideas are appreciated.



    ORA-04054: testschema link of database does not exist


    DECLARE

    v_check varchar2 (10): = NULL;

    BEGIN


    run immediately ' select is_valid@testschema (& APP_USER., 10) in double v_check;

    END;

    Thank you
    Surya

    First of all, you don't want to use &. anything in sql - use a variable binding, and using the clause.
    Second, if you try to create a view with the dblink in there and call the view? Changing the error?

  • Push the action list page

    How can I push a QML page when the user clicks on an element of action?

        actions: [
            ActionItem {
                title: "Item"
                onTriggered: {
                }
            }
        ]
    

    Here you are:

      import bb.cascades 1.2
    
      Page {
        Container {
            background: Color.Black
        }
        actions: [
            ActionItem {
                title: "Item 1"
                imageSource: "asset:///images/emptypixel.png"
                onTriggered: {
                    var theSecond = secondPage.createObject();
            the_id_of_navigationPane.push(theSecond);
                }
            }
        ]
        attachedObjects: ComponentDefinition {
        id: secondPage
        source: "mysecondpage.qml"
        }
      }
    
  • Problem running the process ALBPM 6.0 on WebLogic Server 10 g 3 engine

    Hello

    You follow the Configuration Guide of company ALBPM (for WebLogic) and have successfully deployed applications to WebLogic Server. However, I only managed to start the following applications: 06-workspaceadmin - FDIDS.ear, 09 - RSS - FDIDS.ear and wlj2eedeployer. When I try to start applications 01-eng-bpmsengine or 08-workspace - FDIDS.ear I get the following error:

    «javax.ejb.EJBException: nested exception is: fuego.util.UnsupportedJRE: no supported JRE version.»

    I am running version ALBPM 6.0 M3 with WebLogic 10 gR 3. I uninstalled all my Java JRE as well. Do not know what is causing this problem or how to fix it. This looks like a problem of environment, but where to start? Hoping someone can help.

    Here are more details on the reported exception:

    [HTTP:101216] Servlet: 'engineStartup' failed by preloading at startup in a Web application: "/ albpmServices/bpmsengine. javax.ejb.EJBException: nested exception is: fuego.util.UnsupportedJRE: version not supported JRE. fuego.util.UnsupportedJRE: version not supported JRE. to fuego.util.ValidateJavaRuntimeEnvironment.validate(ValidateJavaRuntimeEnvironment.java:51) to fuego.ejbengine.Engine.start(Engine.java:115) to fuego.ejbengine.servlet.SchedulerServlet.init(SchedulerServlet.java:95) to weblogic.servlet.internal.StubSecurityHelper$ ServletInitAction.run (StubSecurityHelper.java:283) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs (unknown Source) at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64) at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58) at weblogic.servlet.internal.StubLifecycleHelper. ((< init > (StubLifecycleHelper.java:48) to weblogic.servlet.internal.ServletStubImpl.prepareServlet) ServletStubImpl.java:521) at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1893) at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1870) at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1790) at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2999) at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1371) at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468) at weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:204) in weblogic.application.utils.StateMachineDriver.nextState) StateMachineDriver.java:37) at weblogic.application.internal.flow.ModuleStateDriver.start (ModuleStateDriver.java:60)) to weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200) to weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117) to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:204) to weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) to weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60) to weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27) to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:635) to weblogic.application.utils.StateMachineDriver.nextState (StateMachineDriver.java :37) at weblogic.application.internal.BaseDeployment.activate (BaseDeployment.java: 212) to weblogic.application.internal.EarDeployment.activate(EarDeployment.java:16) to weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:162) to weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79) to weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569) to weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:140) to weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:106) to weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:143) to weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit (AbstractOperation.java: 323) to weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:820) to weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1227) to weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:436) to weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163) to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181) to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100) DeploymentReceiverCallbackDeliverer.java:12) to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer $2.run(DeploymentReceiverCallbackDeliverer.java:67) to weblogic.work.SelfTuningWorkManagerImpl$ (SelfTuningWorkManagerImpl.java:516) WorkAdapterImpl.run to weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) to weblogic.work.ExecuteThread.run(ExecuteThread.java:173) javax.ejb.EJBException: nested exception is: fuego.util.UnsupportedJRE: version not supported JRE. to fuego.ejbengine.Engine.start(Engine.java:118) to fuego.ejbengine.servlet.SchedulerServlet.init(SchedulerServlet.java:95) to weblogic.servlet.internal.StubSecurityHelper$ ServletInitAction.run (StubSecurityHelper.java:283) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs (unknown Source) at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64) at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58) at weblogic.servlet.internal.StubLifecycleHelper. ((< init > (StubLifecycleHelper.java:48) at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:521) at weblogic.servlet.internal.WebAppServletContext.preloadServlet) WebAppServletContext.java:1893) at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1870) at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1790) at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2999) at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1371) at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468) at weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:204) in weblogic.application.utils.StateMachineDriver.nextState) StateMachineDriver.java:37) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60) at weblogic.application.internal.flow.ScopedModuleDriver.start (ScopedModuleDriver.java:200)) to weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117) to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:204) to weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37) to weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60) to weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27) to weblogic.application.internal.BaseDeployment$ 2.next(BaseDeployment.java:635) to weblogic.application.utils.StateMachineDriver.nextState (StateMachineDriver.java :37) to weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212) to weblogic.application.internal.EarDeployment.activate(EarDeployment.java:16) to weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:162) to weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79) to weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569) to weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:140) to weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:106) to weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:143) to (weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323) to weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit) DeploymentManager.java:820) at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1227) at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:436) at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:181) at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 100) DeploymentReceiverCallbackDeliverer.java:12) to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 2.run(DeploymentReceiverCallbackDeliverer.java:67) to weblogic.work.SelfTuningWorkManagerImpl$ (SelfTuningWorkManagerImpl.java:516) WorkAdapterImpl.run to weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) to weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    In addition, (from WebLogic):

    Details of the current deployment of State
    Specific to the target consolidated Type name
    A State
    -----------------------------------------------------------------------------------------------------------------
    01 eng-bpmsengine company failed BPMSServer = failure
    Application
    bpmsengine/albpmServices/BPMSServer has no war = failure
    engine - bpmsengine.jar ejb BPMSServer Failed = fail



    Thank you.

    I had similar problem when you try to run on 10.2. See the release notes, I have subsequently found that it only supports 10.1 and 9.2.1 and 9.2.2. I'm running on the 9.2.2. This works.

  • Process of page does not work when column for APEX_ITEM. HIDDEN is not displayed

    I created a region of report based on an SQl query. In the query that I have three columns that should be in a table, but 2 of the 3 columns should not be visible on the report. Therefore, I don't have to Show checked for them in column of the report region attributes.

    In my tests, if I do not display the columns that are in the tables in the report and run the process of page to insert records into a table, I get the error "no data found". Conversely, if I show columns, my insert is successful.

    That's how work bays? Or is there something that I did not properly.

    Here is the query for the report:
    SELECT APEX_ITEM. ASSISTED BY CHECKBOX (1, ROWNUM, "CHECKED");
    APEX_ITEM. Hidden(2,C.PARTY_ID) ID-this is the column I want to hide.
    APEX_ITEM. Hidden(3,C.PARTY_TYPE_CODE) PTYP-this is the column I want to hide.
    C.PARTY_TYPE_CODE,
    S.PERSON_ID,
    S.PERSON_FIRST_NAME AS THE NAME,
    C.PARTY_CASE_ID

    OF THE CASE. C PARTY
    JOIN INTERNAL DN. PERSON S
    ON C.PARTY_ID = S.PERSON_ID

    WHERE C.PARTY_CASE_ID =: P18_CDBCASE_ID
    AND C.PARTY_SEQ_NO =: P18_SEQ


    Thank you
    Keisha

    Published by: user4579720 on 16 Sep, 2009 14:30

    Keisha,

    If you uncheck the "Show" option, then the HTML corresponding to this element is not rendered on the page. Thus, when you try to inspect this element through APEX_APPLICATION. G_F02, it does not exist.

    A trick I use when I want to have hidden items on the page, but does not make them take all space, is to concatenate them to the items that will be visible.

    Using your query for example, I would like to re - write like this:

    SELECT APEX_ITEM.CHECKBOX(1,ROWNUM,'CHECKED')ATTENDED,
    APEX_ITEM.HIDDEN(2,C.PARTY_ID)
      || APEX_ITEM.HIDDEN(3,C.PARTY_TYPE_CODE)
      || C.PARTY_TYPE_CODE PARTY_TYPE_CODE,
    S.PERSON_ID,
    S.PERSON_FIRST_NAME AS NAME,
    C.PARTY_CASE_ID
    
    FROM CASE.PARTY C
    INNER JOIN DN.PERSON S
    ON C.PARTY_ID = S.PERSON_ID
    
    WHERE C.PARTY_CASE_ID = :P18_CDBCASE_ID
    AND C.PARTY_SEQ_NO = :P18_SEQ
    

    Thus, the second report APEX column will contain the HTML code for the PARTY_ID & PARTY_TYPE_CODE hidden items, as well as the value of PARTY_TYPE_CODE. When you submit the page, you should not have problems.

    Thank you

    -Scott-

    http://sumnertechnologies.com/
    http://spendolini.blogspot.com/

  • the user running the export / HFM process

    Hello world

    We need export data on a network share to HFM.
    Informing Department they need to give him access to the network share that I need to specify (in general) - out of HFM, let's use vbscript Rulesfile to create a file and write lines in there.

    In general: what user SYSTEM (for example in taskmanager the user running the process in the operating system and of course not the user of shared services) will write this file? For example, in essbase, it is the user who runs the process essbase = > here I know;).

    -C' is the user who runs the HFM process? Is there any special device for export / when the rules file is run?
    -It is usually the user which was used during the installation?
    -is the general system user?

    I am unfortunately not able to log the servers directly to have a glance - but I just need to ask the right questions of the installation team.

    All responses are much appreciated.

    Thanks & BR,
    Julius

    If you use WriteToFile in HFM rules, the file is generated by the user DCOM of HFM. Thus, the DCOM user must have write access to any network share, you want the output files to, and then all human users should have access to the same share.

    -Chris

Maybe you are looking for

  • Turning on links sends the traffic to the address

    OS Mavericks, 38.0.1 Firefox. When I roll over any link on a page Web Little Snitch throws an alert that Firefox attempts to send traffic to the address associated with the link. This is the new behavior in the last month. I don't have this problem w

  • Where is the menu item "update iTunes game"?

    I am on iTunes 12.4 (Mac) and the menu item "Update of iTunes game" has disappeared from this version. The music library on my Macbook Pro is not sync to the cloud to be available on my iPhone, even if both are signed on the same account and my game

  • My Safari is infected and I would like to remove it

    My Safari is damaged by a virus and I would like to remove, or remove and reinstall safari

  • Need to Backpack for my Satellite P200

    Hello I am looking for a Satellite P200 backpack. But what I found is a 15.4 "backpack (PX1417E-1NCA).Can someone help me please? Thank you

  • Candy crush saga does not open

    Candy crush saga does not open after the update the phone with the last update... my model is VIBE X 2 GOLD 32 GB