[Home] [Help]
533: l_stmt_num := 60;
534:
535: SELECT primary_cost_method
536: INTO l_costing_method
537: FROM mtl_parameters
538: WHERE organization_id = p_org_id;
539:
540: /*------------------------------------------------------------------------+
541: | If primary_cost_method is average, FIFO or LIFO then update the |