Oracle Apps: Add value to independent value set
assigning a value to the independent value set using FND_FLEX_VALUE_PKG.LOAD_ROW Api. DECLARE v_enabled_flag VARCHAR2 (2) := 'Y'; v_summary_flag VARCHAR2 (2) := 'Y'; v_start_date_active DATE := SYSDATE; v_error_msg VARCHAR2 (1000) := NULL; v_who_type fnd_flex_loader_apis.who_type; v_request_id ...

Comments
Post a Comment