Sie sind auf Seite 1von 61

ATTENTION AUDIO Options

Option 1: Voice Streaming Audio Broadcast

Option 2: Teleconference (Dial In)

No need to dial in on a telephone


Questions can be asked in the WebEx Chat panel
Details

Requires telephone to dial in


Questions can be asked over the phone or in the
WebEx Chat
Details
Conference ID: Oracle OPM
International dial in: +1-706-758-7972
US Free call: 1-866-627-3315
List with national toll free numbers is available
in Doc ID: 1148600.1
View anytime during the conference using
Communicate > Teleconference > Join
Teleconference from your WebEx menu

Upcoming: Process Manufacturing Batch Hold Management Functionality


Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

Upcoming Advisor Webcast Schedule


Check out Doc ID : 740966.1
Select your Product Area
E-Business Suite Manufacturing
Scan through the list of Current
Topics
Register for the session(s) of your
interest

Upcoming: Process Manufacturing Batch Hold Management Functionality


Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

Safe Harbor Statement


The following is intended to outline our general product direction. It is intended for
information purposes only, and may not be incorporated into any contract. It is not a
commitment to deliver any material, code, or functionality, and should not be relied upon
in making purchasing decisions. The development, release, and timing of any features or
functionality described for Oracles products remains at the sole discretion of Oracle.

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

Oracle Advisor Webcast


Process Manufacturing Batch Hold
Management Functionality
Lea DiPentima, Senior Principal Technical Support Engineer
Glenn Ruhl, Principal Technical Support Engineer
January 5, 2016

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

Objective
To understand Batch Hold
functionality and how it can be
helpful in the business process

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

Batch Hold Management


1

Overview and Process Flow

Functional Overview

Technical Overview

Demo

Troubleshooting

5
Summary

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

Batch Hold
Description

Batches can be put on Hold to prevent progress on production


Pending, WIP, and Completed Batches can be put on hold and released
from hold
There are two hold modes: Pause and Stop
Pause: Allows some transactions but prevents status changes
Stop: Prevents transactions and status changes

Hold and Release Hold actions are supported with E-Records and ESignatures

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

Batch Hold Management


Business Value

Improved control on Production Activity


Prevents users from progressing a batch when a decision has been made to put it on
hold temporarily
Reduces human error

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

Batch Hold Management Overview and Process flow


Create / release
/ complete
batch

Place the batch


on Hold

Review and
resolve the
issues

Progress the
batch

Release hold

Batches can be put on hold for a number of reasons:


Machine breakdown
Material shortage
Delay in Quality testing
Associated sales order was put on hold

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

10

Functional Overview for Batch Hold


Management

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

11

Batch Hold Management

Availability upon different batch status


Batch Status

Hold Mode
Stop

Hold Mode
Pause

Pending

WIP

Complete

Closed/Cancel /Terminated

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

12

Batch Hold Management


List of actions allowed or disallowed when a batch is on hold
Action

Hold Mode Pause

Hold Mode - Stop

No

No

No

No

Batch Actions
Release / Un-release
Complete / Revert to WIP
Cancel / Terminate / Close
Reroute
Step Actions
Release / Un-Release
Complete / Revert to WIP
Close

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

13

Batch Hold Management


List of actions allowed or disallowed when a batch is on hold
Action

Hold Mode Pause

Hold Mode Stop

New Transactions Material or Resource

No

No

Backdated Transactions - Material or Resource


(including Corrections for existing
transactions)
Reservations / Picking / Move Orders

Yes

No

Yes

No

Planning

Yes

No

Yes

No

Batch Actions
Scale
Reschedule

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

14

Batch Hold Management

List of actions allowed or disallowed when a batch is on hold


Action
Batch Additions / Deletions
Addition / Deletion of Ingredients,
Products, Steps, Activities, Resources
Addition / Deletion of Process
Parameters

Hold Mode Pause

Hold Mode - Stop

Yes

No

No

No

No

No

Yes

Yes

Integrations with MES


Dispensing
Process Instructions Execution
Integrations with Quality
Sample creation / Results entry

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

