Oracle WebCenter Sites (MOSC)

MOSC Banner

using ics.catalogmanager on custom table

edited Mar 31, 2015 8:37AM in Oracle WebCenter Sites (MOSC) 7 commentsAnswered ✓

Hi guys,

I have created an custom table in same schema as of WCS by using SQL command from SQL developer ("create tablename......" etc.). with following col names where I have written seq before any insert operation to generate ID which sits in 'rid' col:

column nametypenullable
RIDNUMBERNo
SITE_PREFIXVARCHAR2(32 BYTE)Yes
USERNAMEVARCHAR2(50 BYTE)Yes
EMAILVARCHAR2(50 BYTE)Yes
CONTACTNUMBERYes
FUELS_XMLCLOBYes
USERTYPEVARCHAR2(1 BYTE)Yes
SUBMIT_TIMEVARCHAR2(100 BYTE)Yes

Now, I have a application where on button click I want to delete the entry from the above table. After little finding and help from OTN I found that the call to delete code ( that I have in another cs element ) on button click can only be done through xhr object (get call) as I want to refresh and remain on the same page.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center