DBA Data[Home] [Help]

APPS.CST_JOBCLOSEVAR_GRP dependencies on MTL_PARAMETERS

Line 571: FROM mtl_parameters

567: l_stmt_num := 60;
568:
569: SELECT primary_cost_method
570: INTO l_costing_method
571: FROM mtl_parameters
572: WHERE organization_id = p_org_id;
573:
574: /*------------------------------------------------------------------------+
575: | If primary_cost_method is average, FIFO or LIFO then update the |