DBA Data[Home] [Help]

APPS.ONT_CHARGE_UTIL SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 45

         select meaning into l_meaning
         from wsh_lookups
         where lookup_code = l_charge_type_code
         and lookup_type = 'FREIGHT_COST_TYPE';
Line: 54

            select meaning into l_meaning
            from qp_lookups
            where lookup_code = l_charge_type_code
            and lookup_type = 'FREIGHT_CHARGES_TYPE';
Line: 63

         select meaning into l_meaning
         from qp_lookups
         where lookup_type = l_charge_type_code
         and lookup_code = l_charge_subtype_code;