DBA Data[Home] [Help]

APPS.ONT_CHARGE_UTIL dependencies on QP_LOOKUPS

Line 55: from qp_lookups

51:
52: WHEN NO_DATA_FOUND THEN
53:
54: select meaning into l_meaning
55: from qp_lookups
56: where lookup_code = l_charge_type_code
57: and lookup_type = 'FREIGHT_CHARGES_TYPE';
58:
59: END;

Line 64: from qp_lookups

60:
61: ELSE /* l_charge_subtype_code is not null */
62:
63: select meaning into l_meaning
64: from qp_lookups
65: where lookup_type = l_charge_type_code
66: and lookup_code = l_charge_subtype_code;
67:
68: END IF; /* if l_charge_subtype_code is null */