DBA Data[Home] [Help]

APPS.AR_CM_APP_VAL_PVT dependencies on AR_APPROVAL_USER_LIMITS

Line 279: FROM ar_approval_user_limits

275: SELECT NVL(amount_from,0),
276: NVL(amount_to,0)
277: INTO l_amount_from,
278: l_amount_to
279: FROM ar_approval_user_limits
280: where currency_code = p_currency_code
281: and user_id = l_user_id
282: and document_type ='CMREF';
283: EXCEPTION