DBA Data[Home] [Help]

APPS.PMI_COST_ANALZ_PACK dependencies on STANDARD

Line 807: -- Get the standard UOM and the conversion factor for the from_UOM

803: error_code := -3111 ;
804: RETURN to_qty ;
805: END;
806:
807: -- Get the standard UOM and the conversion factor for the from_UOM
808: BEGIN
809: SELECT um.um_type ,
810: ut.std_um ,
811: um.std_factor

Line 825: -- Get the standard UOM and the conversion factor for the to_UOM

821: error_code := -3112 ;
822: RETURN 0;
823: END;
824:
825: -- Get the standard UOM and the conversion factor for the to_UOM
826: BEGIN
827: SELECT um.um_type ,
828: ut.std_um ,
829: um.std_factor