Sunteți pe pagina 1din 58

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 EAM
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: An Overview of Construction Estimates in R12


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

Upcoming Advisor Webcast Schedule

Check out Note 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: An Overview of Construction Estimates in R12


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


An Overview of Construction Estimates in
R12
Vijay Kataram, Principal Technical Support Engineer
May 21, 2015

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

Objectives
This Session is intended to
provide with an Overview of
Construction Estimates in R12.

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

Agenda
1. Create Construction Units
2. Create Construction Estimates
3. How to search and modify Construction Estimates Using
Construction Estimate Workbench
4. Debugging Construction Estimates

5. Resources

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

One construction unit is a collection of activities, as defined in the eAM Master Items
table. One can also define a routing and bill of material for the construction unit.
Construction units are defined at the organization level, and can include only those
activities that are assigned to the same inventory organization. However, one can query
construction units associated with different organizations and copy them to another
organization. One can search by name, description, and organization.
When defining a construction unit, one can enter the activity quantities for materials,
resources, and resource multipliers for the construction unit.

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

Prerequisites for Creating Construction Units


1. Define activities to be used with the construction units, and
associate the activities to your organization.
2. Create material BOMs for the activities.
3. Define operations for the construction units.

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

Create Construction Unit


Click the Construction Units tab in Maintenance Super User Responsibility

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

10

Confirm Construction Unit Created Successfully

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

11

Review Construction Unit Created in table EAM_CONSTRUCTION_UNITS

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

12

Creating Construction Estimates


One can group one or more construction units to create construction
estimates and define work requirements. Grouping construction units
enables you to combine various operations that are involved (and their
resource and material requirements), and this assists in the design,
planning and estimation of the costs.
One can also create a construction estimate and add activities directly,
without adding any construction units.

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

13

Create Construction Estimate

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

14

Create Construction Estimate

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

15

Create Construction Estimate

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

16

Review Construction Estimate Created

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

17

Create Work Order for Construction Estimate

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

18

Review Work Order created in


EAM_CE_WORK_ORDER_LINES table

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

19

Update Estimate Action is Disabled

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

20

Why Construction Estimate Update Icon Is Disabled???

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

21

Why Construction Estimate Update Icon is Disabled???

Work Order
Created

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

22

Why Construction Estimate Update Icon Active???

Work Order not


created

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

23

Modify Construction Unit

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

24

Modify Construction Unit

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

25

Create New Construction Estimate

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

26

Process Cost Estimate on New Construction Estimate

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

27

Search and Modify Construction Estimate

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

28

Modify Construction Estimate

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

29

Modify Construction Estimate

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

30

Modify Construction Estimate

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

31

Save Modified Construction Estimate

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

32

Estimate Costs for Modified Construction Estimate

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

33

Process Estimate Cost for Construction Estimate

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

34

Debugging Construction Estimates

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

35

Debugging Construction Estimates

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

36

Debugging Construction Estimates

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

37

Debugging Construction Estimates


The following tables are key tables that hold relevance to Construction
Estimates and Construction Units
- EAM_CONTSTRUCTION_UNITS
- EAM_CONSTRUCTION_ESTIMATES
- EAM_CE_WORK_ORDER_LINES
- EAM_CONSTRUCTION_UNIT_DETAILS

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

38

Debugging Construction Estimates

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

39

Debugging Construction Estimates


When Creating Work Order from Construction Estimate, get an error but no
error message.
Check the following package is valid.
Package EAM_CONSTRUCTION_EST_PVT should be valid. If not, please do
the following and see if the package is valid.
Compile the invalid package if it is still invalid:
In SQLPLUS connected as apps user:
SQL> alter package EAM_CONSTRUCTION_EST_PVT compile package;
SQL> alter package EAM_CONSTRUCTION_EST_PVT compile body;
Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

40

Debugging Construction Estimates

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

41

Debugging Construction Estimates


