DBA Data[Home] [Help]

APPS.GHR_PER_ADDRESSES_AFIUD dependencies on FND_MESSAGE

Line 128: fnd_message.set_token('PROGRAM_TYPE', l_session_var.program_name);

124: end if;
125: else -- Not a known type
126: hr_utility.set_location('Unknown Program Name - ' || l_session_var.program_name ||' :' || l_proc , 10);
127: hr_utility.set_message( 8301, 'GHR_UNKNOWN_PGM_TYPE');
128: fnd_message.set_token('PROGRAM_TYPE', l_session_var.program_name);
129: hr_utility.raise_error; -- History not maintained
130: end if;
131: end if;
132: hr_utility.set_location('Leaving:'|| l_proc , 1);