Procurement - EBS (MOSC)

MOSC Banner

Charge account does not appear automatically on the requisition distribution

edited Aug 6, 2015 10:05AM in Procurement - EBS (MOSC) 4 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center