Give a brief overview on OrderManagement.
Answer / maruthi
order mangement deals with order to cash
first we have to enter the order
order returns----sales order
we have to enter the order in headers snd lines information
when we enter the order it shows entered in both headers
and lines
after that we have to book the order
after entering it shows booked in headers and awaiting
shipping in lines
it shows the release status --R means ready for relaese
after that we have to do pick release
when picked it shows booked in headers in headers and
picked in lines
it shows the flow status code changes from R to Y means
Pick Confirmed
in the back ground two concurrent will run
1) Pick Slip Report
2) Shipping Exceptions report
After that we have to do shipping
while shipping the flow status code will change from Y to C
means Ship Confirmed
in the background it runs 5 Concurrent programs
Automatically
1)Bill of Lading
2) Commercial Invoice
3)Packing slip Report
4)Interface trip stop
5)Vehicle load sheet Details
After that we have to run the workflow Background Program
After that we have to do the Invoices
After that we have to do the receipts
After that we will transfer it in to General Ledger
Transform Program
| Is This Answer Correct ? | 6 Yes | 0 No |
what are the different types of parameters avialable in reports?
In interface process we have 1000 records i want to commit every 100 records how? How i can commit every 100 records?
wht is format triger?
what is the defference between credit memo and debit memo
After execution of a report we get parameter layout where we have enter From_date and To_date.After entering From_date and without entering To_date what happen a report will execute or not?
What are the different components of soa suite?
While running the concurrent program we will get the status, we have to change the status. How it will be done.
what is pay run id ?
What are the benefits of using soa architecture?
HOW CAN YOU KNOW UPDATE STMT IS WORKED OR NOT IN PL/SQL?
While registering the concurrent program we first do the executable concurrent program and then define it . So why we need to give the application name twice in executable and as well as definitions
how can we return morethan one parameters in procedure?