15

Batch Hold Management


Batch Detail Form - New Menu

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

16

Batch Onhold Form


When Putting Batch On Hold

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

17

Batch Onhold Form


When Releasing Batch Hold

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

18

Hold History
Clicking the Hold History button on the Batch Onhold form shows all the
hold history records of the current batch.

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

19

Batch Hold Management


Batch Detail Form Hold Type

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

20

Batch Hold Management

New Lookup Type GME_BATCH_ONHOLD_REASON

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

21

Batch Hold Management Hold Type Pause (Actions Menu)

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

22

Batch Hold Management Hold Type Stop (Tools Menu)

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

23

Batch Hold Management Hold Type Stop (Inventory Menu)

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

24

Batch Hold Management Hold Type Stop ( Actions Menu)

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

25

Batch Hold Management Hold Type Pause ( Error for material transactions)

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

26

Technical Overview for Batch Hold


Management

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

27

Batch Hold Management


Data Model Changes
New Table:
GME_BATCH_ONHOLD_DTLS
Sequence: GME_BATCH_ONHOLD_ID_S
Index: GME_BATCH_ONHOLD_DTLS_N1
(HOLD_ID)

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

28

Batch Hold Management

New Workflow Business Events, ERES, AME Transaction types


Business Events

Subscriptions (rule function/workflow)

EDR_XML_MAP_CODE

Batch Hold:
oracle.apps.gme.batch.hold

EDR_PSIG_RULE.PSIG_RULE/PSIG_ESIG
N_PAGE_FLOW

oracle.apps.gme.cbr.btch.hold
(gme_cbr_batch_hold.xgm)

GMO_CBR_GRP.PROCESS_EVENT
Batch Hold Release:
EDR_PSIG_RULE.PSIG_RULE/PSIG_ESIG
oracle.apps.gme.batch.holdrelease N_PAGE_FLOW

oracle.apps.gme.cbr.btch.hold
(gme_cbr_batch_hold.xgm)

GMO_CBR_GRP.PROCESS_EVENT
AME/ERES Transaction Name

Transaction Type Id

E-record style sheet

GME ERES Batch Hold

oracle.apps.gme.batch.hold

GMEBHOLD.rtf

GME ERES Batch Hold Release

oracle.apps.gme.batch.holdrelease

GMEBHREL.rtf

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

29

Batch Hold Management

New CBR Section in GMO CBR Common Template (GMOCBRCOMN.rtf)

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

30

Batch Hold Management

New Templates for batch hold E-Record


- Template Name: GME:Batch Hold
- Template File: GMEBHOLD.rtf

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

31

Batch Hold Management

New Templates for batch hold release E-Record


- Template Name: GME:Batch Hold Release
- Template File: GMEBHREL.rtf

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

32

Batch Hold Management


Public API changes in GME_API_PUB

APIs

Changes - Error If:

Reroute_Batch/Cancel_Batch/Release_Batch/Unrelease_Batch/Complete_Batch/R
evert_Batch/Close_Batch/Terminate_Batch/Release_Step
/Unrelease_Step/Complete_Step/Revert_Step/Close_Step/Update_Actual_Rsrc_U
sage/Insert_Process_Parameter/Update_Process_Parameter/
Delete_Process_Parameter/Update_Batchstep_Qty/Update_Actual_Rsrc_Usage

- The batch is on Stop hold


- The batch is on Pause Hold
- No hold, Complete/Release
batch/step actual start/
completion date is within a hold
period

Scale_Batch /Reschedule_Batch /Reschedule_Step/Create_Batch_Reservations/


Create_Line_Reservations/Insert_Step/Insert_Material_lLne/
Delete_Material_Line/Delete_Step/Incremental_Backflush/
Insert_Batchstep_Resource/Delete_Batchstep_Resource/Auto_Detail_Line
/Auto_Detail_Batch/Insert_Batchstep_Activity/Delete_Batchstep_Activity/
Create_Pending_Product_Lot/Update_Pending_Product_Lot/
Delete_Pending_Product_Lot/Theoretical_Yield_Batch

