DBA Data[Home] [Help]

APPS.OZF_FUND_RECONCILE_PVT dependencies on QP_LIMITS

Line 1153: FROM qp_limits ql

1149:
1150: -- to decide if max==committed
1151: CURSOR l_max_csr(p_offer_id IN NUMBER) IS
1152: SELECT count(1)
1153: FROM qp_limits ql
1154: WHERE ql.list_header_id = p_offer_id
1155: AND ql.list_line_id = -1
1156: AND limit_number = 1
1157: AND basis='COST'