DBA Data[Home] [Help]

APPS.EAM_WOREP_PUB dependencies on EAM_WORKORDERREP_PVT

Line 223: l_xmldoc := EAM_WorkOrderRep_PVT.getWoReportXML(wip_entity_id_tbl,l_operation,l_material,l_resource,l_direct_item,l_short_attachment,l_long_attachment ,

219: OPEN get_wip_entity_id_csr FOR l_sql_stmt USING p_organization_id,p_organization_id;
220: FETCH get_wip_entity_id_csr BULK COLLECT INTO wip_entity_id_tbl LIMIT l_rows;
221: CLOSE get_wip_entity_id_csr;
222: if wip_entity_id_tbl.count <> 0 then
223: l_xmldoc := EAM_WorkOrderRep_PVT.getWoReportXML(wip_entity_id_tbl,l_operation,l_material,l_resource,l_direct_item,l_short_attachment,l_long_attachment ,
224: l_file_attachment,l_work_request ,l_meter ,l_quality_plan,l_asset_bom,l_safety_permit,l_safety_clearance);
225: end if;
226: l_encoding := fnd_profile.value('ICX_CLIENT_IANA_ENCODING');
227: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'' );