DBA Data[Home] [Help]

APPS.GHR_PER_ADDRESSES_AFIUD dependencies on FND_MESSAGE

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

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