DBA Data[Home] [Help]

APPS.PAY_GB_RTI_NINO_REPLY_PKG dependencies on FND_PROFILE

Line 525: fnd_profile.get('PER_DATA_EXCHANGE_DIR', l_location);

521: l_filename := p_filename;
522: --
523: -- Get I/O Directory
524: --
525: fnd_profile.get('PER_DATA_EXCHANGE_DIR', l_location);
526: -- Get request id
527: l_request_id := FND_GLOBAL.CONC_REQUEST_ID;
528:
529: fnd_file.put_line(fnd_file.LOG,'directory: <'|| l_location || '>');