Featured post

Functionality of Segment Value Inheritance ESS Process

  The Segment Value Inheritance process simplifies the maintenance of the chart of accounts. When the characteristics of values in the value...

Tuesday 16 May 2017

Project Expenditure Cost Distribution Lines with Transfer Status Code

SELECT ppa.segment1, pt.task_number, pcdla.expenditure_item_id, pcdla.line_num,
   DECODE (pcdla.transfer_status_code, 'P', 'Pending', 'V', 'Received', 'A', 'Accepted') transfer_status, 'V' new_transfer_status_code
  FROM pa_cost_distribution_lines_all pcdla, pa_projects_all ppa, pa_tasks pt
 WHERE ppa.project_id = pcdla.project_id
   AND pt.task_id = pcdla.task_id

No comments:

Post a Comment

Please review my topic and update your comments

Note: only a member of this blog may post a comment.