What does closed_code NULL in PO_HEADERS_ALL

Hello

What does closed_code NULL in PO_HEADERS_ALL

We have made a request, and we are surprised that we have many ways to this status.

I thought that the closed-source must be OPEN, CLOSED or FINALLY FARM.

However this closed NULL means code.

Kind regards

Shiva

Hey Shiva,

Closed_code null is identical to OPEN:

For the purchase orders created automatically, the closed_code will be OPEN value.

To entered manually commands, the closed_code will have the value NULL.

Thank you

Clarino

Tags: Oracle Applications

Similar Questions

  • What does that mean?  ORA-32039: WITH recursive clause must have list of column aliases

    What does that mean?  If I have alias each column in the clause, I get the same error.  I noticed that if I replace this point of view abw_v_exist_mbr_alt_hierarchy , with a statement select hard-coded query works.

    ORA-32039: WITH recursive clause must have list of column aliases

    [code]

    with bridge as)

    SELECT

    AVS.pontis_bridge_id,

    AVS.super_struct_name structure_name,

    ALV.name vehicle_name,

    AVS.inv_rf inv_rating_factor,

    AVS.opr_rf opr_rating_factor,

    AVS.post_rf legal_rating_factor,

    AVS.safe_rf permit_rating_factor,

    sys_type_display. Display inv_rating_method,

    AVS.up_to_date_ind,

    AE.event_descr,

    AE.event_timestamp,

    AP.username,

    AVS.event_id,

    SYS_TYPE_IMPACT. Display sys_type_impact,

    SYS_TYPE_LANE. Display sys_type_lane

    Of

    (SELECT

    AVEMAH.pontis_bridge_id,

    AVEMAH.super_struct_name,

    ARRS.vehicle_id,

    min (ARRS.inv_rf) inv_rf,

    min (ARRS.opr_rf) opr_rf,

    min (ARRS.post_rf) post_rf,

    min (ARRS.safe_rf) safe_rf,

    ARRS.design_method_type,

    ASMAE.event_id,

    ASMAE.up_to_date_ind,

    ARRS.impact_loading_type,

    ARRS.lane_loading_type

    Abw_v_exist_mbr_alt_hierarchy AVEMAH, abw_spng_mbr_alt_events ASMAE, abw_rating_results_summary ARRS

    WHERE

    AVEMAH.bridge_id = ASMAE.bridge_id

    and ASMAE.bridge_id = ARRS.bridge_id

    and AVEMAH.struct_def_id = ASMAE.struct_def_id

    and ASMAE.struct_def_id = ARRS.struct_def_id

    and AVEMAH.super_struct_mbr_id = ASMAE.super_struct_mbr_id

    and ASMAE.super_struct_mbr_id = ARRS.super_struct_mbr_id

    and AVEMAH.super_struct_spng_mbr_alt_id = ASMAE.super_struct_spng_mbr_alt_id

    and ASMAE.super_struct_spng_mbr_alt_id = ARRS.super_struct_spng_mbr_alt_id

    and ASMAE.event_id = ARRS.event_id

    and ASMAE.results_use_type = 37601

    GROUP OF AVEMAH.pontis_bridge_id, AVEMAH.super_struct_name, ARRS.vehicle_id, ARRS.design_method_type, ASMAE.event_id, ASMAE.up_to_date_ind, ARRS.impact_loading_type, ARRS.lane_loading_type

    ) AVS.

    abw_lib_vehicle BIANCO,

    abw_event AE,

    abw_person AP,

    abw_sys_type sys_type_display,

    abw_sys_type sys_type_impact,

    abw_sys_type sys_type_lane

    WHERE AVS.event_id = AE.event_id

    AND AE.entered_by = AP.person_id

    AND AVS.vehicle_id = ALV.vehicle_id

    AND AVS.impact_loading_type = SYS_TYPE_IMPACT.sys_type

    AND AVS.lane_loading_type = SYS_TYPE_LANE.sys_type

    AND AVS.design_method_type = sys_type_display.sys_type)

    Select

    t.pontis_bridge_id BRIDGE_NAME,

    t.event_timestamp LOAD_RATING_DATE,

    MAX (CASE WHEN t.vehicle_name = 'HL-93 (US)' THEN round (t.inv_rating_factor, 2) ELSE NULL END) LOAD_RATING_HL93_INV_FACTOR,.

    MAX (CASE WHEN t.vehicle_name = 'HL-93 (US)' THEN round (t.opr_rating_factor, 2) ELSE NULL END) LOAD_RATING_HL93_OP_FACTOR,.

    Max(case when t.vehicle_name = 'H 20-44' Then trunc (t.inv_rating_factor * 36) of OTHER END NULL) H_INV_RATING_TONS,.

    Max(case when t.vehicle_name = 'H 20-44' Then trunc (t.opr_rating_factor * 36) of OTHER END NULL) H_OP_RATING_TONS,.

    Max(case when t.vehicle_name = 'HS 20-44' Then trunc (t.inv_rating_factor * 36) of OTHER END NULL) HS_INV_RATING_TONS,.

    Max(case when t.vehicle_name = 'HS 20-44' Then trunc (t.opr_rating_factor * 36) of OTHER END NULL) HS_OP_RATING_TONS,.

    Max(case when t.inv_rating_method='LRFR' Then trunc (t.inv_rating_factor * 36) of OTHER END NULL) LRFR_INV_RATING,.

    Max(case when t.opr_rating_method='LRFR' Then trunc (t.opr_rating_factor * 36) of OTHER END NULL) LRFR_OP_RATING,.

    Max(case when t.vehicle_name = 'SU4' Then Round (t.legal_rating_factor, 2) of OTHER END NULL) LOAD_RATING_SU4_LEGAL_FACTOR,.

    Max(case when t.vehicle_name = 'Type 3S2' Then Round (t.legal_rating_factor, 2) of OTHER END NULL) LOAD_RATING_3S2_LEGAL_FACTOR,.

    Max(case when t.vehicle_name = 'Type 7 divisible Load Vehicle' Then Round (t.permit_rating_factor, 2) of OTHER END NULL) LOAD_RATING_TYP7_PERM_FACTOR,.

    Max(case when t.vehicle_name = 'Type 6A divisible Load Vehicle' Then Round (t.permit_rating_factor, 2) of OTHER END NULL) LOAD_RATING_TYP6A_PERM_FACTOR,.

    MAX (CASE WHEN t.vehicle_name = 'HL-93 (US)' THEN round (t.permit_rating_factor, 2) ELSE NULL END) LOAD_RATING_HL93_PERM_FACTOR,.

    (CASE WHEN t.inv_rating_method = 1 THEN 'LFD'

    WHEN t.inv_rating_method = 'ASD' THEN 2

    WHEN t.inv_rating_method = 'LRFD' THEN 3

    WHEN t.inv_rating_method = 'LRFR' THEN 8 ELSE NULL END) LOADRATE_METHOD_ID,.

    t.UserName LOAD_RATING_SUBMITTED_BY

    Bridge t,.

    (select q.pontis_bridge_id, max (q.event_timestamp) max_et

    Bridge q

    where q.impact_loading = 'as requested.

    and q.lane_loading = 'as requested.

    Q.pontis_bridge_id group) max_event_timestamp

    where t.impact_loading = 'as requested.

    and t.lane_loading = 'as requested.

    and t.pontis_bridge_id = max_event_timestamp.pontis_bridge_id

    and t.event_timestamp = max_event_timestamp.max_et

    and t.username = 'PCAMPISI. '

    GROUP BY

    t.pontis_bridge_id,

    t.event_timestamp,

    t.UserName,

    t.inv_rating_method;

    [/ code]

    You must use the database version 11.2, right?

    ORA-32039: WITH recursive clause must have list of column aliases

    Cause: A query clause called WITH itself (recursive) but do not have a list of aliases for column specified to him.

    Action: Add a list of column alias for the WITH clause query name.

    See:

    SELECT

    Example (you add the list of columns in the "BOLD" part / underlined below):

    WITH

    reports_to_101 (emp_last, mgr_id, eid, reportLevel) AS

    (

    SELECT employe_id, last_name, manager_id reportLevel 0

    Employees

    WHERE employee_id = 101

    UNION ALL

    SELECT e.employee_id, select, e.manager_id, reportLevel + 1

    Reports_to_101 r, e employees

    WHERE r.eid = e.manager_id

    )

    SELECT mgr_id, reportLevel, emp_last and eid

    OF reports_to_101

    ORDER BY reportLevel, eid;

  • What does the letter 'e' in the average square in my music?

    What does the letter 'e' in the average square in my music?

    Explicit

  • 62/4MEM/40000000: 0X84321b98 what does this error message mean?

    62/4MEM/40000000: 0X84321b98 what does this error message mean?

    It of a memory error, what are you are having problems.

  • When you use find on the page (ctrl + F on Windows) it is a message indicating the total number of matches. What does the first number?

    When you use find on the page (ctrl + F on Windows) it is a message indicating the total number of matches. What does the first number?
    I'm more interested in the case when this number is smaller than the total.

    Hello

    I think you mean the text stating "x of there matches", to the right of the box where you entered the search term.

    The first number ("x" in my example above) indicates the current entry highlighted on the page that matches the search phrase. If you use the upper and down arrows to navigate through the instances of this term on the page, you will see this number go up and down.

    I hope this helps, but if not please come back here and we can look at another solution for you.

  • What does the red dot on the top of the face of Apple Watch?

    What does the red dot on the top of the face of Apple Watch?

    Hello

    Status of small red dot icon at the top center of the face of the watch indicates that you have one or more unread notifications.

    To open the Notification Center and view your available notifications, displaying the time on your watch, drag down on the screen, then press each notification to read it in its entirety.

    More information:

    About notifications on your Apple Watch - Apple Support

  • What does this code on my 2012 MBAir: 4BAT/6 / 40000005:ox898F7790

    MBAir i7 end 2012 does not work out of the battery. Instantly died. Works with power cord only. Battery shows fully charged. The battery shows as good. 5979 mAh 6700.

    A ran the test phase and got this code: 4BAT/6 / 40000005:ox898F7790

    What does that mean? A new battery will solve the problem?

    Or it means something else?

    Thank you

    This error code indicates a problem with the battery.  Your best option is to make an appointment at an Apple store genius bar for a FREE evaluation.  They should be able to determine if the MBA requires a new battery or if there is a problem with the internal connection.

    Ciao.

    Addendum: Try a SMC reset:

    https://support.Apple.com/en-us/HT201295

  • What does it mean when accessibility.delay_plugins is set to false?

    I keep having problems with Flash player crashing in Firefox, while Zynga Games. I have the latest version of Firefox, Flash Player, plugins have been reset: I jumped through all the hoops and continue to have problems. I realize realize that games Zynga race very slowly so I decided to start tweaking timeouts in Firefox. What does it mean exactly when the accessibility.delay_plugins parameter is set to false? Is - average access delay is disabled by default?

    See the comments in this file:

    722 #ifdef XP_WIN
    723 // Some accessibility tools poke at windows in the plugin process during setup
    724 // which can cause hangs.  To hack around this set accessibility.delay_plugins
    725 // to true, you can also try increasing accessibility.delay_plugin_time if your
    726 // machine is slow and you still experience hangs.
    727 // See bug 781791.
    728 pref("accessibility.delay_plugins", false);
    729 pref("accessibility.delay_plugin_time", 10000);
    730 #endif
  • The name of my email in thunderbird now has a display of Paddle lock on it. What does that mean? Can I go there?

    When I open thunderbird and get connected my Email at the top of my thunderbird email address name has a Paddle lock on it. What does that mean? Can I go there? I use a VERIZON email address. On the last 2 days I did not have down load one of my incoming emails. He keeps asking me my password I type in and then he said: its incorrect. After you return my password, I get an error message says 0012 # incorrect password. Is thunderbird is or has happened since the new update for version 31.1.2? I need help.

    The padlock indicates a secure server connection. You don't want to get rid of it.
    Please check with Verizon if something has changed on their end.
    https://support.Mozilla.org/en-us/KB/problems-sending-and-receiving-messages

  • What does it mean to select 'request to activate' for Add-ons?

    What does it mean to select 'request to activate' for Add-ons?
    It makes it safer, for example when using flash player?
    Or, when this option would be desirable?
    And I read this advice: "uninstall all versions of Java completely and see if you can manage without it. Otherwise, you can always install the latest version, when you need it. »
    So I was wondering - uninstall it would be safer just to assign to, "ask to activate" and (I guess?) that he ask me any time, she wants to exploit (and therefore to put my system in peril?)?
    Thanks for the tips!

    Request to activate is whenever Firefox ask your permission to run this plugin to make it safer.

    Always activate = a time what you choose this option, the plugin works automatically whenever it needs

    Never activate the plugin = never executed, until you change the option to "Ask to activate or always»

    More on this topic

  • Just a simple question, what does this number Red?

    Premise: my LAN works fine, no problem between my airports.

    The point is: what does the Red number next my average of Lan components?

    Thanks to you all.

    Marco M.

    This means in this case that there is an update for your wireless devices.

    Click on the device and the connection if necessary. It should say updated to do this, click this button to update.

    See this Apple info:

    https://support.Apple.com/downloads/

  • What does it mean when an add it says research?

    All my Add ons tell day except for two who say the research. What does that mean?

    Watch the-edmeister answer here:

    https://support.Mozilla.org/en-us/questions/906659

    Thank you

  • What does 128 average SSD? It is upgrade-able? In what model year would be a MacBook be more or less if it's still uses the SSD?

    Please explain

    What does 128 average SSD?

    It is upgrade-able storage and at what cost to 500 GB?

    In what model year would be a MacBook be more or less if it's still uses the SSD?

    128 is the size of the available memory and SSD is the type.

  • The Safari icon in the dock has a big question mark above.  What does that mean?  I stop and restarted, but the question mark is still there.  Help please.

    The Safari icon has an exclamation mark that covers.  What does that mean?  How can I get rid of him?

    I closed my Mac and restarted but it's still there.  Help please.

    Susan,

    Remove Safari from the dock icon. Then, go to your Applications folder and launch Safari from this location.

  • My wife has an i5 to 2.3 GHz MacBook Pro early 2011 and it worked like a slug.  Ran disk utility and verified that the disk needs repair using recovery HD.  What does this lead and what is the risk of losing all the data is there?

    My wife has an i5 to 2.3 GHz MacBook Pro early 2011 and it worked like a slug.  Ran disk utility and verified that the disk needs repair using recovery HD.  What does this lead and what is the risk of losing all the data is there?

    Even if it is very slow, you must make a return upwards before the race "repair disk". The risk of data loss is minimal, but do it anyway: Save and run to repair the disk.

    As for what it implies - most of the time nothing more than simply sitting and waiting to do his thing.

Maybe you are looking for

  • Satellite M305d-s4830 - mic makes strong crunches

    I'm trying to video chat with my girlfriend on the computer. She has a Satellite M305D-s4830 with a built-in camera and microphone. His microphone seems to not work properly. There is loud cracking which makes it extremely difficult to hear. Skype ma

  • level 41

    I want you to help me solve a level 41 I'm block super, thanks in advance

  • Connection attempts that have failed maximum AnyConnect on the LDAP Windows database

    Hello I can't seem to find the setting for the Web and client Anyconnect set connection attempts that have failed maximum when on the LDAP in Windows database. I would say that after that maximum 3 attempts to connect the possebility to connect again

  • Unable to connect the monitor to a laptop

    Original title: new monitor Recently, I hooked my ASUS laptop with an LCD to another office of DELL monitor. My laptop seems to recognize that the other monitor is present, but the monitor rpet ' 2: Digital Input - Self Test Feature Check. " What can

  • Second monitor not detected Windows 8

    Hi all The title pretty much everything said. Windows 8, two monitors to flat screen of ACER, HP pc, worked fine. I went to the control panel and although both monitors are on and work the 2nd is not detected. By clicking on "detect" a small window s