Charge account does not appear automatically on the requisition distribution
Hi Gurus,
I have problems when creating a requisition. The problem is Charge Account does not appear automatically on the distribution line.
some way out I have tried, but the problem is still not solve. some of which I have to do are :
1. review (Doc ID 1521566.1)
2. Run Query
SQL> select max(log_sequence) from fnd_log_messages;
MAX(LOG_SEQUENCE)
-----------------
20496137
SQL> Select * from fnd_log_messages
2 where log_sequence > &log_seq_noted_above
3 order by log_sequence
4 ;
Enter value for log_seq_noted_above: 20496137
old 2: where log_sequence > &log_seq_noted_above
new 2: where log_sequence > 20496137
no rows selected