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 |
What is the use of format trigger?
what is the difference between multiorg views and multiorg tables
2 Answers Immense Source, Intelligroup, TCS,
Do you know what is applysys in oracle application database schema, what is apps?
In a package have predefined exception and user defined exception. while execution which exception will be executed first? why?
what is the difference between procedure and function
What are documents and test cases u followed.
How will you get the concurrent program output as email?
How to develop XML report without rdf?
what is meant by bind parameter?
Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?
1) why we need to do Validations when the Standard Conc. Prog or the API will do all the validations 2) How can we display more then 1 column data in a formula column (Ex displaying Empno, Ename, sal data in one Formula column) 3) is it possible to give 2 out paramaters in a function
can we pass bind variablein lexical parameter?