HTML Coding Issues with Dynamic Sites

I am trying to create a button using the sliding doors technique and I think I have the correct css, but the issue comes with the HTML.
Here is the CSS:
.Button
/* Sliding right image */
    background: transparent url('../Images/button_right_02.png') no-repeat scroll top right;
display: block;
float: left;
height: 38px;
margin-right: 6px;
padding-right: 20px;
text-decoration: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
.button span {
/* Background left image */
background: transparent url('../Images/button_left_02.png') no-repeat;
display: inline;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
.button:hover span{
text-decoration:underline;
However the HTML is a little bit tricky.  I only get the right side of the image to show up on the button.  Here is the HTML:
<td colspan=2 ALIGN=center class="button">
       <table BORDER=0  CELLPADDING=3>
<tr>         
                  <td align=center><input name="Button" type=button class="Button" OnClick=submitScreen(&quot;AccountSummary&quot;) value="Back to Summary"></td>
            </tr>
       </table>
    </td>
This is what I am ending up with:
This is what I am trying to get to:
The latter image I am able to get to with my own HTML that looks like this:
<body>
<a class="button" href="button2.css"><span>Account Summary</span></a>
</body>
But I need to incorporate that so it works in the above HTML (incorporated with an external database)
Your help is appreciated.

Dude I git you ... my template in html is giving me issues also ....
how come I build it then a moth later it wont allow me to nuild pages from the template???
also how do I add my picture logo to my account??

Similar Messages

  • HTML Coding issues with Firefox

    Hi!
    Im currently doing a website for one of my clients, but ive stumbled upon a problem Im hoping you guys help me solve.
    The website im creating is being done from scratch in semantic html for html5 and css3 validation. Sizes of all boxes are being stablished in "em" (16px=1em) as it´ll be a responsive website. The width for my website is of 1060px or 66.25em, in other browsers i see it working ok (Chrome, IE), but in Firefox when the value is stated in "em", all boxes appear to be smaller, like 5% or 8% total. When I replace the value to the one in pixels it displays them still smaller but now moved to the left, like 5% or 8% to the left.
    I'm not using any type of kits for this website as it is being done from zero to accomodate our customer's needs.
    My question regarding that is to know if the "em" value has been modified in recent versions of the browser or if I need some type of mozkit to have the values recognized as they should in standard sizes.

    I know, it's been really odd. Whenever I'm creating a site I always take into account how it behaves in Firefox since Chrome and IE let too many things go unnoticed or let them pass without a single error in the console.
    Funny thing is this is a first Ive encountered, and my browser had just updated itself to the version 24, so I thought maybe they changed something in it that may be conflicting with my site. In my desperation (the deadline for the site), Ive tried many things and the last one I thought might work was changing the percentage; but i recalled a problem I had several months ago with another site where Firefox and IE respected the margin: 0 and padding: 0 but Chrome kept getting heritage from somewhere we couldnt pinpoint since there were no errors but everything was scrambled.
    It was a site we were asked to update, so it wasnt ours from the beginning, hence the difficulty pinpointing the heritage but no consoles showed it. Finally someone thought of changing the percentage of the parent one and it solved it, to be honest with you I still dont know what happened to tht one, but I thought maybe it could apply in this scenario, apparently it did.

  • Issue with Dynamic Link with Premiere CC and After Effects

    I'm having a strange and annoying issue with Dynamic linked clips in Premiere CC:
    When I render or export my timeline the progress will stall when it hits a dynamic linked clip.  It will stay stalled until I click the After Effects application and make it the active window.  Once that happens the render/export resumes at normal speed. 
    This is annoying as I can't start a render and walk away or work on different windows, I have to babysit all the renders to make sure they go through.
    Has anybody experienced this and know of any solutions? 
    I'm running the latest version of Premiere (7.2.1) and After Effects 12.2.0.52 on Mavericks 10.9.1 with a GTX 770 Video Card.

    Does it still pause if AE is closed completely? I often experience slower AME renders from Premiere over dynamic link material when AE is open. Closing AE speeds things up. Go figure.

  • I'm experiencing 2 issues with a site I'm working on that I can't figure out...

    I'm developing a site for a local 5-star restaurant, and I'm almost done with the development. Unfortunately, I'm a lot better at design then coding, and I have a couple of problems that I have not found solutions to.
    If you have a few minutes, I'd love some advice on how to fix these. They are confusing me a lot...
    1) My pages have a footer that attached to the bottom of the content of the page. On pages that end with tables, there's space between the content and the footer. On pages without tables, it looks fine. Examples:
    Broken:
    [1] http://www.dorseygraphics.com/review/wclg/site_05/winelist.html
    Not broken:
    [2] http://www.dorseygraphics.com/review/wclg/site_05/contact.html
    2) My background image contains some complex elements that overlap (like vines overlapping the content area just a bit on either side). the client LOVES this, so it's not an option to remove. My background is currently a large PNG that easily takes care of the overlapping issue with a simple BG image. But it runs out at the bottom of the page, and some of the pages have content that it too tall for the background.
    Example:
    [3] http://www.dorseygraphics.com/review/wclg/site_05/reviews.html
    How would you go about solving this problem? I'm thinking the easiest way is to add a new containing DIV and use it to extend the content area down, but that would mess up the header (I think). I'm confused.

    1) My pages have a footer that attached to the bottom of the content of the page. On pages that end with tables, there's space between the content and the footer. On pages without tables, it looks fine. Examples:
    Broken:
    [1] http://www.dorseygraphics.com/review/wclg/site_05/winelist.html
    Not broken:
    [2] http://www.dorseygraphics.com/review/wclg/site_05/contact.html
    The problem here is the background image.  Do you have the image without the beige background in the center?  If so what you need to do is leave the background of the body as the URL to the image (without the beige in the center), no-repeat, and leave the color as you have.  Then move the lighter beige color background to the container with the navigation and content.
    2) My background image contains some complex elements that overlap (like vines overlapping the content area just a bit on either side). the client LOVES this, so it's not an option to remove. My background is currently a large PNG that easily takes care of the overlapping issue with a simple BG image. But it runs out at the bottom of the page, and some of the pages have content that it too tall for the background.
    Example:
    [3] http://www.dorseygraphics.com/review/wclg/site_05/reviews.html
    How would you go about solving this problem? I'm thinking the easiest way is to add a new containing DIV and use it to extend the content area down, but that would mess up the header (I think). I'm confused.
    If you look at my above answer I don't think this is a huge problem.  In CSS3 (Safari, Firefox, Chrome, IE9) you can have multiple background images, one static and one repeating in your case.  However, older browsers will not see this, most notably IE 8 and earlier.  You could put the initial image in one layer and make the body background a repeating image but you run the risk of the layers not aligning. 
    Another alternative is to set the max-height of the content container and then set the overflow attribute to scroll in the CSS (overflow: scroll;).  That would make the content container scroll independantly from the page.
    A final alternative would be to discuss the pages with the client again.  For instance with the wine list there are different types of wines.  You could have nested tabbed panels, or you could make a page for each wine type sparkling/white, red, etc. and then have tabbed panels underneath to make the lists shorter.  Otherwise the "Significant Others" or "Riesling" get lost at the bottom of the page, regardless of your background, and users do not know those wines are offered.

  • Xcelsius Engage: Issue with dynamic visibilty of data in dashboard

    Hi,
    We have a requirement for a dashboard where data for 5 Sites need to be displayed as per 17 KPIs and 12 different rolling months.
    Raw sample data looks like below-
    SITE  KPI        ActYTD  Act(Pre Month) PlanYTD  Plan(Prev Month)  VarianceYTD Variance(Pre Month)
    A       On-Time   76.7         82.92                  111.50       109.50             -1                    -1
    B       Delay       73.70       80.00                   79.75        77.75             -1                     1
    There are 5 different Sites and 17 different KPIs.
    Based on the raw data that we get from BI (7.0 query output), we manipulate it in MS excel, using some lookups and formulae to obtain certain values, store them in designated sheets and then Xcelsius (different components) use these sheets as source.
    We are having three levels of navigation-
    1. Main screen listing all KPIs site wise and months ( the site and months could be selected from Combo boxes at the top). The KPIs are bind to a list view, each row is a selectable KPI leading to level two navigation.
    2. Level two contains the details for each KPI ( values and trend chart). Selection in the chart for a Site leads to level 3 navigation.
    3. Level 3 screen contains data by KPI and by Site for 12 rolling months ( The sites could be changed from a drop-down).
    There are custom navigation buttons (home/back) to enable navigations between the screens.
    We are using 3 panel containers, 2 list views, 4-5 combo boxes and some hidden button ( with dynamic visibilty).
    The workbook has 8-9 different sheets, though the Xcelsius componets are bound to only 3 sheets.
    Things work fine till we select 14th KPI , but Xcelsius starts behaving awkwardly when we select 15th KPI and further.For the selected KPI, the level two screen would load for a flash of a second and then the control comes back to level 1 screen. We do not face this issue till 14th KPI.
    In-order to eliminate possibiltes we did the following-
    1. Changed the order of KPIs - issue persists
    2. Changed the Excel option " Max. no of Rows" to 4000- issue persists
    3. Decreased the amount of data to be loaded - issue persists ( though at max we are loading data for 2000 rows)
    4. Decreased the no. of KPIs to 14 in level 1 list view - all works fine.
    We have not noticed any gradual decrease in performance/load time till 14th KPI but everything goes for a toss when the 15th KPI is displayed.
    We are on the latest Xcelsius patch ( patch 3).
    We would appreciate any pointers/help to resolve this issue.
    Thanks in advance for your time.
    Best Regards,
    Bansi.

    How many total rows are you dealing with in your spreadsheet?
    -Dell

  • Request management service issue with SSL Sites

    Hi guys,
    I've configured up the request management service, but after start the service on our wfe servers (even before to configure specific web applications),  our ssl sites begin to fail and the event viewer start to alert several errors, by the other hand,
    sites over 80 port with no SSL works as expected.
    I've found some similiar scenarios without a happy ending. Below you can find some of the main errors in event viewer and ULS Logs. In
    this post  solved a very similar issue using ssl host headers with a unique ip but we are using fqdn certificates so it is not an option for us.
    I've already checked the
    good posts from Spencer Harbar and He says that is good idea to use host named site collection, but this is not an option for me because we need to use Self Service Creation and mixed authetnication, besides, None of the Technet literature that i've reviewed
    says  something about don't support path based site collection.
    So far, the only way to avoid this errors is not using the service(discouraging finding), These are some errors we got on Event viewer and logs:
    Machine 'MACHINENAME (AppPool(_LM_W3SVC_515444293_ROOT))' failed ping validation and has been unavailable since '3/28/2014 3:55:48 PM'.  (Just starting the service Event viewer begis to have a bunch of this errors)
    03/28/2014 13:34:01.96 w3wp.exe (0x1184)
    0x154C SharePoint Foundation
    Request Management ai2q3
    High Reached maximum number of failed machines based on ping results for this routing group
    53c2819c-8216-20f3-68c0-c0a3e55c92d5
    03/28/2014 13:34:01.96 w3wp.exe (0x1184)
    0x154C SharePoint Foundation
    Request Management ai2q4
    Medium Unavailable machines based on ping results: MACHINENAME
    53c2819c-8216-20f3-68c0-c0a3e55c92d5
    03/28/2014 13:34:01.97 w3wp.exe (0x1184)
    0x1C2C SharePoint Foundation
    Request Management adc7u
    Medium Mapping URI from 'https://HOSTNAME:443/Style Library/somos-sura-css/inicio/inicio.css' to 'https://MACHINENAME/Style%20Library/somos-sura-css/inicio/inicio.css'
    53c2819c-8217-20f3-68c0-cb2f392c388b
    Seems like it tries to find a site with the machine name, not the host name registered in the Alter access mappings (like portal.acme.com) .
    I would appreciate some feedback about this. Another posts with similar issues:
    http://amolmeshe.blogspot.com/2013/05/sharepoint-2013-request-management.html 
    http://www.akspug.org/Blog/Post/4/Request-Management-and-Error-8316 
    Regards,

    Hi,
    According to your post, my understanding is that you had an issue about the Request management service with SSL sites.
    It’s a known issue that the request management service could not work with the SSL site.
    We had already reported the issue to the product team, as a workaround, if you want to use the request management service, you can change the https site back to http.
    What’s more, the SharePoint 2013 SP1 has been relased, you can install it to check whether it works.
    http://support.microsoft.com/kb/2817429/en-us
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Strange issue with iWeb site, please help

    Hi everyone,
    Until recently, I've been keeping an iWeb blog of my time in India. Nothing too complicated, just stories and photo albums. However, recently something strange has happened, and the website is no longer displaying correctly. It looks fine in iWeb, and when I publish it in a folder and open it locally, everything is fine. However, after uploading it to my hosting provider, it looks like this:
    http://www.egbertopreis.nl/India/
    (screenshot of what it looks like here: http://egbertopreis.nl/website_screenshot.PNG )
    This is a screenshot from iWeb of what it should look like: http://www.egbertopreis.nl/iWeb_screenshot.png
    I'm using the 'darkroom' theme, but as you can see, something is clearly wrong. It is not displaying the menu correctly, the layout looks strange and it isn't loading any of the articles. The other pages are accessible if you navigate there directly, but there you have the same problem.
    It looks like, for some reason, the CSS and javascript elements cannot be loaded, although I have no idea why this might be the case. They are all just static files, and it worked fine until about a week ago.
    Although I'm an IT professional, I have literally no idea what could cause a problem like this. I went with iWeb because I wanted to use an 'easy' solution and not over-engineer something for once
    Usually what I'd do in a situation like this, is just purge the whole site and re-upload it. However, since I'm traveling around, I don't have fast internet access anywhere and the site is now so large that it would take forever to completely re-upload. This is also the reason why I can't troubleshoot it properly myself...
    Any help (or even words of encouragement :-)) whatsoever would be extremely welcome. Thanks in advance!
    Message was edited by: Heliode
    Edit: Forgot to mention what I already tried myself;
    - deleted the HTML and XML files and let iWeb do 'publish changes'. Everything was re-uploadeded, but issue remained.
    - Deleted the 'Scripts' folder on the remote host, and manually re-uploaded from locally published folder. No effect.
    - Tried randomly changing layout items in the hope that any potentially corrupted files might be overwritten after publishing. No effect.

    Hi Roddy, thanks for your reply. It wasn't just me though; a lot of other people from back also reported the same issue. I was also getting the same thing from behind a wired connection. You can still see and experience the issue yourself if you look here.
    I've since 'resolved' the issue by getting a .Mac trial account. A friend helped me move the whole blog over there, where the site works as it is supposed to:
    http://web.me.com/eggmeister/India/
    Therefore the issue has to be with the hosting. Right now I'm suspecting it might be some obscure configuration issue with the hosting company's server. Maybe something like too low a setting for Apache's 'MAX REQUESTS'. This might cause issues with all the javascript going on in the iWeb pages, loading elements back and forth. I'm in contact with the hosting provider, and will let you know what I find. Might be useful for future reference.

  • Issues with dynamic text box formatting

    I'm running into issues with using HTML formatting for a dymanic text field. I know these are quirky and I cannot figure out how to get the formatting proper.
    I have on my stage a dynamic text box called "content_txt" inside of a movie clip instance "content_mc". When it enters the frame, I fade the "content_mc" from alpha 0 to 100 using a timeline animation. In order for this to work, I have to embed the font in my "content_txt" text field. However, the only way I get get the HTML formatting to work is if I do not embed the font.
    The dymanic text field is set to render as HTML. In my actions layer, I set the text:
    this.content_mc.content_txt.htmlText = "<b>Hello world,</b> it is me again."
    In summary:
    1. If I do not embed the font, the alpha fade does not work but the HTML formatting does.
    2. If I embed the font, the alpha fade works but the HTML formatting does not.
    How do I resolve this? It's driving me nuts!

    How do you embed just one style?
    I've tried typing three words in the text field and formatting each (regular, bold, italic) but the text field just defaults to whichever format is first.
    Also, I tried embeding the whole character list and did not have success.

  • IE issue with iWeb  site

    1) Images don't load
    2) in IE 8 : HTML email snippet does not show up
    How can this be resolved?

    Hi Roddy, thanks for your reply. It wasn't just me though; a lot of other people from back also reported the same issue. I was also getting the same thing from behind a wired connection. You can still see and experience the issue yourself if you look here.
    I've since 'resolved' the issue by getting a .Mac trial account. A friend helped me move the whole blog over there, where the site works as it is supposed to:
    http://web.me.com/eggmeister/India/
    Therefore the issue has to be with the hosting. Right now I'm suspecting it might be some obscure configuration issue with the hosting company's server. Maybe something like too low a setting for Apache's 'MAX REQUESTS'. This might cause issues with all the javascript going on in the iWeb pages, loading elements back and forth. I'm in contact with the hosting provider, and will let you know what I find. Might be useful for future reference.

  • Issue with Dynamic WHERE condition in Cursor in FUNCTION.

    Hi All,
    I am facing an issue with cursor having dynamic WHERE condition in a function.
    Below is the FUNCTION:
    CREATE OR REPLACE FUNCTION EXCEPTION_MERGE(TABLE_NAME IN VARCHAR2, TAB_NAME IN VARCHAR2)
    RETURN VARCHAr2
    IS
    stmt_tabcols VARCHAR2(32767);
    v_columnname VARCHAR2(32767);
    CURSOR C1 IS
    SELECT 'A.'||A.COLUMN_NAME ||' = '|| 'B.'||B.COLUMN_NAME COLUMN_NAME
    FROM
    SELECT COLUMN_ID, COLUMN_NAME
    FROM USER_TAB_COLUMNS
    WHERE TABLE_NAME  = TABLE_NAME
    AND COLUMN_NAME NOT IN ('ERROR_TAB_ID','ERROR_LOAD_DATE')
    ) A,
    SELECT COLUMN_ID, COLUMN_NAME
    FROM USER_TAB_COLUMNS
    WHERE TABLE_NAME = TAB_NAME
    ) B
    WHERE A.COLUMN_ID = B.COLUMN_ID;
    BEGIN
    FOR TABCOL IN C1
    LOOP
        stmt_tabcols := stmt_tabcols ||TABCOL.COLUMN_NAME||',';
    END LOOP;
        stmt_tabcols := RTRIM(stmt_tabcols, ',');
        RETURN stmt_tabcols;
    END;
    SELECT EXCEPTION_MERGE('WC_W_TEST_FS','WC_W_TEST_FS_GBL') FROM DUAL;It throws, below error:
    ORA-06502 : PL/SQL : Numeric or value error : character string buffer too smallIf I REPLACE TABLE_NAME and TAB_NAME with hard coded values , it works fine. Can somebody look at the code and let me know the issue.
    Edited by: ace_friends22 on Sep 9, 2012 1:08 PM

    Etbin neatly demonstrating the value of posting code in a manner which makes it easy to read.
    It's obviously an naming/scoping issue. Faced with a join like this:
    where table_name = table_namethe engine looks for something called table_name in the current scope. It finds it, a column on USER_TAB_COLUMNS and applies it to both sides of the filter. It has no way of knowing that there is also a parameter called TABLE_NAME, because that is outside its current scope. Consequently the query will join every table in your schema regardless of what values you pass, and that's why you blow the buffer.
    Takw etbin's advice and name your parameter with a prefix:
    where table_name = p_table_nameThis isn't a column in USER_TAB_COLUMNS which will force the engine to look in the next scope up, which in your case is the function, where it will find your parameter and so generate a query for the passed values only.
    Cheers, APC
    Edited by: APC on Sep 9, 2012 8:03 AM

  • Performance issues with dynamic action (PL/SQL)

    Hi!
    I'm having perfomance issues with a dynamic action that is triggered on a button click.
    I have 5 drop down lists to select columns which the users want to filter, 5 drop down lists to select an operation and 5 boxes to input values.
    After that, there is a filter button that just submits the page based on the selected filters.
    This part works fine, the data is filtered almost instantaneously.
    After this, I have 3 column selectors and 3 boxes where users put values they wish to update the filtered rows to,
    There is an update button that calls the dynamic action (procedure that is written below).
    It should be straight out, the only performance issue could be the decode section, because I need to cover cases when user wants to set a value to null (@) and when he doesn't want update 3 columns, but less (he leaves '').
    Hence P99_X_UC1 || ' = decode('  || P99_X_UV1 ||','''','|| P99_X_UC1  ||',''@'',null,'|| P99_X_UV1  ||')
    However when I finally click the update button, my browser freezes and nothing happens on the table.
    Can anyone help me solve this and improve the speed of the update?
    Regards,
    Ivan
    P.S. The code for the procedure is below:
    create or replace
    PROCEDURE DWP.PROC_UPD
    (P99_X_UC1 in VARCHAR2,
    P99_X_UV1 in VARCHAR2,
    P99_X_UC2 in VARCHAR2,
    P99_X_UV2 in VARCHAR2,
    P99_X_UC3 in VARCHAR2,
    P99_X_UV3 in VARCHAR2,
    P99_X_COL in VARCHAR2,
    P99_X_O in VARCHAR2,
    P99_X_V in VARCHAR2,
    P99_X_COL2 in VARCHAR2,
    P99_X_O2 in VARCHAR2,
    P99_X_V2 in VARCHAR2,
    P99_X_COL3 in VARCHAR2,
    P99_X_O3 in VARCHAR2,
    P99_X_V3 in VARCHAR2,
    P99_X_COL4 in VARCHAR2,
    P99_X_O4 in VARCHAR2,
    P99_X_V4 in VARCHAR2,
    P99_X_COL5 in VARCHAR2,
    P99_X_O5 in VARCHAR2,
    P99_X_V5 in VARCHAR2,
    P99_X_CD in VARCHAR2,
    P99_X_VD in VARCHAR2
    ) IS
    l_sql_stmt varchar2(32600);
    p_table_name varchar2(30) := 'DWP.IZV_SLOG_DET'; 
    BEGIN
    l_sql_stmt := 'update ' || p_table_name || ' set '
    || P99_X_UC1 || ' = decode('  || P99_X_UV1 ||','''','|| P99_X_UC1  ||',''@'',null,'|| P99_X_UV1  ||'),'
    || P99_X_UC2 || ' = decode('  || P99_X_UV2 ||','''','|| P99_X_UC2  ||',''@'',null,'|| P99_X_UV2  ||'),'
    || P99_X_UC3 || ' = decode('  || P99_X_UV3 ||','''','|| P99_X_UC3  ||',''@'',null,'|| P99_X_UV3  ||') where '||
    P99_X_COL  ||' '|| P99_X_O  ||' ' || P99_X_V  || ' and ' ||
    P99_X_COL2 ||' '|| P99_X_O2 ||' ' || P99_X_V2 || ' and ' ||
    P99_X_COL3 ||' '|| P99_X_O3 ||' ' || P99_X_V3 || ' and ' ||
    P99_X_COL4 ||' '|| P99_X_O4 ||' ' || P99_X_V4 || ' and ' ||
    P99_X_COL5 ||' '|| P99_X_O5 ||' ' || P99_X_V5 || ' and ' ||
    P99_X_CD   ||       ' = '         || P99_X_VD ;
    --dbms_output.put_line(l_sql_stmt); 
    EXECUTE IMMEDIATE l_sql_stmt;
    END;

    Hi Ivan,
    I do not think that the decode is performance relevant. Maybe the update hangs because some other transaction has uncommitted changes to one of the affected rows or the where clause is not selective enough and needs to update a huge amount of records.
    Besides that - and I might be wrong, because I only know some part of your app - the code here looks like you have a huge sql injection vulnerability here. Maybe you should consider re-writing your logic in static sql. If that is not possible, you should make sure that the user input only contains allowed values, e.g. by white-listing P99_X_On (i.e. make sure they only contain known values like '=', '<', ...), and by using dbms_assert.enquote_name/enquote_literal on the other P99_X_nnn parameters.
    Regards,
    Christian

  • ISSUE WITH SUPPLIER SITE OPEN INTERFACE IMPORT PROGRAM in R12

    I am facing issue while submitting supplier site open interface import program programmatically using fnd_request.
    I am uploading the interface tables with the mandatory data and running the standard Request Set for Suppliers.The program is creating the Suppliers but is unable to create the Supplier Sites.It is getting completed with no rejections as well as imported records.
    It is updating the Supplier Sites Interface table (ap_supplier_sites_int ) with status as rejected with no rejected records in ap_supplier_int_rejections table.
    I am using the following code.
    Step 1 - call set_request_set
    apps.fnd_file.put_line (apps.fnd_file.LOG, 'Calling set_request_set...');
    success := fnd_submit.set_request_set ('SQLAP', 'FNDRSSUB852');--'FNDRSSUB1703');
    IF (NOT success)
    THEN
    RAISE srs_failed;
    ELSE
    apps.fnd_file.put_line (apps.fnd_file.LOG,
    'Calling submit program first time...'
    END IF;
    -- Step 2 - call submit program for each program in the set
    success :=
    fnd_submit.submit_program ('SQLAP',
    'APXSUIMP',
    'STAGE10',
    'ALL',
    1000,
    'N',
    'N',
    'N',
    CHR (0)
    IF (NOT success)
    THEN
    RAISE submitprog_failed;
    END IF;
    apps.fnd_file.put_line (apps.fnd_file.LOG,
    'Calling submit program second time...'
    success :=
    fnd_submit.submit_program ('SQLAP',
    'APXSSIMP',
    'STAGE20',
    'ALL',
    1000,
    'N',
    'N',
    'N',
    CHR (0)
    IF (NOT success)
    THEN
    RAISE submitprog_failed;
    END IF;
    -- Step 3 - call submit_set
    apps.fnd_file.put_line (apps.fnd_file.LOG, 'Calling submit_set...');
    req_id := fnd_submit.submit_set (NULL, TRUE);
    IF (req_id = 0)
    THEN
    RAISE submitset_failed;
    END IF;
    apps.fnd_file.put_line (apps.fnd_file.LOG, 'Finished.');
    And in the interface table the record status is rejected and ther is no corresponding record in ap_supplier_int_rejections.
    but the supplier is getting created succesfully.
    ### Steps to Reproduce ###
    INSERT INTO ap_suppliers_int
    (exclusive_payment_flag,
    vendor_interface_id,
    vendor_name,
    segment1,
    vendor_type_lookup_code,-- set_of_books_id,
    status
    VALUES ('N', --'N',
    ap_suppliers_int_s.NEXTVAL,
    'TEST_REC4',
    4428813,
    'VENDOR', --2041,
    --rec_spl_site_bank_hdr.set_of_books_id,
    'NEW'
    INSERT INTO ap_supplier_sites_int
    (vendor_site_interface_id,
    vendor_interface_id,
    vendor_site_code,
    address_line1,
    city,
    state,
    zip,
    country,
    operating_unit_name,
    status --exclusive_payment_flag
    VALUES (ap_supplier_sites_int_s.NEXTVAL,
    -- VENDOR_SITES_INTERFACE_ID
    ap_suppliers_int_s.CURRVAL,
    -- VENDOR_INTERFACE_ID
    'REC_VDR_SITE4',
    -- VENDOR_SITE_CODE
    'REC_ADDR4',
    -- ADDRESS_LINE1,
    'REC_CITY4', --CITY
    'REC_STATE4', --STATE
    3442121,
    'US', -- COUNTRY,
    ' Test US Operating Unit',
    'NEW'
    );

    Hi
    I have the same issue with ap supplier sites interface program .. Did your problem got solved..I will be thankfull for any help
    Thanks

  • I am having issues with a site for work. it loads all the links on the left side of the screen. is there a way to fix this or get an older version of fire fox?

    Its my office intraweb and I was told its not compatible with this upgrade

    You can try basic steps like these in case of issues with web pages:
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and the cookies from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • "New" IE8 Issues with Apple Site?

    As a diehard PC user who just recently purchased an iPod Touch, I am spending a lot more time on the Apple site than in the past. I am having nothing but problems with the main Apple site when I access via IE8. The main page takes forever to load up, then mouse clicks go unnoticed or take forever to respond to. Once I get beyond the Apple home page, things start to improve but a couple of odd errors from time to time. For instance, I was accessing this forum via Firefox, then decided that I wanted to do the same side by side with IE8. Obviously, no issues with any Apple site and Firefox whatsoever. On IE8, when I went to "Login", even after logging out on Firefox, it said that the page didn't exist.
    If I didn't know better, I would think that Microsoft and Apple don't get along All kidding aside, do I have to spend the rest of my life accessing Apple's Web site via Firefox, or can I use IE8 like I do for every other site that I access (yes, I have no other problems with any other sites that I access via IE8, except for Apple's).
    Thanks.

    mlb32704 wrote:
    As a diehard PC user .... Obviously, no issues with any Apple site and Firefox whatsoever.
    So now you get a feel for how the rest of us live, eh?
    I understand how you feel, but Apple clearly doesn't give any consideration to all the hacks required to make Internet Explorer behave. They just code to the web standards that were published about 10 years ago. Having done a moderate amount of web development I can tell you that Firefox and Safari render and behave virtually identically. All version of Internet Explorer require some sort of hacking to make work. I have three separate CSS files I include with my web sites (ie6.css, ie7.css, and ie8.css) that contain distinct sets of hacks to make pages that look perfect in Safari and Firefox look somewhat decent in IE. You would think that the number of hacks would decrease as the IE version number increases, wouldn't you? Sorry. Each version has its own distinct bugs. If there is any web site in the world that shouldn't have to deal with that, it is apple.com. If you don't want to use Firefox, try Safari for Windows.

  • Captivate 6 HTML 5 issue with scalable HTML5

    Hi,
    I am using Captivate 6, I have a very small project of only about 10 slides but when I publish this to 'scalable HTML content' all the shapes dissapear, and certain slides don't work at all.
    However, when I take off 'scalable HTML5 content' it works fine. My issue is, because this will be used on different tablets of all sizes its hard to chose the 'apple ipad' size of project when some people have android tablets because then it does not fit on the screen!!
    Is there anything I can do to make sure it does work for all tablet sizes as the 'scalable' content is not working at all!!!
    Thanks!

    Hi Hannah,
    Great to hear that it is working! I have seen these bizzare issues with Captivate and that was the only reason I suggested a copy paste at first. The only thing could be the corruption of the project.
    I am glad that its resolved.
    Thanks!
    Shekhar

Maybe you are looking for

  • How do I apply conditional formatting using SharePoint Designer 2013?

    I'm attempting to apply Conditional Formatting to a list view web part via SharePoint Designer 2013, and I can't seem to find the option to do so. I've a horrible feeling I'm just being daft, but here's what I've done so far: - Created a new page (I'

  • Can Firefox be set to use the system default printer?

    I would really like it of Firefox would use the system default printer set in the control panel, similar to the way office programs do. Is there no setting in about:config to do this? Or an add-on perhaps?

  • Podcast page black not white

    When i click podcasts of any category in itunes everyone has  white page  with a clear description of or summary of their page along with each podcast listed underneath the category . The itunes player appears above and the podcasts play almost immed

  • Muse 2014 will not install.

    The application manager has Muse 2014 listed as installed but it is not and will not install. Currently have Muse installed and Muse Prelease.

  • Link Styles

    I am not sure if this is the right forum but here goes: I am using jdeveloper 11.1.1.3.0 and WC 11g. I want to style links differently depending on where they sit on a page. Right now I havce a simple menu with four links: <af:menuBar id="city">    <