DBA Data[Home] [Help]

APPS.OZF_CLAIM_TYPE_PVT dependencies on OE_TRANSACTION_TYPES_VL

Line 983: FROM oe_transaction_types_vl

979: l_dummy NUMBER;
980: CURSOR c_order_trx_type(cv_id NUMBER)
981: IS
982: SELECT 1
983: FROM oe_transaction_types_vl
984: WHERE transaction_type_id = cv_id;
985:
986: BEGIN
987: