what is difference between d2k report and oracle apps report
Answers were Sorted based on User's Feedback
Answer / mry
d2k report is used to display the data in the report format
here we don't need to register where as in apps we first we
create the reports and save it in the server side of the
concerned module directory and will register in the apps aol
and run the report
| Is This Answer Correct ? | 82 Yes | 11 No |
Answer / ramanjula reddy
D2k Report : We can't Schedule the Program.
Apps Report: We can Schedule the Program.
D2k Report : We can't use User_Exits.
Apps Report : We can use User_Exits.
D2k Report : We can't give the Security. i.e Any body can
run the report.
Apps Report : We can give the Security by Assigning the
Concurrent Prgoram to Particular Request Group and
Responsibility.
D2k Report : We can't Run more than one Report at a Time.
Apps Report : We can Run more than one Report at a Time by
using Request Set.
| Is This Answer Correct ? | 32 Yes | 5 No |
Answer / shiv kumar
* In D2k Report, the output will be seen in the runtime
previewer and this can not initialize the profile values.
* In Oracle Apps Report we can initialize the profile
values and frees after execution.
| Is This Answer Correct ? | 28 Yes | 5 No |
Answer / bala
d2k report ==bitmap image
Apps report ==character mode
| Is This Answer Correct ? | 34 Yes | 17 No |
Answer / ashok
The main difference of d2k report and oracle apps report is
that in oracle apps report we use token when we register
the report in oracle apps but in D2k report no token is
required. without giving token in registration process, we
can't run the report, if report is using user parameters.
| Is This Answer Correct ? | 19 Yes | 8 No |
Answer / javid
We can't give the Security to D2k reports. i.e Any body can
run the report.
if we get source of anyone we can use that source we can
modified that report as per our requirement
but in apps we can't
We can give the Security by Assigning the
Concurrent Program to Particular Request Group and
Responsibility
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / rakesh pradhan
The d2k report is used to display the data in the report
format.Here we don't need to register where as in apps we
first we create the reports and save it in the server side
of the concerned module directory and will register in the
apps application object library and run the report.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / sanjoy mukhopadhyay
D2k reports can bu run independently without any security
and other subsequent registration process. But when a D2K
buit report is used in Oracle APPS it should undergo some
process , called Reports Registration process in which some
actions are done in front end using Oracle Apps forms (
Creation of Executable, Programs and Pramameters, Request
group, assignments etc. ) and some steps in OS side to keep
the source .rdf in a specific directory depending on APPS
release. Apart fron that , Apps reports can use FND
functions which is not possible in normal D2K.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / nagendra
D2K REPORTS ORACLE APPS REPORTS
=========== ====================
1.IN THIS REPORTS NO MANDATORY 1.WHERE AS ORACLE APPS REPORTS
PARAMTERS P_CONC_REQUEST_ID MANDATORY
PARAMETER
2.HERE NO USER EXIST VALUES 2.HERE USER_EXIST VALUES
SHOULD BE IMPORTANT
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ravi shankar duvvu
For Oracle Apps Reports and d2k report build by report
builder only and to develop the report in oracle apps
reports we have to use templets. Temaples is nothing but
oracle apps standard reports. The mailn difference is, to
run the report from the oracle apps we have to register the
report through the concurrent manager where as d2k report
we can run independently.
| Is This Answer Correct ? | 5 Yes | 7 No |
is it possible to run the interface without using oracle apps?
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?
what is count(*) from po_vendors(any table)? what does it do and what is count(1) from po_vendors(any table)? what is count(0) from po_vendors(any table) the out put is same what is the difference
Types of cursors?
what is meant by lexical parameter
What are the User PARAMETERS in the Reports?
Where we can write a PL/SQL code in report triggers?
Difference between set of books id and ledger id in r12 ?
INBOUND INTERFACE: Suppose I have 100 Records of employees in flat file.When moving the records from flat file to STAGING table using >CTl file, I want to restrict the records whose salary is less than 500.what are the validations(or conditions) you write to achieve this.
what is flexfield qualifier?
How to move the one file from one instance to another instance? And your scripts also?
what are the important table names in purchasing?