Declare
Result Boolean;
BEGIN
Result:= fnd_profile.SAVE ('XX_OTC_ROLE_PF' , null, 'USER',1677);
IF Result
THEN
DBMS_OUTPUT.put_line ('Profile Updated');
ELSE
DBMS_OUTPUT.put_line ('Profile Not Updated');
END IF;
COMMIT;
END;
How to make parameter multiple value selection in FUSION BIP REPORT AND ( least(:P_PR_NUMBER) is null or prha.requisition_header_id i...
No comments:
Post a Comment