DBA Data[Home] [Help]

APPS.ICX_CAT_SCHEMA_UPLOAD_PVT dependencies on FND_PROFILE

Line 2941: fnd_profile.get('POR_LOAD_PURGE_BEYOND_DAYS', l_number_of_days);

2937:
2938: l_err_loc := 100;
2939:
2940: -- get the POR_LOAD_PURGE_BEYOND_DAYS and POR_LOAD_PURGE_COMMIT_SIZE profiles
2941: fnd_profile.get('POR_LOAD_PURGE_BEYOND_DAYS', l_number_of_days);
2942: fnd_profile.get('POR_LOAD_PURGE_COMMIT_SIZE', l_commit_size);
2943:
2944: l_err_loc := 110;
2945:

Line 2942: fnd_profile.get('POR_LOAD_PURGE_COMMIT_SIZE', l_commit_size);

2938: l_err_loc := 100;
2939:
2940: -- get the POR_LOAD_PURGE_BEYOND_DAYS and POR_LOAD_PURGE_COMMIT_SIZE profiles
2941: fnd_profile.get('POR_LOAD_PURGE_BEYOND_DAYS', l_number_of_days);
2942: fnd_profile.get('POR_LOAD_PURGE_COMMIT_SIZE', l_commit_size);
2943:
2944: l_err_loc := 110;
2945:
2946: -- this loop is to used to purge tables for pre R12 jobs