DBA Data[Home] [Help]

APPS.OZF_FUND_RECONCILE_PVT dependencies on QP_LIMITS

Line 1166: FROM qp_limits ql

1162:
1163: -- to decide if max==committed
1164: CURSOR l_max_csr(p_offer_id IN NUMBER) IS
1165: SELECT count(1)
1166: FROM qp_limits ql
1167: WHERE ql.list_header_id = p_offer_id
1168: AND ql.list_line_id = -1
1169: AND limit_number = 1
1170: AND basis='COST'