1⟩ What is oracle d2k? why we use it?
It is a front end tool which consist of forms and reports and use plsql as a coding language
“Oracle D2K Interview Questions and Answers will guide us now that OracleD2K is the frontend in oracle to develop forms and the backend database oracle would be storing information and d2k will be displaying it. So learn Oracle D2K and get a better job or get preparation for a job in D2K with the help of this Oracle D2K Interview Questions with Answers guide”
It is a front end tool which consist of forms and reports and use plsql as a coding language
We have done data conversion for1.Suppliers2.AP Invoices3.Customers4.AR Invoices
If you are technically strong in Oracle D2k then it will take very less or near abt one month to learn abt Oracle apps.
The best example for user exit which i used is FND FORMAT_CURRENCY.
User Profile : It is a set of changeable options through which your application runs.User profile can be defined at various levels. They are
1.System
2.Application
3. Responsibility
4. User
As we basically use 11.5.9 version hence its better to tell that only.
Have to see the standra reports and possible customizations
Developer/2000 doesn't make exe files. Think of your Dev 2k project like an access database, you develop the forms and reports and then when you deploy them you also install the Forms & Reports Runtimes on the clients machine. Forms, when compiled have the *.fmx extension as opposed to the normal *.fmb extension.
Developer/2000 doesn't make .exe files.
host('c:myFile.bat');
host('c:myfile.bat);
nth salary
select salary
from table_name a
where &n=(select count(salary) from table_name b where a.salary<=b.salary);
n salaries
select salary
from table_name a
where &n>=(select count(salary) from table_name b where a.salary<=b.salary);
select level,max(column name) from emp where level = n connect by prior sal > sal group by level;
Applsys is a schema as apps and applsyspub.this schema contains the information about the FND or forndation tables.
yes i know.
Nav=>application-->validation-->set
we will give set name.
select type as table,"edit information" button will hilight, click that
give application name-->table name(for which u want to make table value set)-->column name-->give name of the column-->where/order by(give the condition or order either asc/desc)-->save it and use in "parameters" window in concurrent program creation.
Yes, I customized the Work Flow For Credit Memo Request approval in AR through Workflow Builder.
Client can customize Descriptive Flex Fields.
There is no need of using Lexical parameter in reports Deveoper.Instead We can use bind Variables as a parameter.
Can anybody give the meaning of this question.
i think answer is: i know java
THe extension of the Oracle report will be *.rdf (Report Definition File).
You place the Oracle report on the corresponding application top in the reports folder.
Eg: $XAP_TOP/../reports
Generally we place the newly developed reports in Custom top. $CUSTOM_TOP/reports/US
Directory Name:-
Move the fmb file into :-
cust_top/forms/US
Keep the new form (renamed) in au_top/forms/US
You can trace in Oracle application Help menu.
Start Oracle application Goto Help
Help->Diagnostics->Trace-> Regular Trace.
will ask for Apps Pass. Wil Show Not dialog Box which Gave you the path of Trace file. FTP the Trace file.
There are 3 tier of Internet Architechture of Oracle Application 11i.
1. Desktop Tier
2. Database Tier
3. Application Tier.