DBA Data[Home] [Help]

APPS.POR_UTIL_PKG dependencies on PO_REQ_LINES_SV1

Line 1979: po_req_lines_sv1.get_cost_price(x_item_id, x_organization_id,x_unit_of_measure,l_cost_price);

1975: RETURN NUMBER
1976: IS
1977: l_cost_price number;
1978: begin
1979: po_req_lines_sv1.get_cost_price(x_item_id, x_organization_id,x_unit_of_measure,l_cost_price);
1980: -- Explicitly rounding the price as UI automatically rounds it to 10 digits. This is treated as a
1981: -- price change and charge account is regenerated. Hence, rounding it off to 10 to prevent the same
1982: return round(l_cost_price,10);
1983: end get_item_cost;