DBA Data[Home] [Help]

APPS.EAM_WORKORDERREP_PVT dependencies on MTL_EAM_LOCATIONS

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

1191:
1192: --Adding Area Info
1193: begin
1194: select XMLConcat(XMLFOREST(mel.location_codes as "AREA" ,mel.description as "AREADESC"),l_xmlTemp3) into l_xmlTemp3
1195: from eam_org_maint_defaults eomd, mtl_eam_locations mel, wip_discrete_jobs wdj
1196: where eomd.object_id = wdj.maintenance_object_id
1197: and eomd.object_type = 50
1198: and eomd.organization_id =wdj.organization_id
1199: and wdj.wip_entity_id=p_wip_entity_id(i)