Dear Associates, Pls go through the following REQs... and respond me if u have any matching Resumes..... Mail to [EMAIL PROTECTED]
*Pl *find the below requirements on Oracle for review which are active at this point – please let me know if you have any suitable profiles that match our client need * * *Position 1:* Title: Sr. Oracle Apps Developer Location: Mission Viejo, CA Duration: 6 Months *Skills Required:* * * Ø Sr. Oracle Applications Developer who is very technical with a bit of functional experience. Ø Need to be expertise on TCA/CRM, manufacturing and Financial modules. Ø Must have a strong understanding of the base architecture of Oracle applications, especially around CRM *Position 2:* Title: Sr. PL/SQL Developer Location: Milpitas, CA Duration: 6 Months *Skills Required:* * * Ø Sr. PL/SQL Developer with hard core PL/SQL Development skills on 10g AND 9i who also has a background on .NET(v2). Ø The resource with c# experience is preferred. *Position 3:* Title: Sr. Oracle P2P Resource Location: Santa Clara, CA Duration: 6-12 Months *Skills Required:* * * Ø Sr. Oracle Purchasing resource with expertise in Procure to Pay, Design Doc Prep, AP, Fixed Assets, Purchasing, And Reports 6i. Ø Must have hands on Techno-Functional Experience and the resource with a Business analyst background is preferred. *Position 4:* Title: Sr. Oracle FA Functional Resource Location: Bay Area, CA Duration:ml : > > > > <project xmlns="http://maven.apache.org/POM/4.0.0" > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 > > http://maven.apache.org/maven-v4_0_0.xsd"> > > <modelVersion>4.0.0</modelVersion> > > <groupId>t4</groupId> > > <artifactId>t4-core-ddl</artifactId> > > <packaging>pom</packaging> > > <parent> > > <groupId>t4</groupId> > > <artifactId>t4-parent</artifactId> > > <version>1.0-SNAPSHOT</version> > > </parent> > > <version>1.0-SNAPSHOT</version> > > <name>T4 Core DDL</name> > > <dependencies> > > <dependency> > > <groupId>t4</groupId> > > <artifactId>t4-core-all</artifactId> > > <version>${version}</version> > > </dependency> > > <dependency> > > <groupId>org.hibernate</groupId> > > <artifactId>hibernate-annotations</artifactId> > > </dependency> > > <dependency> > > <groupId>org.hibernate</groupId> > > <artifactId>hibernate-entitymanager</artifactId> > > </dependency> > > </dependencies> > > <build> > > <plugins> > > <plugin> > > <groupId>org.codehaus.mojo</groupId> > > <artifactId>hibernate3-maven-plugin</artifactId> > > <configuration> > > <componentProperties> > > <drop>false</drop> > > <export>false</export> > > <outputfilename>t4-core.sql</outputfilename> > > </componentProperties> > > <components> > > <component> > > <name>hbm2ddl</name> > > > > <implementation>jpaconfiguration</implementation> > > </component> > > </components> > > <systemProperties> > > <property> > > <name>hibernate.dialect</name> > > > <value>org.hibernate.dialect.HSQLDialect</value> > > </property> > > </systemProperties> > > </configuration> > > <executions> > > <execution> > > <phase>test-compile</phase> > > <goals> > > <goal>hbm2ddl</goal> > > </goals> > > </execution> > > </executions> > > </plugin> > > </plugins> > > </build> > > </project> > > > > Thanks in advance, > > > > Olivier > > > > > > -- > Brett Porter > Blog: http://blogs.exist.com/bporter/ > -- Seules 2 choses sont infinies : l'univers et la bêtise humaine ; et encore pour l'univers, je ne suis pas sûr … (Einstein)
