Oracle r12 Techinical Notes

11
QUERY DEVELOPMENT METHOD :- Record History Method :- Open any one of the form Example :- Projects Vision operations use responsibility ----Project-Enter Project Number as ATZ Services and click on find and select open Go to help----record history-copy the table name Pa----Projects---V (actually it is view ) Execute the below statement Select * from pa_projects_v -------- it would not display any record -------- if you want to see particular organisations record ---------- we need to set client information begin -------find-client-information…set….org… context (“204”): End:

description

my notes

Transcript of Oracle r12 Techinical Notes

Page 1: Oracle r12 Techinical Notes

QUERY DEVELOPMENT METHOD :-

Record History Method :- Open any one of the form

Example :- Projects Vision operations use responsibility

----Project-Enter Project Number as ATZ Services and click on find and select open

Go to help----record history-copy the table name

Pa----Projects---V (actually it is view )

Execute the below statement

Select * from pa_projects_v

-------- it would not display any record

-------- if you want to see particular organisations record

---------- we need to set client information

begin

-------find-client-information…set….org… context (“204”):

End:

---- here 204 is the org_id for using operations in your project . it will vary

Help-Diagnostics-Examine

Page 2: Oracle r12 Techinical Notes

------ enter the password as apps

------- block- $ profile $

-------- file ----- org_id

------ press tab

------ it will be displaying org_id

-------in R & D we need to use

------- being

-------- no.global,set.policy.context (“5”, “204”);

-------- end ;

-------- here for single operating unit

------- execute the same statement in load like below

--------- select * from pa_projects_v (it will give the records)

------- now, hand code in to one project

------- no to that or now that it will be easier to compare these words

------ select * from pa_projects_v where

------ go to script part by pressing F4,

----- enter into one new edition format.

Shift+control+f

search related colums,name,table name where conditions ---------------------------------------------

The oracle was started in 1987 { version 11 }

Page 3: Oracle r12 Techinical Notes

Project accounting { P.A}.

To store the Project Apps Data base :- it is a collection of records Pl Sql :- we can load build data End users :- enter the data manually

SDLC :- Software Development Life Cycle SCM :- Supply Chain ManagementWrite on :- adding amountP.O :- Purchase OrderP2P :- Procure to payG.L :- General LedgerI.S.O :- Internal Sales OrderO2C :- Order to cash flowBill :- invoiceWear house :- GodownEstimate cost :- budget land labour etc

GET QUERY FROM O.A.F (Oracle application Frame work Page)In oaf pages we cannot see the records history We need to enable fnd diagnositics profile option to yes at your user levelGo to system administrator ----- profile-system Check the check box of the user Enter your user name and enter the profile as FND%DIA%Click on find

Page 4: Oracle r12 Techinical Notes

Choose fnd : diagnositics--- make it to yes.

Click on save---- open the templates You can see about this pageClick on thatExpand business component refers detailsChose or any one by the view object we can find the select statement.

Note :- to create a new user :-

Go to system administrator –security –user-defineEnter the user name , password 2 times for reverification and press tab to add the system responsibilities like Projects Vision Operations usaSystem administratorIf any user having system administrator that user you will call it as super user If any user does not have system administrator then will call it as normal user

3):- System-last query :- if we are not able to see the record history option go to help---diagonistics-examine-provide the password as apps Block--------- systemField----last----queryPress tabIt will show the query

Page 5: Oracle r12 Techinical Notes

Ex:- projects vision operations----budgets----enter the project number----budget type----find

Go to help record history it would not give the history --- in this case we can go to system----last query Note :- only 10 % of the cases we can uses this options

3rd Method :- ETRM(Electronic Technical Refrence Module ):- it is the website to click to in condition between

It is the table across all the modules in the oracle.

It is provided by oracle corporation for only oracle apps Stream :-

Website :- etrm.oracle.comWe need to sign up with with the own personal email account . loginto the site. Select the data baseSelect product name……….module nameEnter the table nameSelect the object type as table and click on submitSelect the table at left hand sideNow we can find to ins between multiple tablesTo see the column name or descriptionClick on dba data on the table name

4 th method ):- Metalink :- now a days we are calling it as support site. Website :- support.oracle.comEmail from the project

Page 6: Oracle r12 Techinical Notes

Management Team :- in a project we have one or two emails to get the support. The below are the advantages for the related site. They are as follows :-1) We can get process flow related documents……. Like p2p,o2c,

project billing,project costing2) We will get problem description and its solution 3) We can get patch related information4) We can raise SR(service request) with severity 1,2,3,4 we can

see.. usually we can raise 3 or 4 if we raise sr with severity 2 they will convert into 3

5) We can launch etrm here …. We can utilize this side for all software like sibel obrm (oracle billing revenue management ), J.d Edwards.

Imp question :- Project Accounting

Project accounting is only available only in oracle apps and this module is introduced to manage the entire information related to the project . project managers will use oracle projects to track the detailed cost to manage with in budget and to stay on shedules while achiving project objectives. Financials analysts use to analyze over all business.

Products of oracle projects :- the products of oracle projects are as follows

1. Project billing2. Project costing3. Project management

Page 7: Oracle r12 Techinical Notes

4. Project intelligence5. Project resource management6. Project portfolio analysis7. Project collaboration

Project Flow :- creation of projects :- Navigation :- projects vision operations usaProjects………choose the templates………select the templates… click on find……click on copy to …… enter all the details like project name,number,manager,start date , and end date

Click on ok

To find the existing project information…..click on projects….enter the project number…..click on find….select open

To create the projects we need to use the existing templates To maintain the similar characterstics based on the businessEach business will have own templates.Like construction,capital billable retail etc

We can create projects by using api also Pa_project_Pub.Create_ProjectPa_project_allBack end table for templates also same but we have to take the following conditions

Page 8: Oracle r12 Techinical Notes

……… select * from pa_projects_allWhere template_flag=’Y’And carrying _out_organisation_id=204In the above statement if template_flag=n means it is project

Work Break Down Structure(WBS):- every project is divided in to multiple tasks this ways of dividing work is called wbs

Example :- product development projects