DBA Data[Home] [Help]

APPS.BIS_COMMON_PARAMETERS dependencies on FND_MESSAGE

Line 503: fnd_message.set_name('BIS', 'BIS_DBI_PROFILE_NOT_SET');

499:
500: IF (l_return_value) THEN
501: null;
502: ELSE
503: fnd_message.set_name('BIS', 'BIS_DBI_PROFILE_NOT_SET');
504: fnd_message.set_token('PROFILE', l_profile_list);
505:
506: bis_collection_utilities.log(fnd_message.get);
507: END IF;

Line 504: fnd_message.set_token('PROFILE', l_profile_list);

500: IF (l_return_value) THEN
501: null;
502: ELSE
503: fnd_message.set_name('BIS', 'BIS_DBI_PROFILE_NOT_SET');
504: fnd_message.set_token('PROFILE', l_profile_list);
505:
506: bis_collection_utilities.log(fnd_message.get);
507: END IF;
508:

Line 506: bis_collection_utilities.log(fnd_message.get);

502: ELSE
503: fnd_message.set_name('BIS', 'BIS_DBI_PROFILE_NOT_SET');
504: fnd_message.set_token('PROFILE', l_profile_list);
505:
506: bis_collection_utilities.log(fnd_message.get);
507: END IF;
508:
509: return l_return_value;
510: END;