DBA Data[Home] [Help]

APPS.CSP_REPAIR_ORDER_PKG dependencies on FND_LOOKUPS

Line 117: from fnd_lookups

113: where vendor_id = l_Repair_Supplier_id;
114: END IF;
115:
116: select meaning into l_Supplier_type
117: from fnd_lookups
118: where lookup_type = 'CSP_NOTIF_DTL_SRC_TYPE'
119: and lookup_code = l_source_type;
120: EXCEPTION
121: WHEN NO_DATA_FOUND THEN