DBA Data[Home] [Help]

APPS.CSD_COST_ANALYSIS_UTIL dependencies on MTL_PARAMETERS

Line 571: FROM mtl_parameters

567: --Curcor to get the primary cost method for the organization.
568: CURSOR cur_getPrimaryCostMethod(p_organization_id NUMBER)
569: IS
570: SELECT primary_cost_method
571: FROM mtl_parameters
572: WHERE organization_id = p_organization_id;
573: BEGIN
574: l_cost_enabled := TRUE;
575: