I creat Credit memo in AR. Now i want revers the Credit
Memo.how you can revers that what out any aditional entry.
No Answer is Posted For this Question
Be the First to Post Answer
How to load data from external tables to regular tables?
Why does for update in oracle 8 cause an ora-01002 error?
How to view the data files in the current database?
How to create a new oracle data file?
Given two table employee and department EMP ---------------- empid deptid(fk) Dept --------------------- deptid(pk) deptname que-Write a query to find count of employee in each department. Expected Output- deptid countofEmployee --------------------------- 10 57 20 20 30 15
How to retrieve data from an explicit cursor?
Is primary key indexed by default in oracle?
What are the execution control statements?
What is a directory object?
How will you write a query to get a 5th rank student from a table student_report?
what are the things that you consider while creating indexes on partitioning tables?
What is an oracle cursor variable?