DBA Data[Home] [Help]

APPS.PAY_GB_PAYE_SYNC dependencies on FND_PROFILE

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

990: BEGIN --main Begin
991:
992: hr_utility.set_location( l_pkg ||'PAYE Upload',5);
993: l_filename := p_filename;
994: fnd_profile.get('PER_DATA_EXCHANGE_DIR', l_location);
995: fnd_file.PUT_LINE(FND_FILE.LOG, 'Directory:'|| l_location);
996: fnd_file.PUT_LINE(FND_FILE.LOG, 'File Name:'|| l_filename);
997: fnd_file.PUT_LINE(FND_FILE.LOG, 'Run Mode:'||P_RUN_MODE);
998: