Results 1 to 3 of 3

Thread: romise date, Need by date, Original Date in PO

  1. #1
    Geek_Guest
    Guest

    romise date, Need by date, Original Date in PO

    Question asked by Visitor Nitin Motghare

    Tell me from where we will I get data for Promise date, Need by date, Original Date in PO? I need to see Oginal Promise date?


  2. #2
    Junior Member
    Join Date
    Jun 2010
    Answers
    1

    Thumbs up Re: romise date, Need by date, Original Date in PO

    Try the following query to reteive Original Date (promised_date before revision happened):

    SELECT promised_date, line_location_id
    FROM po_line_locations_archive_all
    WHERE (revision_num, line_location_id) IN (
    SELECT MIN (revision_num),
    line_location_id
    FROM po_line_locations_archive_all
    WHERE po_line_id = :Line_location_id --PO_LINE_LOCATIONS_ALL.LINE_LOCATION_ID
    GROUP BY line_location_id)


  3. #3
    Junior Member
    Join Date
    Jan 2016
    Answers
    17

    Re: romise date, Need by date, Original Date in PO

    Try to ask some proffesional web developers.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact