DBA Data[Home] [Help]

APPS.ARP_RATE_ADJ dependencies on AR_SYSTEM_PARAMETERS

Line 239: l_max_wrt_off_amount ar_system_parameters.max_wrtoff_amount%TYPE;

235: l_claim_reason_code_id NUMBER;
236: l_claim_reason_name VARCHAR2(80);
237:
238: --Added for write-off
239: l_max_wrt_off_amount ar_system_parameters.max_wrtoff_amount%TYPE;
240: -- Bug 2076743
241: l_claim_status VARCHAR2(30);
242: l_new_rec_app_id NUMBER;
243: l_new_net_rec_app_id NUMBER;

Line 1283: FROM AR_SYSTEM_PARAMETERS;

1279: |Get the maximum write-off amount set at the system level |
1280: *------------------------------------------------------------*/
1281: SELECT NVL(MAX_WRTOFF_AMOUNT,0)
1282: INTO l_max_wrt_off_amount
1283: FROM AR_SYSTEM_PARAMETERS;
1284:
1285: /*----------------------------------*
1286: | |
1287: | For each un-reversed application |