DBA Data[Home] [Help]

APPS.AR_RECEIPT_VAL_PVT dependencies on AR_APPROVAL_USER_LIMITS

Line 2978: FROM ar_approval_user_limits

2974: SELECT NVL(amount_from,0),
2975: NVL(amount_to,0)
2976: INTO l_amount_from,
2977: l_amount_to
2978: FROM ar_approval_user_limits
2979: where currency_code = p_cr_currency_code
2980: and user_id = l_user_id
2981: and document_type ='WRTOFF';
2982: EXCEPTION