DBA Data[Home] [Help]

APPS.POA_CUSTOMIZATION_PKG dependencies on POA_EDW_SUPPERF

Line 91: v_target_price := poa_edw_supperf.find_best_price(p_line_location_id);

87: BEGIN
88:
89: -- Currently default to the best price found
90:
91: v_target_price := poa_edw_supperf.find_best_price(p_line_location_id);
92:
93: RETURN(v_target_price);
94:
95: EXCEPTION