DBA Data[Home] [Help]

APPS.PO_POXRRCVV_XMLP_PKG dependencies on MTL_PARAMETERS

Line 53: from mtl_parameters

49:
50: begin
51: select primary_cost_method
52: into l_primary_cost_method
53: from mtl_parameters
54: where organization_id = P_org_id ;
55:
56: P_COST_TYPE_ID := l_primary_cost_method ;
57: end;