DBA Data[Home] [Help]

APPS.POR_AUTOSOURCE_UTIL_PKG dependencies on PO_REQ_LINES_SV1

Line 449: PO_REQ_LINES_SV1.get_cost_price(p_item_id,l_source_organization_id,p_unit_of_issue,p_cost_price);

445: END IF;
446:
447: l_is_item_shippable_err := FALSE;
448:
449: PO_REQ_LINES_SV1.get_cost_price(p_item_id,l_source_organization_id,p_unit_of_issue,p_cost_price);
450:
451: -- Explicitly rounding the price as UI automatically rounds it to 10 digits. This is treated as a
452: -- price change and charge account is regenerated. Hence, rounding it off to 10 to prevent the same
453: p_cost_price := round(p_cost_price,10);