Home » Applications » Oracle Fusion Apps & E-Business Suite » Value Set creation from backend..
Value Set creation from backend.. [message #222112] Thu, 01 March 2007 22:36 Go to next message
sreddy4u
Messages: 7
Registered: February 2007
Junior Member
hi,


can we able to create valuesets from back end? like we run concurrent request using FND_REQUEST.SUBMIT_REQUEST.

Thankyou

Satish
Re: Value Set creation from backend.. [message #222147 is a reply to message #222112] Fri, 02 March 2007 00:51 Go to previous messageGo to next message
srinivasoracle
Messages: 18
Registered: February 2007
Location: Hyderabad
Junior Member

Hi Satish,

FND_REQUEST.SUBMIT_REQUEST is not create the concurrent Program from backend. We are using this to submit the Concurrent program from Pl/sql block.
Using the function FND_PROGRAM.REGISTER to define a concurrent Program.

There is no function supports to create the valueset from backend in Oracle Apps.

Thanks & Regards,
Srinivasulu Vakati
Re: Value Set creation from backend.. [message #222172 is a reply to message #222147] Fri, 02 March 2007 03:02 Go to previous message
rajabadam
Messages: 4
Registered: December 2006
Location: Hyderabad
Junior Member

Hi Satish,


You can create valueset from backend using the package

FND_FLEX_VAL_API

Ex: FND_FLEX_VAL_API.CREATE_VALUESET_INDEPENDENT(
value_set_name ,
description ,
security_available ,
enable_longlist ,
format_type ,
maximum_size ,
precision ,
numbers_only ,
uppercase_only ,
right_justify_zero_fill ,
min_value ,
max_value )

You have to pass these parameters ( all are IN params only).

Thanks&Regards,
Rajasekhar.
Previous Topic: oracle faqs
Next Topic: Financials - Technical Help
Goto Forum:
  


Current Time: Sat Jul 06 07:19:21 CDT 2024