DBA Data[Home] [Help]

APPS.AR_POSTBATCH_PARALLEL dependencies on AR_SYSTEM_PARAMETERS

Line 325: FROM ar_system_parameters;

321: * ******************************************************************** */
322: l_app_unearn_disc := NVL(p_app_unearn_disc, 'N');
323: SELECT NVL(unearned_discount, 'N')
324: INTO l_allow_unearn_disc
325: FROM ar_system_parameters;
326:
327: IF l_allow_unearn_disc = 'N' AND l_app_unearn_disc = 'Y' THEN
328: l_app_unearn_disc := 'N';
329: fnd_file.put(FND_FILE.LOG, 'NOTE : Allow Unearned Discounts is set to NO in system options.');