I have created an invoice and made the payment in Accounts payable. Now the payment status is Negotiable and accounting status is processed. I reconciled the transaction in Cash Mgmt, The status changed from negotiable to Reconciled in CM. I checked the payment status for the invoice in payment window(AP), the payment status changed to RECONCILED UNACCOUNTED i.e correct but the accounting status is remain processed which is not the correct. I hope the transaction will be correct if the accounting status would have changed to PERTIAL . Please suggest any solution for the above query.
5317Post New Student Oracle Apps Financial Interview Questions
What is a closure in javascript?
> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?
What is the data pump import utility?
What do the we 103 do?
Can I extend the core database class?
Describe the objective of multiprogramming.
Differentiate between % rowtype and type record.
How many types of windows 7 are there?
We need to know is their any govt notification for VAT & Service both applicable for one item or single invoices
What are the various duties of a Pediatrician?
What are biogeochemical cycles?
Define why series inductor and l-section filters cannot be used with half-wave rectifiers?
How would you use f1 score?
Explain the benefits of big data?
How do you substring a string in excel?