- The batch is on Stop hold

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

33

Batch Hold Management


Public API changes in GME_API_PUB
APIs

Changes - Error If:

Update_Material_Line
Update_Batchstep_Resource
Update_Batchstep_Activity

- Batch is on STOP Hold


- Batch is on Pause hold and actual qty/date is changed
- No hold, actual start/completion date is overlapping with
history hold period

Create_Material_Txn
Convert_Dtl_Reservation

- Batch is on STOP hold


- Batch is on pause HOLD but txn date is within a hold period

Insert_Incr_Actual_Rsrc_Txn
Insert_Timed_Actual_Rsrc_Txn
Start_Cmplt_Actual_Rsrc_Txn
End_Cmplt_Actual_Rsrc_Txn

- Batch is on STOP hold


- Resource txn date within a hold period
- Resource start/end date is overlapping existing hold period

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

34

Demonstration

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

35

Troubleshooting Overview for Batch Hold


Management

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

36

Batch Hold Management


Diagnostics and Troubleshooting

Enable GME debugging per MOS note - How to Set Up Debug Options in
Oracle Process Manufacturing Process Execution. (Doc ID 235967.1)
Get Diagnostics Apps Check as per MOS Note 838707.1 for application
Process Manufacturing Process Execution(GME).
Verify whether the issue is related to any personalization or customization,
by turning these off
Run this query to get batch hold status (R No hold, P Pause, S Stop)
select gme_common_pvt.GET_BATCH_HOLD_STATUS (&batch_id) from dual

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

37

Batch Hold Management


Troubleshooting Tips
Issue #1:
Not able to create/update resource transactions Or Material transactions

Probable Cause:
Batch could be on hold, Pause or Stop
Batch is not on hold, but the material transaction date, or resource transaction date, is falling in a period the batch was on hold
The resource transaction start date and resource transaction end date overlap with a period where the batch was placed on hold

Resolution:
Batch should be released from hold.
Modify material/resource transaction transaction date to not fall in any hold period.
Modify Resource transaction start/end date to not overlap with any batch hold period.

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

38

Batch Hold Management


Troubleshooting Tips
Issue #2:
The resource transactions are failing to be created by Resource Transaction Manager for Outside Processing.

Probable Cause:
The resource transaction date could be overlapping with one of the hold periods

Resolution:
Correct the resource transaction date in the resource transaction interface record so that it does not overlap with the hold
periods.

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

39

Batch Hold Management


Troubleshooting Tips
Issue #3:
Not able to see the pending dispense or dispensed material line in dispense workbench or dispense touch screen UI

Probable Cause:
Batch could be on hold, either Pause or Stop

Resolution:
Batch should be released from hold.

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

40

Batch Hold Management


Troubleshooting Tips
Issue 4
Not able to see the E-Signature approval process launched or E-Records generated for Hold or Hold Release actions

Probable Cause:
Profile EDR: E-records and E-signatures is not set to Y
The new business events of Batch Hold and Hold Release are not enabled.
The seeded E-Records subscription of the business events are not enabled
E-Records/E-Signature required is not set to Yes for the new AME transaction types in ERES setup
AME approval groups and rules are not properly configured

Resolution:
Set profile EDR: E-records and E-signatures value to Y
Enable business events oracle.apps.gme.batch.hold and oracle.apps.gme.batch.holdrelease
Enable seeded subscription with rule function EDR_PSIG_RULE.PSIG_RULE and workflow PSIG_ESIGN_PAGE_FLOW
Set E-record/E-signature required variable values to Y for both transaction types in ERES Administrator setup
Set up proper AME approval rule for transaction type GME ERES Batch Hold/Hold Release
Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

41

Additional Resources
White Paper on Batch Hold
Oracle Process manufacturing- Placing and releasing a batch Hold (Doc ID 2051375.1)
For more information about Oracle E-Business Suite
http://www.oracle.com/us/products/applications/ebusiness/overview/index.html
For Oracle Product documentation
http://www.oracle.com/technology/documentation/applications.html

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