Use EAM_CONSTRUCTION_EST_PUB.UPDATE_CE_WO_LNS_BY_GROUP_OPT
API for that purpose. The high level steps would be
Create Estimate using EAM_CONSTRUCTION_EST_PUB.CREATE_ESTIMATE,
which will explode the construction units and populated estimate work order
lines.

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

42

Debugging Construction Estimates


Use EAM_CONSTRUCTION_EST_PUB.UPDATE_CE_WO_LNS_BY_GROUP_OPT
to apply the defaults like Asset Number, Project id, task id etc and provide
the grouping option as "Activity" (ie)p_ce_wo_defaults.GROUPING_OPTION.
You can use the following SQL to get the GROUPING_OPTION lookup_code
value SELECT LOOKUP_CODE FROM MFG_LOOKUPS WHERE LOOKUP_TYPE =
'CONSTRUCTION_GROUP_OPTIONS' AND ENABLED_FLAG = 'Y' AND SYSDATE
BETWEEN NVL(START_DATE_ACTIVE, SYSDATE-1) AND
NVL(END_DATE_ACTIVE, SYSDATE+1) AND MEANING = 'Activity'

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

43

Summary
What we covered today
Create Construction Units
Create Construction Estimates

How to search and modify Construction


Estimates Using Construction Estimate
Workbench
Debugging Construction Estimates
Resources

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

44

Resources
Dff Default Values Do Not Show On Eam Construction Estimate (Doc ID
1377224.1)
Error While Saving Construction Estimate - Invalid Descriptive FlexField
Data. (Doc ID 1606072.1)

Ability to view flexfield data for work orders created from Construction
Estimate Page. (Doc ID 1683100.1)
Entered Line clears out at Construction Estimate Workbench when
Operation Entered (Doc ID 1565671.1)

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

45

Resources
Ability to add new resources or materials to existing operations in EAM
Construction Estimate Workbench. (Doc ID 1683102.1)
When Creating Work Orders From Construction Estimates, You
Encounter 'The entity with header id(x) generated the following
error(s). Operation Sequence Number 10 in Resource does not exist.'
(Doc ID 1438104.1)
Unable To Generate Simultaneous Parent And Child Work Orders For
Same Activity In Construction Estimates (Doc ID 1638707.1)

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

46

Resources
Bug 18524645: EAM CONSTRUCTION ESTIMATE DOES NOT INCLUDE
RESOURCE OVERHEAD
Bug 18772219: CAN'T CREATE WORK ORDER FROM CONSTRUCTION
ESTIMATE - DIRECT ITEM A UNIT OF MEASU

Bug 18139300: CONSTRUCTION ESTIMATE HAS ACTIVITIES AND


SEQUENCE SORTED BY ALPHABETICAL ORDER
Bug 10082577: EAM - ERROR WHEN CREATING WORK ORDER FROM
CONSTRUCTION ESTIMATE

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

47

Resources
Ability to view flexfield data for work orders created from
Construction Estimate Page (Doc Id 1683100.1)
Ability to select work order department when creating work orders
from Construction Estimate Page (Doc Id 1683101.1)
Ability to view Cost Estimate data from the Construction Estimate
search results page (Doc Id 1683099.1)
Ability to create work order from Construction Estimate page that
has same activity twice (Doc Id 1683096.1)
Copyright 2015 Oracle and/or its affiliates. All rights reserved. |

48

Resources
User Guides

Oracle Enterprise Asset Management User Guide


Oracle Enterprise Asset Management Implementation Guide
Knowledge Documents
Bug 17355705: ABILITY TO EDIT ESTIMATE AFTER WO IS CREATED OR
ABILITY TO ADD ACTIVITIES TO WO

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

49

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. |

50

Top Articles and Community Links


EAM Information Center [ID 1411394.2].
Enterprise Asset Management (EAM) Advisor
Webcast Calendar/Archive [ID 1167439.1].
Oracle Advisor Webcast Schedule [ID
740966.1].
Continue the Discussion on the Enterprise
Asset Management 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. |

51

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. |

52

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

53

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. |

54

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. |

55

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. |

56

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. |

57

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. |

58

S-ar putea să vă placă și