DBA Data[Home] [Help]

APPS.EAM_WOREP_PUB dependencies on EAM_WORKORDERREP_PVT

Line 205: 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 ,

201: OPEN get_wip_entity_id_csr FOR l_sql_stmt USING p_organization_id,p_organization_id;
202: FETCH get_wip_entity_id_csr BULK COLLECT INTO wip_entity_id_tbl LIMIT l_rows;
203: CLOSE get_wip_entity_id_csr;
204: if wip_entity_id_tbl.count <> 0 then
205: 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 ,
206: l_file_attachment,l_work_request ,l_meter ,l_quality_plan,l_asset_bom);
207: end if;
208: l_encoding := fnd_profile.value('ICX_CLIENT_IANA_ENCODING');
209: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,'' );