42

Summary

What we covered today


New Feature Batch Hold
Management and how
Pause/Stop holds can be used.

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

43

To ask a question on the phone


line, select *1 on your phone.

Q&A

To ask a question online, use the


Chat area at the top.
Your question will be read aloud in
the order received.
Question can also be asked on the
My Oracle Support Communities

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

44

Top Articles and Community Links


Process Manufacturing Information Center [ID
1393312.2].
Process Manufacturing (OPM) Advisor Webcast
Calendar/Archive [ID 1064676.1].
Oracle Advisor Webcast Schedule [ID
740966.1].
Continue the Discussion on the Process
Manufacturing My Oracle Support Community.
What advisor webcast topics do YOU want to
see presented?
Webcast Survey After Todays Session.
Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

45

To ask a question on the phone


line, select *1 on your phone.

Q&A

To ask a question online, use the


Chat area at the top.
Your question will be read aloud in
the order received.
Question can also be asked on the
My Oracle Support Communities

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

46

THANK YOU
Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

47

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

My Oracle Support Accreditation: E-Business Suite

Accreditation Program Pages


Program Index 1583898.1
E-Business Suite 1580100.1

Fully leverage support capabilities


delivered via My Oracle Support |
high-value best practices | efficiency
with Oracle tools = more time spent
on primary role.

Stay Informed | Analyzer Scripts |


Workflow Analyzer | Period Close|
Patching | Certifications | Upgrade
Advisor | Comparison Reports.

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

Learn More

Available References and Resources to Get Proactive


My Oracle Support Essentials Webcast Series
https://support. oracle.com | Doc ID: 553747.1
My Oracle Support Blog
https://blogs.oracle.com/supportportal/
Get Proactive in My Oracle Support
https://support. oracle.com | Doc ID: 432.1
Ask the Get Proactive Team
get-proactive_ww@oracle.com
Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

50

Accessing My Oracle Support Community


1.

Via My Oracle Support -> Community Tab

2.

Directly https://communities.oracle.com

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

51

Where Can I Get The Slides From This Session?


1. PDF link from Doc ID 740966.1 (within 48 hours)
2. RAC/Scalability Community >Content Tab > Documents (within 24 hours)

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

52

Session Related Community Links


The following thread will have a copy
of the presentation and can be used
for additional questions or discussions
on this topic.
https://community.oracle.com/thread/
3570481

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

53

Oracle Advisor Webcast Program

Locating Current Schedule & Archived Recordings


From Note ID : 740966.1 drill
down to your area of interest
Select your Product Area

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

54

Oracle Advisor Webcast Program

Locating Current Schedule & Archived Recordings For DB

Note:
Click column headings to sort
Hover on Webcast Title for more
information
Recordings available within 48
hours
Advisor Webcast Questions on a
webcast or ask questions via the
Questions? link

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

55

THANK YOU
Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

56

Oracle Color Palette


Lights/Darks

R 255
G 255
B 255

Accents and default chart color order

R 95
G 95
B 95

R 220
G 227
B 228

R 127
G 127
B 127

R 255
G0
B 0

R 138
G 19
B 59

R 255
G 119
B 0

R 70
G 87
B 94

R 141
G 166
B 177

R 176
G 195
B 200

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

Additional Resources

Oracle Corporate Photography

Oracle Corporate Hardware Photography

my.oracle.com\site\mktg\creative\graphics\photography

my.oracle.com/site/mktg/creative/Graphics/Photography/cnt1375391.htm

Academic

Airline

Analytics

Application

ATM

Oracle Corporate Icons

Oracle Corporate Logos

my.oracle.com/site/mktg/creative/Graphics/Icons/index.html

my.oracle.com/site/mktg/creative/Logos/index.html

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

AUDIO INFO Join Teleconference

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

59

Question and Answer Instructions


Q&A panel

3
2

Send your question

Ask: ALL PANELLIST leave default!


1

type your question here

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

60

Question and Answer Instructions (cont)


your question pop-up here

Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

61

Das könnte Ihnen auch gefallen