[Home] [Help]
APPS.PAY_DK_EHOL_CARD_REQUEST dependencies on FND_PROFILE
Line 1391: fnd_profile.get(c_data_exchange_dir, l_location);
1387:
1388: -- p := xmlparser.newParser;
1389: -- xmlparser.setValidationMode(p, FALSE);
1390:
1391: fnd_profile.get(c_data_exchange_dir, l_location);
1392: IF l_location IS NULL
1393: THEN
1394: -- error : I/O directory not defined
1395: RAISE e_fatal_error;