DBA Data[Home] [Help]

APPS.HR_NEW_USER_REG_SS dependencies on FND_PROFILE

Line 79: l_prof := fnd_profile.value ('PER_NI_UNIQUE_ERROR_WARNING');

75: fetch csr_txn_status into l_status;
76: close csr_txn_status;
77:
78: if upper(l_status ) = 'AC' then
79: l_prof := fnd_profile.value ('PER_NI_UNIQUE_ERROR_WARNING');
80: fnd_profile.put('PER_NI_UNIQUE_ERROR_WARNING',null);
81: end if;
82: --Fix for the Bug 14158934 ends
83:

Line 80: fnd_profile.put('PER_NI_UNIQUE_ERROR_WARNING',null);

76: close csr_txn_status;
77:
78: if upper(l_status ) = 'AC' then
79: l_prof := fnd_profile.value ('PER_NI_UNIQUE_ERROR_WARNING');
80: fnd_profile.put('PER_NI_UNIQUE_ERROR_WARNING',null);
81: end if;
82: --Fix for the Bug 14158934 ends
83:
84:

Line 121: fnd_profile.put('PER_BUSINESS_GROUP_ID',l_business_grp_Id);

117: l_business_grp_Id :=hr_transaction_api.get_number_value
118: (p_transaction_step_id => l_transaction_step_id
119: ,p_name => 'P_BUSINESS_GROUP_ID');
120:
121: fnd_profile.put('PER_BUSINESS_GROUP_ID',l_business_grp_Id);
122:
123: end if;
124: --bug 5665820
125:

Line 153: fnd_profile.put('PER_NI_UNIQUE_ERROR_WARNING',l_prof);

149: close csr_person;
150:
151: --Added for the Bug 14158934
152: if upper(l_status ) = 'AC' then
153: fnd_profile.put('PER_NI_UNIQUE_ERROR_WARNING',l_prof);
154: end if;
155:
156: hr_utility.set_location('Leaving:'|| l_proc, 10);
157: