DBA Data[Home] [Help]

APPS.OZF_REASON_PVT dependencies on OE_TRANSACTION_TYPES_VL

Line 1527: FROM oe_transaction_types_vl

1523:
1524: CURSOR c_order_trx_type(cv_id NUMBER)
1525: IS
1526: SELECT 1
1527: FROM oe_transaction_types_vl
1528: WHERE transaction_type_id = cv_id;
1529:
1530: BEGIN
1531: -- Initialize message list if p_init_msg_list is set to TRUE.