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 Go to next message
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

Re: executable creation by using package [message #482753 is a reply to message #479753] Mon, 15 November 2010 12:56 Go to previous message
vamsi kasina
Messages: 2112
Registered: October 2003
Location: Cincinnati, OH
Senior Member
Lokesh,
Have you solved your problem?
Which Release you are using? 11i or R12?
What are the exact values you are passing from the form?
Provide a sample set of parameters.

By
Vamsi
Previous Topic: Apps Custom Report
Next Topic: BR 100 DOC
Goto Forum:
  


Current Time: Wed Apr 24 06:17:37 CDT 2024