DBA Data[Home] [Help]

APPS.HR_KPI dependencies on FND_PROFILE

Line 131: if fnd_profile.save_user(p_name,p_value)

127: p_value in varchar2 ) is
128: pragma autonomous_transaction;
129: begin
130:
131: if fnd_profile.save_user(p_name,p_value)
132: then
133: commit;
134: else
135: -- qqq should raise an error ?