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 1262: FROM AR_SYSTEM_PARAMETERS;

1258: |Get the maximum write-off amount set at the system level |
1259: *------------------------------------------------------------*/
1260: SELECT NVL(MAX_WRTOFF_AMOUNT,0)
1261: INTO l_max_wrt_off_amount
1262: FROM AR_SYSTEM_PARAMETERS;
1263:
1264: /*----------------------------------*
1265: | |
1266: | For each un-reversed application |