DBA Data[Home] [Help]

APPS.OZF_SYS_PARAMETERS_PVT dependencies on OE_TRANSACTION_TYPES_VL

Line 1417: FROM oe_transaction_types_vl

1413:
1414: CURSOR c_order_trx_type(cv_id NUMBER)
1415: IS
1416: SELECT 1
1417: FROM oe_transaction_types_vl
1418: WHERE transaction_type_id = cv_id;
1419:
1420: BEGIN
1421: