Wednesday 12 August 2015

Activities in Oracle Process Manufacturing


Activities are actions performed during production.

For Example a Steel Processing Facility May Break up a Shearing Line Operation Into De Coiling, Straightening, Trimming, Shearing, Levelling and Stacking .

Activities are set up to divide a manufacturing process into logical breakpoints.

By analyzing and refining the granularity of activities, businesses can improve their work methods and reduce time to manufacture so that activities performed in operations are completed in the shortest possible time with the least effort to deliver the appropriate level of quality.

Cost analysis codes are assigned to activities so that proper cost calculations are computed.

Navigation 

Process Engineer -->Setup --> Activities

   
Query to Retrive Data From Table :

SELECT ACTIVITY,
  COST_ANALYSIS_CODE,
  ACTIVITY_DESC,
  CREATED_BY,
  CREATION_DATE
FROM GMD_ACTIVITIES_VL
ORDER BY Creation_date DESC 

No comments:

Post a Comment