Search found 6 matches

by MasterPiece
Sat Sep 11, 2010 8:07 pm
Forum: Order Management
Topic: Buy One Get One Free in Advanced Pricing
Replies: 1
Views: 2566

Hi,
in line modifier , fill the following values :
- Breack type = Recurring
-Operator =Between
- Select UOM
-Value from =1
-Value To = 999 (or up to the max qty the offer is valid ).

Regards,
by MasterPiece
Sat Sep 11, 2010 7:59 pm
Forum: Order Management
Topic: Cannot change price when create Sales Order
Replies: 5
Views: 3197

Hi ,
create a surecharge modifier in advance pricing and link it with pricelist or customer as qualifier , it will allow you to change the price in sales order .

Thanks
by MasterPiece
Wed Apr 30, 2008 5:43 pm
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Moving Assets from one Operating Unit to other OU
Replies: 8
Views: 3262

Please detirmine , Are you using one assets book for all Operating units or each operating unit has it own book ?
by MasterPiece
Thu Apr 17, 2008 7:34 pm
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Balance sheet
Replies: 3
Views: 2556

I hope this will help .

Year End Closing Process


Year End Close Check List

1 Set Status of the first Accounting Period in new Fiscal
Year to Future Entry

2 Business Rules Require Creation of Reversal Entries at the
beginning of every period, generate and post accruals from
prior period

3 ...
by MasterPiece
Thu Apr 17, 2008 7:30 pm
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Moving Assets from one Operating Unit to other OU
Replies: 8
Views: 3262

If you are using same assets book for both OU's your can use Mass transfer . Otherwise , I think you have to retire the assets in 1st book and add it to the other book manual .
by MasterPiece
Fri Oct 19, 2007 8:51 pm
Forum: Financials (GL, AP, AR, FA & CM)
Topic: Expense report in payables
Replies: 2
Views: 2668

If you mean that you cant see exp report details , run below queries on SQL*Plus or toad .

update ap_expense_reports_all
set org_id = null
where report_type = 'Seeded Personal Expense';

update ap_expense_report_params_all
set org_id = null
where expense_report_id in
(select expense_report_id from ...