Home » Applications » Oracle Fusion Apps & E-Business Suite » executable creation by using package
executable creation by using package [message #479753] |
Tue, 19 October 2010 03:36  |
lokeshsurana
Messages: 212 Registered: April 2010 Location: India
|
Senior Member |
|
|
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
|
|
|
|
Goto Forum:
Current Time: Mon Apr 14 06:17:55 CDT 2025
|