DBA Data[Home] [Help]

APPS.FND_PROFILE dependencies on FND_MESSAGE

Line 3180: fnd_message.set_name('FND', 'FND_PROFILE_OPTION_VAL_TOO_LRG');

3176: --
3177: -- The lengthb() function replaced the length() function to handle
3178: -- multibyte characters appropriately.
3179: if lengthb(X_VALUE) > 240 then
3180: fnd_message.set_name('FND', 'FND_PROFILE_OPTION_VAL_TOO_LRG');
3181: fnd_message.set_token('PROFILE_OPTION_NAME', X_NAME);
3182: fnd_message.set_token('PROFILE_OPTION_VALUE', X_VALUE);
3183: return FALSE;
3184: end if;

Line 3181: fnd_message.set_token('PROFILE_OPTION_NAME', X_NAME);

3177: -- The lengthb() function replaced the length() function to handle
3178: -- multibyte characters appropriately.
3179: if lengthb(X_VALUE) > 240 then
3180: fnd_message.set_name('FND', 'FND_PROFILE_OPTION_VAL_TOO_LRG');
3181: fnd_message.set_token('PROFILE_OPTION_NAME', X_NAME);
3182: fnd_message.set_token('PROFILE_OPTION_VALUE', X_VALUE);
3183: return FALSE;
3184: end if;
3185:

Line 3182: fnd_message.set_token('PROFILE_OPTION_VALUE', X_VALUE);

3178: -- multibyte characters appropriately.
3179: if lengthb(X_VALUE) > 240 then
3180: fnd_message.set_name('FND', 'FND_PROFILE_OPTION_VAL_TOO_LRG');
3181: fnd_message.set_token('PROFILE_OPTION_NAME', X_NAME);
3182: fnd_message.set_token('PROFILE_OPTION_VALUE', X_VALUE);
3183: return FALSE;
3184: end if;
3185:
3186: -- Get the profile ID and Appid for this Profile Name