DBA Data[Home] [Help]

APPS.PQP_ALIEN_EXPAT_WF_PKG dependencies on FND_PROFILE

Line 136: -- Get FND profile value

132: -- hr_utility.raise_error;
133: end if;
134: close csr_getperid;
135: --
136: -- Get FND profile value
137: l_contact_source := fnd_profile.value('HR_PAYROLL_CONTACT_SOURCE');
138: -- expose the wf control variables to the custom package
139: --
140: if l_contact_source = 'CUSTOM' then

Line 137: l_contact_source := fnd_profile.value('HR_PAYROLL_CONTACT_SOURCE');

133: end if;
134: close csr_getperid;
135: --
136: -- Get FND profile value
137: l_contact_source := fnd_profile.value('HR_PAYROLL_CONTACT_SOURCE');
138: -- expose the wf control variables to the custom package
139: --
140: if l_contact_source = 'CUSTOM' then
141: -- call a custom notifier hook