DBA Data[Home] [Help]

APPS.OZF_ACCRUAL_ENGINE dependencies on OZF_SALES_TRANSACTIONS_ALL

Line 3843: FROM ozf_sales_transactions_all trx

3839:
3840: CURSOR sales_transation_csr(p_line_id NUMBER) IS
3841: SELECT 1 FROM DUAL WHERE EXISTS
3842: ( SELECT 1
3843: FROM ozf_sales_transactions_all trx
3844: WHERE trx.line_id = p_line_id
3845: AND source_code = 'OM');
3846:
3847: CURSOR c_order_info (p_header_id IN NUMBER) IS