Tuesday, October 24, 2017

Purchasing Lookups in Oracle Apps

Following are the Lookups which Oracle Payables uses
  • FOB:- Supplier default for all new purchase orders.
  • Freight Terms:- Supplier default for all new purchase orders.
  • Minority Group:- Supplier classification for reporting purposes.
  • Pay Group:- Groups invoices in payment batches.
  • Supplier Type:- Supplier classification for reporting purposes. You enter this value in the Type field of the Classification region of the Suppliers window.

No comments:

Post a Comment

Query to get Parent and Child Accounts in Oracle APPS R12

SELECT ffv1.flex_value parent_account       ,ffvt1.description parent_account_desc   ,ffv2.flex_value child_account   ,ffvt2.description...