DBA Data[Home] [Help]

APPS.OE_ID_TO_VALUE dependencies on OE_PAYMENT_TYPES_VL

Line 3075: FROM oe_payment_types_vl

3071: WHERE lookup_type=l_lookup_type and lookup_code=p_payment_type_code;
3072: ELSE
3073: SELECT NAME
3074: INTO l_payment_type
3075: FROM oe_payment_types_vl
3076: WHERE payment_type_code = p_payment_type_code;
3077: END IF;
3078: ELSE
3079: SELECT MEANING