hi...
i design custom form for making executable...
block is non data base
i just pick information from form text field ad pass to api
code is as follow:
APPS.FND_PROGRAM.executable
( :REQUEST.EXECUTABLE
, :REQUEST.APPLICATION
, :REQUEST.SHORT_NAME
, :REQUEST.DESCRIPTION
, :REQUEST.exec_method
, :REQUEST.exec_file_name
, NULL
, NULL
,'US'
, NULL
);
--commit;
FND_MESSAGE.SET_STRING('Executable Created Successfully.');
FND_MESSAGE.SHOW;
GETTING ERROR AS:
ORA-01403: no data found
----------------------------------------
FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-06501.
[Updated on: Tue, 19 October 2010 03:49]
Report message to a moderator