DBA Data[Home] [Help]

APPS.OZF_ADJUSTMENT_EXT_PVT dependencies on OZF_SALES_TRANSACTIONS_ALL

Line 925: FROM ozf_sales_transactions_all trx

921:
922: CURSOR sales_transation_csr(p_line_id IN NUMBER) IS
923: SELECT 1 FROM DUAL WHERE EXISTS
924: ( SELECT 1
925: FROM ozf_sales_transactions_all trx
926: WHERE trx.line_id = p_line_id
927: AND source_code = 'OM');
928:
929: CURSOR c_adjustment_exists (p_list_header_id IN NUMBER, p_order_line_id IN NUMBER) IS