DBA Data[Home] [Help]

APPS.PAY_GB_FPS_NI_AND_OTHERS dependencies on FND_PROFILE

Line 3229: fnd_profile.get('GB RTI Uptake', l_uptake_value);

3225: BEGIN
3226: hr_utility.trace(' Entered FPS_BACS_PREPROCESS at'||TO_CHAR(sysdate,'ddmmyyyy hh24:mi:ss'));
3227: fnd_file.put_line(FND_FILE.LOG,' Entered FPS_BACS_PREPROCESS at'||TO_CHAR(sysdate,'ddmmyyyy hh24:mi:ss'));
3228: -- Get the profile value
3229: fnd_profile.get('GB RTI Uptake', l_uptake_value);
3230: fnd_file.put_line(FND_FILE.LOG,' l_uptake_value : '||l_uptake_value);
3231:
3232: -- When RTI Profile is set to None return without doing any processing.
3233: IF l_uptake_value IS NULL OR l_uptake_value = 'NONE' THEN