Keep using Sc_results.php

Dear all

I work with the service to keep using Sc_results.php in which we have the function of keeping employees.

In what we can use the report to send the right to Notification?

My problem is that I need a few new Notifications to join this list and also remove some of the Notifications that are specific to the United States.

It would be a great help if someone can tell me how we can do it.

Thanks for the help in advance.

ML 130795.1 refers to notifications workflow (p33) "issued Messages of model reporting forms.

Tags: Oracle Applications

Similar Questions

  • What is the difference between the use of PHP and BlazeDS to connect to a service?

    Definition from wikipedia:

    BlazeDS is a server Java remoting and web messaging technology that allows you to connect to back-end distributed data and send data in real time to Adobe Flex and Adobe Integrated Runtime (AIR) Rich Internet applications (RIA). Because of its open licensing, BlazeDS is not forbidden to be used with other client platforms, such as JavaScript/Ajax.

    This means that BlazeDS acts as a server like Apache?

    What is a back-end distributed data?

    Basically, is that you use right PHP, then you do everything yourself, unless you use a framework written in PHP such as AMFPHP.

    So with PHP you use Flex HTTPService control to call your PHP scripts, and the communication is one-way, you call the script and handle the returned data.

    With BlazeDS and AMFPHP, you can use the Flex RemoteObject controls for two-way functionality "server push", as a stock market update automatically without the user do anything if the price of a stock rises.

    Backend distributed data simply means that you have the data elsewhere (not on the user's computer), and it could be distributed (on several servers).

    If this post answers your question or assistance, please mark it as such. Thank you!

    http://www.chikaradev.com
    Adobe Flex development and Support Services

  • How to download a file using FileReference + PHP?

    How to download a file using FileReference + PHP?

    If you could help me with two examples of code AS code and code PHP to a working example.

    Thank you

    Jorge

    http://www.Flash-DB.com/tutorials/upload/upFiles.php?page=1

  • Using Sessions php component to the search functionality in a non-login site

    Of course sessions are used for connection scenarios.  My question is, since in a web page that has the feature of research and where the public user does not connect. but rather, is simply a search on a database table by using the appropriate html search entry form and accompanying the php script. a php session component is used?  The user is connected to the database as part of the search function, so if a php session component is included in order to close this topic, assuming that the connection can be closed, using a session element, in this circumstance.  Or well, the connection is closed all just when the user moves to another web page?

    It seems for that database connection may remain open an excessive amount of time should the user not down the search page or a page of results.  Thanks in advance for any input.

    It seems for that database connection may remain open an excessive amount of time should the user not down the search page

    Not how it works. As soon as the script runs, the database connection is released. It doesn't matter if the user is still looking at the page.

    so include a component php session in order to close this topic

    Also no how it works

    For research, I use POST. You can also use GET.  Using SESSIONS would not normally make sense, since the variable SESSION must get populated by POST or GET data anyway.

    Sessions serve not only for the opening of the session. They are nice for shopping cart States peacekeeping because the user can leave the 'store' and go to other parts of the Web site and shopping cart data disappear.

    I uses sessions to keep track of the language that the user selects and other important variables. I also put the language in the url parameters, but store it in the SESSION table is a fallback measure.

    php session component

    Just to be clear, SESSIONS are not part of PHP, even though they are frequently used together. SESSION, POST and GET are all part of the server environment.

  • Cannot use the php on localhost command after firefox update

    I'm doing a site on my desktop using wamp. And I'm working on a contact email form. Now before Firefox updated to the new version of the e-mail sent fine. Now after the update it is not sent more.

    So I tested using Internet Explorer. And e-mail present very well.

    It is difficult to imagine how a change in Firefox would affect your PHP form processing...

    Can you tell if Firefox fails to submit data or changed any header that it sends?

    What is a shipment of normal form or using XMLHttpRequest?

  • Apple Mail: How can I 'forget' a person wrong email address at which the system keeps using?

    When you use auto-completion of e-mail addresses in the composition of a message, an address of 'bad' for someone keeps filling. How can I erase this address from the semi-automatic system, even if it is used on several messages in my mailbox?

    Please take each of the following steps that you have not already tried it. Stop when the problem is resoved.

    Step 1

    Mail associate a name with an address by searching for the address in the database of Contacts. What are you doing and correct Scripture or Scripture.

    Step 2

    If the alias is associated with your own address, select your card in the Contacts application. Then select

    ▹ card make my map

    in the menu bar.

    Step 3

    Remove the address unwanted from the list of previous winners under the window menu.

    Step 4

    The spell checker can be falsely correct the entry. Please select the incorrect entry and click or control. In the context menu, select

    Spelling and grammar ▹ display spelling and grammar

    A small window will open. In the top text box, enter the correct text, then click on change and close the window.

    Step 5

    Quit mail and Contacts. Back up all data.

    Triple-click on the line below on this page to select, then copy the text to the Clipboard by pressing Control-C key combination:

    ~/Library/Application Support/AddressBook

    In the Finder, select

    Go ▹ go to the folder...

    from the menu bar and paste it into the box that opens by pressing command + V. You won't see what you pasted a newline being included. Press return. A folder named "AddressBook" should open.

    In the folder, there are one or more files with name starting ' AddressBook - v22.abcddb. Move these files to the trash. Lancer throw contacts, then launch Mail and test. You may need to log off or restart the computer to see a change.

    If the problem is resolved, empty the trash.

  • Submitting a form Via the REST API using the PHP library request

    Can someone send please how to use the library to query PHP found at fredsakr/eloqua-php-request · GitHub to publish form to Eloqua data?

    So far, I have following:

    // include the Eloqua REST client 
    require_once('eloquaRequest.php');  
    
    
    // define the Contact class  
    class ContactForm  
    {
      public $FirstName;  
      public $LastName;  
      public $PhoneNumber;
      public $Institution;  
      public $ContactComment;  
      public $EmailAddress; 
    } 
    
    $client = new EloquaRequest('SITE', 'USERNAME', 'PASSWORD', 'https://secure.eloqua.com/API/REST/1.0');
    
    // instantiate a new instance of the ContactForm class 
    $contact = new ContactForm();  
    $contact->FirstName = 'Sample';  
    $contact->LastName = 'Import'.date("Y-m-d-H-i-s");  
    $contact->PhoneNumber = '111-111-1111';
    $contact->Institution = 'Company Name';
    $contact->ContactComment = 'This is a test of the API';
    $contact->EmailAddress = '[email protected]'; 
    
    // invoke a POST request to create the contact 
    $response = $client->post('/data/form/45', $contact);
    
    


    However, it returns the following:


    array(1) { [0]=> object(stdClass)#318 (4) { ["type"]=> string(21) "ObjectValidationError" ["property"]=> string(11) "fieldValues" ["requirement"]=> object(stdClass)#316 (1) { ["type"]=> string(23) "NoDuplicatesRequirement" } ["value"]=> string(6) "" } }


    Can someone give me a guide step by step on how to do it properly please?

    Hello world

    We have added a 'sample' in the repository of PHP library folder request on Github. The first example shows how to submit form using the API data:

    Please note that you can describe the form fields and other metadata using the following endpoint:

    Hope this helps and please let me know if you need more information.

    Thank you

    Fred

  • SSD keeps using all available space

    My new SSD boot drive is 240 GB and only was Win7 and Adobe Master Collection, about 90GB but keeps the rest of the 240 GB SSD from filling.  Is this a problem with Win7, Adobe SSD?  I use two 3 TB HDD to capture and export, storage, etc.  I keep only the operating system, Adobe and Nero programs as well as the follow-up of the motherboard etc. SW on the SSD drive C.  Its a Corsair GTX 240 GB.  All brand new this year.  The system is PC.  Card mother Asus Sabertooth X 79 with i7 CPU 3.4.  64 GB OF RAM.

    If you use 90 GB of your SSD for the OS & programs (which is huge), I can assume only you did not disable hibernation and did not withdraw hyberfil.sys. With so few programs, it takes not more than about 35-45 GB.

    For the rest, it stores the file where you told them to be stored. If for example your media cache is ordered to this SSD, it is logically. Change this in the preferences.

  • a link to a recordset using a filter using confused php

    I have a product page that shows all the products in the form of images.

    When the user clicks on an image I need to link to all products with the same id of category

    below, I have the product of the product page

    "" < a href = "trousers.php" > < img src = "... / pictures/BL2012/romper costume, small, JPEG, Black Superhero.jpg" width = "115" height = "86" alt = "Raglan romper" / > < / has >

    I then the results page and all I want to see on this page is the pants which are in category 4 in the mysql database

    This is the detail page php content (I have so far joined the product with the category table table

    <? PHP

    @mysql_select_db ($database_beau, $beau);

    $query_Recordset1 = "SELECT * FROM beaProdSizes, beauCat WHERE beaProdSizes.CatID = beauCat.catID";

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

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    $totalRows_Recordset1 = mysql_num_rows ($Recordset1);

    ? >

    I have also a menu "select" currently fulfils all the products that the category has not been filtered

    < form id = "FormName" action = "" method = "get" name = "FormName" > "

    < select id = "selectName" name = "name" >

    < option value = "select Design" > select Design < / option >

    <? PHP

    {}

    ? >

    < option value = "<?" PHP echo $row_Recordset1 ['name'];? > "> <?" PHP echo $row_Recordset1 ['name'];? > < / option >

    <? PHP

    } While ($row_Recordset1 = mysql_fetch_assoc ($Recordset1));

    $rows = mysql_num_rows ($Recordset1);

    If ($rows > 0) {}

    mysql_data_seek ($Recordset1, 0);

    $row_Recordset1 = mysql_fetch_assoc ($Recordset1);

    }

    ? >

    < / select >

    Thanks in advance

    Jonathan Fortis wrote:

    When the user clicks on an image I need to link to all products with the same id of category

    Add a query string for the link:

    ?CatID=4">Raglan Romper Suit

    In the advanced Recordset dialog box, change the SQL query like this:

    SELECT * FROM beaProdSizes, beauCat

    WHERE beaProdSizes.CatID = beauCat.catID

    AND beauCat.catID = var1

    Click on the button "+" next to the Variables and use the following settings:

    Name: var1

    Type: Integer

    Default value: [use-1 or ID of a default category]

    Running value: $_GET ['CatID']

  • Cannot create files in the database by using the PHP Data Service

    Hello, I was stuck on this during a few days and get up and down for this on the net, no response, I found did work, so I come back to you...

    Here are the steps I took, I think that's pretty standard

    1. I have a macbook pro running osx 10.7.3

    2. I installed MAMP default all the (I've acually reinstalled this because someone suggested it could fix)

    3. via phpMyAdmin, I created a database called my_test

    4. in this database, I created a table, it is the export of this table: (I also tried with InnoDB, which is the default)

    CREATE TABLE 'client')

    int (10) 'id' unsigned NOT NULL AUTO_INCREMENT,

    'name' varchar (50) NOT NULL,

    'email' varchar (150) NOT NULL,

    PRIMARY KEY ('id'),

    UNIQUE KEY 'id' ('id')

    ) ENGINE = MyISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT = 1;

    5. I created a new project of Flx (running Flash Builder Premium 4.5.1)

    Project name: PHPTest

    Type of application: Desktop (although I did the same thing with the Web and got the same results)

    > > Next

    Type of application server: PHP

    Web root: / Applications/MAMP/htdocs /.

    Root of the URL: http://localhost: 8888 /

    Click on "Save Configuration" and who worked

    Output folder: / Applications/MAMP/htdocs/PHPService (default value of Flash Builder)

    > > Finish

    6. in the Data/Services on the background tab, I click on "connect to data or services...". »

    Select "PHP".

    > > Next

    Select «Click here to generate a sample»

    Select the option "Generate database"

    User name: root

    Password: root (default for MAMP)

    Host name: localhost

    Server port: 8889 (default for MAMP MySQL port, the default HTTP port is 8888, which, in both cases, seems to work, but all the videos I've seen that use MAMP on youtube uses 8889)

    Database: my_test

    Click 'Test connection' (work)

    Table: customer

    Primary key: id of (this field is dimmed and Flash selects Builder 'id', which it appears in the SQL table)

    > > Click OK

    7. then if I do not have the Zend Framework folder in my/Applications/MAMP/htdocs/folder it tells me its going to do this and I mean. Then Flash Builder said some things about how it really is for testing, not production server ready and I mean.

    8. then it brings back me to the form of step 6 when I have the chance to select «Click here to generate a sample»

    These fields are now filled with these data automatically:

    PHP class: /Applications/MAMP/htdocs/PHPTest/services/CustomerService.php

    Name of the service: customer service

    Package: services.customerservice

    Type of data package: valueObjects

    > > Click on Next (shows all functions, which will now be availible)

    > > Click done (end shapes and she opens Dreamweaver in the php file it created CustomerService.php that I didn't need to change so that I have that closes down)

    9. back in Flash Builder I switch to design mode and drag a datagrid control onto the large white area in the Middle, no matter who is called.

    10 slide below in the Data/Services on the bottom tab I click the "GetAllCustomer" function on the top of the data grid.

    I say yes to bounce, then click ok and the display of the data grid is updated with the columns of the 'customer' table in mySQL.

    (Now I would like to say that when I hit save and compile it, if I actually had documents in this table I have insert via phpMyAdmin, this is displayed in the datagrid control) So for all the CRUD, I am able to get the R which is read)

    11. now go back to the designer view in Flash Builder, I'll create a form to create the table records... (I guess this isn't really a step)

    12. in the data on background tab/Service I select the function 'createCustomer' and then there is an icon called "Form generating" that looks like a white sheet of paper with a sprocket on the bottom of things.

    13. This opens a new form and because I don't have a crazy bunch of fields in my table I click just finished (if you click then you can specify which fields you want to exclude from the form, but this time I don't have to)

    14. This creates actually 2 forms if you look at the code, the second shows just the return type of when you click on the button 'CreateCustomer' on the first form. Because they overlap in design mode I drag the form so you can see the entry form, the return form and the datagrid

    15 then I save and compile...

    (Also if your reading this fact does not delete the field in form of code, I get the same result, so be it, but if you do not delete the form field in the code/design you must also update the function button do not deal with the id before he is deported to the php page, since in this case the MySQL table's auto_increment sorry id value that does not have a lot of) sense, but this small area does not matter much anyway)

    16. now fill some data you want for name and email, try different numbers in the field id as 0, nothing, 1, 1000, then click on 'CreateCustomer '.

    (For me that nothing happens, no return is put on return, no error appears and the datagrid control is not updated with the new record, passing also to phpMyAdmin and checking her browse the table does no changes, I know that the button calls the function because if I add a state change it in this function of changes) , it seems that the line:

    createCustomerResult.token = customerService.createCustomer (customer2); does nothing)

    So no idea what is wrong here, I am convenced that's something stupid easy simple, I can't see it.

    So, I thought about it after 24 hours to post my question and probing every thing I could think about. I've been stuck with this problem for over a week, so I'll give myself credit for this one...

    userService.commit ();

    need to be added at the end of the function of button to force flex to do what seems every tutorial that I've ever read on how to do online is no need or mention, don't know why it worked without them but at this point I don't really like.

  • Need help getting A value in My App using xml/php http request

    I know that maybe this isn't the place to ask questions about php, but I thought that people may have encountered a similar problem and I'm getting desperate basically my application's data is stored in a mysql database table, and what I have to do is to get the value of auto increment of this table in my application via an http request. I'm doing a php file that gets this value and displays this value in the xml format, but I'm terrible at creating php to do such things and just get the constant errors. Can someone take a look at this and help me to tweak it so it does what I want it please? The table in question is called links and the line/field/column in the table I'm after is called linkid. This is the next value of auto-increment this line printed in xml format, that's what I want. Here is the php so far:-

    <?php 
    header("Content-type: text/xml"); 
    $host = ""; 
    $user = ""; 
    $pass = ""; 
    $database = ""; 
    $linkID = mysql_connect($host, $user, $pass) or die("Could not connect to host."); 
    mysql_select_db($database, $linkID) or die("Could not find database."); 
    $tablename   = "links";
    $next_increment  = 0;
    $qShowStatus   = "SHOW TABLE STATUS LIKE '$tablename'";
    $qShowStatusResult  = mysql_query($qShowStatus) or die ( "Query failed: " . mysql_error() . "<br/>" . $qShowStatus );
    $row = mysql_fetch_assoc($qShowStatusResult);
    $next_increment = $row['Auto_increment'];
    echo "next increment number: [$next_increment]"; 
    ?>
    

    Hello

    step 1. the customer wants to add a new record. and sends a request for a new record

    step 2. the server adds a new record in the database (now its Blanck) and returns its ID number

    step 3.  the customer has now has an appropriate identification number and use it to add a new object to the table

    step 4. the customer with a registration ID and the new data for this "empty folder" is an update not an insert.

    step 5. You now have the table and database synchronization.

    David.

  • using the PHP editor when filename not name.php

    I'm working on a project that uses .inc for included PHP files. Dreamweaver 8 can be configured to recognize as PHP source and treat them as such (code hinting, colors, etc.)?

    ega1 wrote:
    > I am working on a project that uses .inc for included PHP files. Dreamweaver 8 can be configured to recognize as PHP source and treat them as such (code hinting, colors, etc.)?

    http://www.Adobe.com/go/tn_16410

    --
    Adobe Community Expert David Powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • You can use a php variable to filter a Recordset?

    I have a table of "events", which have a description and, more importantly, for this a number of months. (1-12 for the months of the year, when the event takes place).

    I used the function date of php on a page for digitally, what month it is now $thismonth = date("n");

    I want to filter my recordset by bringing only events which take place during the current month so where event_month = $thismonth

    IS this possible? It seems it should be easy to do but I can't make it work.

    Thanks in advance

    Dave

    jnkjnkjnkjnkjn wrote:
    > I want to filter my recordset by bringing only events taking place
    > during the month so where event_month = $thismonth
    >
    > IS it possible? It seems it should be easy to do but I can't seem to
    > work.

    Yes, it is very easy, but you need to do a little coding by hand. In the
    Advanced Recordset dialog box set the end of the SQL query to the place WHERE
    event_month = 1. When you save the Recordset, change the SQL for
    WHERE event_month = $thismonth.

    --
    Adobe Community Expert David Powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • The use of PHP in a dreamweaver site? Help!

    Hello

    I have a question regarding the use of a PHP script in my Web site. Do I have to convert the XHTML page? If there is anyone that could help I would be very grateful.

    1 million thanks!

    John

    In order to see the PHP make you have to publish your site to a server or have PHP installed locally to run it. I publish just the Web site in an obscure folder (so no one can get to it).

  • Download a file using a php script when running applications with LCD screens

    Hello! I'm developing an application in Flex 2 / Java - running on the LCD / JRun server.

    I'm trying to add downloading features. I use a script php to the download section.

    First, I'm just trying to put the script in the application directory. Does not work.
    After that I created an apache server where I put a small web site with my script. He tells me that my file is downloaded correctly, but I can't find the file. The apache log I don't give no errors.

    Can someone help me?

    Originally, I had problems w / the file placed in C:/whatever.ext b/c I was not using relative paths.

    This is the code I use:
    --------------------------------

    $MAXIMUM_FILESIZE = 1024 * 1024 * 2; 2 MB
    $newFileLoc = '. '. "/ wherever/file.jpg.

    If ($_FILES ['Filedata'] ['size'])<= $maximum_filesize)="">

    move_uploaded_file ($_FILES ['Filedata'] ['tmp_name'], ".") / temporary / ". $_FILES ['Filedata'] ['name']);"

    Rename ("./temporary/". $_FILES ['Filedata'] ['name'], $newFileLoc);
    chmod ($newFileLoc, 0777);

    }

    ---------------------------

    Editing of this article by Adobe:

    http://livedocs.Adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=live Docs_Book_Parts & file = 17_Networking_and_communications_173_6.html

Maybe you are looking for