Hello everyone please if any one know how to create event alert in oracle apps . share with me. thanks in advance.
Oraask Latest Questions
Hello Guys, how can i create synonym in oracle ? thanks.
How to open custom.pll in form builder? may be simple question but i am unable to open custom.pll into form builder it gives me a lot of errors. Thanks in advance
when i am trying to use utl_file.fopen it gave me an error ORA-29280: utl_file.fopen invalid directory path error and this what i did: [code] CREATE DIRECTORY mydir AS 'C:\New'; [/code] [code] GRANT READ ON DIRECTORY mydir TO myuser; [/code] then using [code] v_FileHandle := UTL_File.FOpen('mydir', 'myfile', 'w', 32767); [/code] and this the final ...
Please help me to change user password in oracle apps from database.
Hi there, Is there any function in SQL or PL/SQL to add space to string value ? for example : this value 'oraask' i need the result to be like this : 'ora ask' thanks in advance.
i don`t know why i cant seem to make any event alert to work although that the same alert can work periodic . if anyone can post WORKING AND TRIED event alert that would be great cause i tried many times ...
I am a new in oracle EBS financials and facing this error while defining a new asset category APP-OFA-47227 'You must set up the category with default depreciation rules for at least one date range'
How to SKIP or RETRY an oracle workflow by API from backend ?
Hello i am facing this error when run concurrent program Import Price Catalogs after populating PO interface tables PO_HEADERS_INTERFACE, PO_LINES_INTERFACE, PO_DISTRIBUTIONS_INTERFACE i don't know how to solve this error. any advice will be appreciated.