DBA Data[Home] [Help]

APPS.OZF_SYS_PARAMETERS_PVT dependencies on OE_TRANSACTION_TYPES_VL

Line 1346: FROM oe_transaction_types_vl

1342:
1343: CURSOR c_order_trx_type(cv_id NUMBER)
1344: IS
1345: SELECT 1
1346: FROM oe_transaction_types_vl
1347: WHERE transaction_type_id = cv_id;
1348:
1349: BEGIN
1350: