DBA Data[Home] [Help]

APPS.QP_LIMIT_CONC_REQ dependencies on QP_LIMIT_TRANSACTIONS

Line 27: from qp_limit_transactions

23: l_total number;
24: begin
25: select nvl(sum(amount),0)
26: into l_total
27: from qp_limit_transactions
28: where limit_balance_id = l_limit_balance_id;
29: return(l_total);
30: end;
31: --