Question: When you add a new entry in Supplier Master Information (P01054), the system retreives an
Answer: An address book record exists in the Address Book Master file (F0101) that has a blank value in the Address Book Number field (AN8) and the system uses this record to provide default values.
Use a data file utility like SQL and execute the following statement to locate the blank record:
SELECT * FROM F0101 WHERE ABAN8 < 1
Contact Oracle Support Services for assistance with deleting the blank record.
0