ramesh


{ City }
< Country > india
* Profession *
User No # 93969
Total Questions Posted # 13
Total Answers Posted # 4

Total Answers Posted for My Questions # 15
Total Views for My Questions # 79892

Users Marked my Answers as Correct # 20
Users Marked my Answers as Wrong # 1
Questions / { ramesh }
Questions Answers Category Views Company eMail

35—how to create ldt lct files? 36—how to tranfor on file from one instance to another instance?

Accenture,

2 Oracle Apps Technical 7024

1—how we can create multi reports in xml publishers Ans: 2—how to print multi currency,multi language in xml 3—what are the validations in sql*loader 4—where u can get data file 5—where u r putting control file and where the bad file discard file generated 6—how to print external date in xmlp 7—in data file fields terminated by different sybals how you can write code in ctrl file 8—how to use date function in sql*loader 9—which path u have used in sql*loader 10—what are utl file triggers 11—where u can find errorbuf ret code 12 how we can know weather procedure is successfully executed from backend 13—data file contains how many levels 14—what kind of errors u got in discard file 15—how you can skip the records in thr middle of data file and end of data file 16—invoice created and send to the gl but we don’t know the invoice number how we can know 17—where u devlop interface program local syst or server system 18—how we can know how many receipts are created for a po 19—after completion of po interface into base table how we can see etair line header info in single table. 20—how to save a workflow in database in short cut? Can we delete workflow how 21—what are the common errors in workflow 22—strong cursor and weak cursor 23—what is external table where we will use 24—we have 50 record while printing in rdf report we have print 10 records per page how u can do 25—what is the difference between workflow and oracle alert 26—hot to implement muli org in interface approach 27—while loading records if the records no>=10 then all the records should be discarder,then error message populated how you can achieve 28—while picking the sales aorder qty is there in shipping there is no qty then what u will you will do 29—what is the next step after back order 30—if we do any modification in po_headers_v is it effects the base tables 31—what is tca architecture 32—where we can see the invoice payment 33—when selection existing customer in om what you will do 34—how to pass the values for the variables in api. 35—can we use look up values instead of profile options. 35—how to create ldt lct files? 36—how to tranfor on file from one instance to another instance?

IBM,

1 Oracle Apps Technical 6678

q)what are the validations in sql*loader

Accenture,

Oracle Apps Technical 1731

can we use look up type instead of a pofile option?or valueset?is it possible how?

Cap Gemini,

Oracle Apps Technical 1777

can we get profile values in report without using user exists is it possible how?

Cap Gemini,

Oracle Apps Technical 2310

in oracle workflow if i want to send a mail to the user after sending if the user didn't approve the mail after 10 mins it is automatimatically approved how we can approach?

Cap Gemini,

2 Oracle Apps Technical 4499

where we will put the control file ,where we will run sql star loader what is the cmd?

Cap Gemini, KPMG,

1 Oracle Apps Technical 7423

how to move the one file from one instance to another instance?and ur scripts also?

KPMG,

1 Oracle Apps Technical 7251

in order to run utl_file package we need to give any specific path? if yes what is that?where u will run utl_package?

KPMG,

1 Oracle Apps Technical 7071

in interface and conversion if 10 records are error out we can't load the records?if >10 we have to insert,if we not insert we need to gernerate error how u can achieve?

Oracle,

1 Oracle Apps Technical 7776

in sql *loder how to skip the middle records ex:from 10th to 20th records i want to skip?

Oracle, Schneider,

2 Oracle Apps Technical 8552

how to print multi lay outs,muti currency,muti language in xml publisher

Deloitte, Oracle,

2 Oracle Apps Technical 10707

what is instead of trigger in where u will use?

TCS,

2 Oracle Apps Technical 7093




Answers / { ramesh }

Question { 5074 }

Tell me some errors names and number what u got while
developing the reports?


Answer

1) object b10 has no size no width
2)column cf-1 has no formula rep-1249
3)pl/sql value or numeric errors
4)cann,t fit the values
5)error running the user exist?
6)report cann,t be formated
7)object margin is not fully enclosed by its enclosed object


like so many------------

Is This Answer Correct ?    2 Yes 0 No

Question { Cap Gemini, 7535 }

What is the autonomous transaction?give me example?


Answer

if we want to make one transaction as independent among other or parent transaction,we will use the concept call autanamous transaction,

we will use pragma autanamus_transaction keyword in order to make one transaction as independent,so this transaction will run idependently...

Is This Answer Correct ?    3 Yes 0 No


Question { 5225 }

how to initialize applications?


Answer

fnd_global.apps_initialize api is used in oracle apps

we need to pass user_id ,resp_id,resp_appl_id,we can get this values from front end by $profile$ of application

Is This Answer Correct ?    6 Yes 0 No

Question { Accenture, 16417 }

When loading data from staging table to interface table ,
how to reload the invalid record once again ?


Answer

simple while writing code select the error records also in
main cursor so u can run program again

Is This Answer Correct ?    9 Yes 1 No