DBA Data[Home] [Help]

APPS.EAM_WORKORDERREP_PVT dependencies on EAM_WORK_ORDER_DETAILS

Line 865: eam_work_order_details ewod,

861: efs.set_name as "SETNAME",
862: eafc.comments as "COMMENTS")) into l_xmlTypeFailureData
863: from eam_asset_failures eaf,
864: eam_asset_failure_codes eafc,
865: eam_work_order_details ewod,
866: wip_discrete_jobs wdj,
867: eam_failure_set_associations easa,
868: eam_failure_sets efs
869: where wdj.wip_entity_id =eaf.source_id and

Line 886: from eam_work_order_details ewod,csi_counters_tl cct

882:
883: --Adding PM Base Meter Name
884: begin
885: select XMLFOREST(ewod.warranty_active as "WARRANTYACTIVE",cct.name as "PMBASEMETER") into l_xmlTemp3
886: from eam_work_order_details ewod,csi_counters_tl cct
887: where ewod.wip_entity_id=p_wip_entity_id(i)
888: and ewod.pm_base_meter=cct.counter_id
889: and cct.language=userenv('Lang');
890: exception