DBA Data[Home] [Help]

APPS.EAM_WORKORDERREP_PVT dependencies on EAM_ORG_MAINT_DEFAULTS

Line 942: from eam_org_maint_defaults eomd, mtl_eam_locations mel, wip_discrete_jobs wdj

938:
939: --Adding Area Info
940: begin
941: select XMLConcat(XMLFOREST(mel.location_codes as "AREA" ,mel.description as "AREADESC"),l_xmlTemp3) into l_xmlTemp3
942: from eam_org_maint_defaults eomd, mtl_eam_locations mel, wip_discrete_jobs wdj
943: where eomd.object_id = wdj.maintenance_object_id
944: and eomd.object_type = 50
945: and eomd.organization_id =wdj.organization_id
946: and wdj.wip_entity_id=p_wip_entity_id(i)