Define Legal Entity
Latest Answer: The Legal Entity represents a legal company for which the user prepares tax reports. Tax identifiers and other relevant information are assigned to this entity. ...
How many Maximum Datafiles can there be in an Oracle Database?
What is Demand to stock cycle?
How to get distinct value for any column in value set.E.g Table is emp, to Type value set for job then in lov it has to display distinct job.
Latest Answer: Use select distinct column name from table instead of table name ...
How to create and generate HMTL file from OracleFor Example : Generate a HTML file with all the rows from a table temp
Latest Answer: set markup HTML on spool c:/temp_table.html select * from temp; spool off set markup HTML off; Thanks & RegardsRAJIV GUPTA(ORACLE CONSULTANT)YOGIK TECHNOLOGIES PVT LTD. ...
How to activate, deactivate and run concurrent managers?
Latest Answer: CONCSUB is used to execute both seeded and customized concurrent programs.
CONCSUB is a utility that allows you to submit concurrent program to the
concurrent Manager from operation unit level.
The functionality of concsub can be categorized in ...
What are the different types of profiles options while submitting report through SRS window.
Latest Answer: Profiles are nothing but the changable options.While developing the reports we use two user exists i.esrw.user_exist('fnd srwinit'); in before report trigger andsrw.user_exist('fnd srwexit'); in after report trigger. ...
How to get flexfield data into report?
How can we rectify errors in interfaces?
What is TCA architecture?
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top