DBA Data[Home] [Help]

APPS.OZF_ACCRUAL_ENGINE dependencies on OZF_SALES_TRANSACTIONS_ALL

Line 2978: FROM ozf_sales_transactions_all trx

2974:
2975: CURSOR sales_transation_csr(p_line_id NUMBER) IS
2976: SELECT 1 FROM DUAL WHERE EXISTS
2977: ( SELECT 1
2978: FROM ozf_sales_transactions_all trx
2979: WHERE trx.line_id = p_line_id
2980: AND source_code = 'OM');
2981:
2982: CURSOR c_order_info (p_header_id IN NUMBER) IS