Oracle Applications Technical ERP R11i, R12
Thursday, October 22, 2015
Set system profile values from SQL Oracle Apps
Use fnd_profile.save to set system profile at site level from SQL.
Declare
value Boolean;
Begin
value := fnd_profile.save('put profile name code','new_profile_value','SITE');
commit;
End;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment