DBA Data[Home] [Help]

APPS.HR_APPLICANT_DATAUPD dependencies on FND_PROFILE

Line 599: l_value := FND_PROFILE.value(g_RunUpdateMode_profile);

595: l_defined boolean;
596:
597: BEGIN
598: --
599: l_value := FND_PROFILE.value(g_RunUpdateMode_profile);
600: if l_value is NULL then
601: return(g_ADPatchRunMode);
602: else
603: return(l_value);