Namitha Murali
Results
1
comments of
Namitha Murali
CREATE OR REPLACE FUNCTION get_apex_date( p_item_name IN VARCHAR2 ) RETURN DATE IS l_value VARCHAR2(4000); l_format_mask VARCHAR2(200); BEGIN -- Get the runtime value of the item l_value := apex_util.get_session_state(p_item_name); -- Try...