DBA Data[Home] [Help]

APPS.HRKPI dependencies on FND_PROFILE

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

219: p_value in varchar2 ) is
220: pragma autonomous_transaction;
221: begin
222:
223: if fnd_profile.save_user(p_name,p_value)
224: then
225: commit;
226: else
227: -- qqq should raise an error ?