DBA Data[Home] [Help]

APPS.CST_JOBCLOSEVAR_GRP dependencies on MTL_PARAMETERS

Line 537: FROM mtl_parameters

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 |