DBA Data[Home] [Help]

APPS.PAY_GB_FPS_NI_AND_OTHERS_13 dependencies on FND_PROFILE

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

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